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


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

IDynamicDrawScreen.DrawScreenPolygon Method

Draws specified polygon with fill and line on the screen.

[Visual Basic .NET]
Public Sub DrawScreenPolygon ( _
    ByVal pointCollection As IPointCollection _
)
[C#]
public void DrawScreenPolygon (
    IPointCollection pointCollection
);
[C++]
HRESULT DrawScreenPolygon(
  IPointCollection* pointCollection
);
[C++]
Parameters
pointCollection [in]

pointCollection is a parameter of type IPointCollection*

Product Availability

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

Remarks

The fill will be rendered according to the current Dynamic Fill Symbol attributes, and the lines will be rendered according to the current Dynamic Line Symbol attributes as described in esriDynamicSymbolType constants.

See Also

IDynamicDrawScreen Interface