In This Topic
Fills a polygon specified by an array of points, using a specified color and fill mode.
Overload List
Overload | Description |
FillPolygon(PointF[],Color,FillMode) | Fills a polygon specified by an array of points, using a specified color and fill mode. |
FillPolygon(PointF[],Brush,FillMode,Nullable<RectangleF>,Nullable<Matrix3x2>) | Fills a polygon specified by an array of points, using a specified brush and fill mode. |
FillPolygon(Quadrilateral,Color) | Fills a polygon specified by an array of points, using a specified color and fill mode. |
FillPolygon(Quadrilateral,Brush,Nullable<RectangleF>,Nullable<Matrix3x2>) | Fills a polygon specified by an array of points, using a specified brush and fill mode. |
See Also