This document is archived and information here might be outdated. Recommended version. |
The boundary of the dimension style.
[Visual Basic .NET] Public Sub QueryBoundary ( _ ByVal hDC As Integer, _ ByVal transformation As ITransformation, _ ByVal Boundary As IPolygon _ )
[C#] public void QueryBoundary ( int hDC, ITransformation transformation, IPolygon Boundary );
[C++]
HRESULT QueryBoundary(
OLE_HANDLE hDC,
ITransformation* transformation,
IPolygon* Boundary
);
[C++] Parameters hDC [in]
hDC is a parameter of type OLE_HANDLE transformation [in]
transformation is a parameter of type ITransformation* Boundary [in]
Boundary is a parameter of type IPolygon*
The QueryBoundary method returns the Envelope of the dimension.