This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDisplay Interface > IDisplay.DrawPolygon Method (ArcObjects .NET 10.4 SDK) |
Draws specified polygon on the display.
[Visual Basic .NET] Public Sub DrawPolygon ( _ ByVal polygon As IGeometry _ )
[C#] public void DrawPolygon ( IGeometry polygon );
[C++]
HRESULT DrawPolygon(
IGeometry* polygon
);
[C++]
Parameters polygon [in]
polygon is a parameter of type IGeometry
IDisplay Interface | IDisplay.StartDrawing Method