WebPlanner Programmer's Guide

GdiGraphics.DrawPolygon Method

See Also
 


Draws a polygon defined by an array of Point or PointF structures.

 Overload List

Name Description

GdiGraphics.DrawPolygon (Pen, Point[])

Draws a polygon defined by an array of Point structures.

GdiGraphics.DrawPolygon (Pen, PointF[])

Draws a polygon defined by an array of PointF structures.

 See Also