Fills the interior of a polygon defined by an array of points specified by .NET Point structures. Namespace: MindFusion.Drawing
|
C#
![]() |
---|
public void FillPolygon ( |
Visual Basic
![]() |
---|
Public Sub FillPolygon ( _ |
A .NET System.Drawing.Brush object that determines the characteristics of the fill.
Every two consecutive points in the array specify a side of the polygon. In addition, if the last point and the first point do not coincide, they specify the closing side of the polygon.