ArcObjects Library Reference (Display)  

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(
  long hDC,
  IGeometry* pGeometry,
  ITransformation* pTransformation,
  IEnvelope* pVisibleBounds
);
[C++]

Parameters

hDC   hDC is a parameter of type long 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