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 );