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
hDChDC is a parameter of type OLE_HANDLE
pGeometrypGeometry is a parameter of type IGeometry
pTransformationpTransformation is a parameter of type ITransformation
pVisibleBoundspVisibleBounds is a parameter of type IEnvelope
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.