This document is archived and information here might be outdated. Recommended version. |
The dimension graphic mask.
[Visual Basic .NET] Public Sub GetMask ( _ ByVal hDC As Integer, _ ByVal transformation As ITransformation, _ ByRef Mask As IGeometry _ )
[C#] public void GetMask ( int hDC, ITransformation transformation, ref IGeometry Mask );
[C++]
HRESULT GetMask(
OLE_HANDLE hDC,
ITransformation* transformation,
IGeometry** Mask
);
[C++] Parameters hDC [in]
hDC is a parameter of type OLE_HANDLE transformation [in]
transformation is a parameter of type ITransformation* Mask [in]
Mask is a parameter of type IGeometry**
The GetMask method returns the outline polygon of the dimension.