[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Fills the interior of a polygon defined by an array of points specified by Point structures. [Property] Graphics=Sets the Graphics to fill a polygon. ARG(Graphics)|20|(empty)|Graphics Brush=Sets the brush that determines the characteristics of the fill. ARG(Brush)|20|(empty)|Brush FillMode=Sets a member of the FillMode enumeration that determines the style of the fill. ARG(FillMode)|20|(empty)|FillMode Points=Sets an array of Point||PointF structures that represent the vertices of the polygon to fill. ARG(Point[]||PointF[])|5| [Methods] doFillPolygon=Fills the interior of a polygon defined by an array of points specified by Point structures. ARG(Brush brush, Point[] points)|1|0 *doFillPolygon2=Fills the interior of a polygon defined by an array of points specified by PointF structures. ARG(Brush brush, PointF[] points)|1|0 *doFillPolygon3=Fills the interior of a polygon defined by an array of points specified by Point structures using the specified fill mode. ARG(Brush brush, Point[] points, FillMode fillMode)|1|0 *doFillPolygon4=Fills the interior of a polygon defined by an array of points specified by PointF structures using the specified fill mode. ARG(Brush brush, PointF[] points, FillMode fillMode)|1|0 Graphics=Defines the Graphics to fill a polygon. ARG(Graphics)|4|0 Brush=Defines the brush that determines the characteristics of the fill. ARG(Brush)|4|0 Points=Defines an array of Point||PointF structures that represent the vertices of the polygon to fill. ARG(Point[]||PointF[])|4|13 FillMode=Defines a member of the FillMode enumeration that determines the style of the fill. ARG(FillMode)|4|0