This document is archived and information here might be outdated. Recommended version. |
Draws the geometry.
[Visual Basic .NET] Public Sub Draw ( _ ByVal hDC As Integer, _ ByVal pGeometry As IGeometry, _ ByVal pTransformation As ITransformation, _ ByVal pVisibleBounds As IEnvelope _ )
[C#] public void Draw ( int hDC, IGeometry pGeometry, ITransformation pTransformation, IEnvelope pVisibleBounds );
[C++]
HRESULT Draw(
OLE_HANDLE hDC,
IGeometry* pGeometry,
ITransformation* pTransformation,
IEnvelope* pVisibleBounds
);
[C++] Parameters hDC
hDC is a parameter of type OLE_HANDLE pGeometry
pGeometry is a parameter of type IGeometry* pTransformation
pTransformation is a parameter of type ITransformation* pVisibleBounds
pVisibleBounds is a parameter of type IEnvelope*