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


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

IDraw.Draw Method

Draws the specified shape.

[Visual Basic .NET]
Public Sub Draw ( _
    ByVal Geometry As IGeometry _
)
[C#]
public void Draw (
    IGeometry Geometry
);
[C++]
HRESULT Draw(
  IGeometry* Geometry
);
[C++]
Parameters
Geometry [in]

Geometry is a parameter of type IGeometry*

Product Availability

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

See Also

IDraw Interface