ArcObjects Library Reference  (Display)    

IDynamicDrawScreen.DrawScreenPolygon Method

Draws specified polygon with fill and line on the screen.

[Visual Basic 6.0]
Sub DrawScreenPolygon(
    ByVal pointCollection As IPointCollection _
)
[Visual Basic .NET]
Public Sub DrawScreenPolygon ( _
    ByVal pointCollection As IPointCollection _
)
[C#]
public void DrawScreenPolygon (
    IPointCollection pointCollection
);
[Java]
public void drawScreenPolygon (
    IPointCollection pointCollection
)
throws
    IOException,
    AutomationException
[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.

See Also

IDynamicDrawScreen Interface

 


Feedback Send feedback on this page