This document is archived and information here might be outdated.  Recommended version.


IGeometryDraw.Draw Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IG > IGeometryDraw Interface > IGeometryDraw.Draw Method
ArcGIS Developer Help

IGeometryDraw.Draw Method

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGeometryDraw Interface