This document is archived and information here might be outdated. Recommended version. |
Queries the geometry.
[Visual Basic .NET] Public Sub QueryGeometryFromWin32Path ( _ ByVal hDC As Integer, _ ByVal transform As ITransformation, _ ByVal Geometry As IPolygon _ )
[C#] public void QueryGeometryFromWin32Path ( int hDC, ITransformation transform, IPolygon Geometry );
[C++]
HRESULT QueryGeometryFromWin32Path(
OLE_HANDLE hDC,
ITransformation* transform,
IPolygon* Geometry
);
[C++] Parameters hDC [in]
hDC is a parameter of type OLE_HANDLE transform [in]
transform is a parameter of type ITransformation* Geometry [in]
Geometry is a parameter of type IPolygon*