Draws specified polygon with fill and line on the dynamic display.
[Visual Basic 6.0] Sub DrawPolygon(
ByVal pointCollection As IPointCollection _
)
[Visual Basic .NET] Public Sub DrawPolygon ( _ ByVal pointCollection As IPointCollection _ )
[C#] public void DrawPolygon ( IPointCollection pointCollection );
[Java] public void drawPolygon ( IPointCollection pointCollection ) throws IOException, AutomationException
[C++] HRESULT DrawPolygon( IPointCollection* pointCollection );