WebPlanner Programmer's Guide

IGraphics.DrawPolygon Method

See Also
 


Draws a polygon defined by an array of Point structures.

 Overload List

Name Description

IGraphics.DrawPolygon (Pen, Point[])

Draws a polygon defined by an array of Point structures.

IGraphics.DrawPolygon (Pen, PointF[])

Draws a polygon defined by an array of PointF structures.

 See Also