[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Draws a polygon defined by an array of Point structure [Property] Graphics=Sets the Graphics to draw a polygon. ARG(Graphics)|20|(empty)|Graphics Pen=Sets the Pen that determines the color, width, and style of the polygon. ARG(Pen)|20|(empty)|Pen Points=Sets an array of Point||PointF structures that represent the points to connect. ARG(Point[]||PointF[])|5| [Methods] doDrawPolygon=Draws a polygon defined by an array of Point structures. ARG(Pen pen, Point[] points)|1|0 *doDrawPolygon2=Draws a polygon defined by an array of PointF structures. ARG(Pen pen, PointF[] points)|1|0 Graphics=Defines the Graphics to draw a polygon. ARG(Graphics)|4|0 Pen=Defines the Pen that determines the color, width, and style of the polygon. ARG(Pen)|4|0 Points=Defines an array of Point||PointF structures that represent the points to connect. ARG(Point[]||PointF[])|4|13