WebPlanner Programmer's Guide

IGraphics.FillPolygon Method

See Also
 


Fills the interior of a polygon defined by an array of points specified by Point structures.

 Overload List

Name Description

IGraphics.FillPolygon (Brush, Point[])

Fills the interior of a polygon defined by an array of points specified by Point structures.

IGraphics.FillPolygon (Brush, Point[], FillMode)

Fills the interior of a polygon defined by an array of points specified by Point structures using the specified fill mode.

IGraphics.FillPolygon (Brush, PointF[])

Fills the interior of a polygon defined by an array of points specified by PointF structures.

IGraphics.FillPolygon (Brush, PointF[], FillMode)

Fills the interior of a polygon defined by an array of points specified by PointF structures using the specified fill mode.

 See Also