This document is archived and information here might be outdated. Recommended version. |
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