Charting for WinForms Programmer's Guide
GdiGraphics.FillPolygon Method (Brush, PointF[])
See Also
 






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

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public virtual void FillPolygon (
    Brush brush,
    PointF[] points
)

Visual Basic  Copy Code

Public Overridable Sub FillPolygon( _
    brush As Brush, _
    points() As PointF _
)

 Parameters

brush
A .NET Brush object that determines the characteristics of the fill.
points
An array of .NET PointF structures that represent the vertices of the polygon to fill.

 See Also

FillPolygon Method Overload List
GdiGraphics Members
GdiGraphics Class
MindFusion.Drawing Namespace