Charting for WinForms Programmer's Guide
IGraphics.FillPolygon Method (Brush, Point[], FillMode)
See Also
 






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

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

void FillPolygon (
    Brush brush,
    Point[] points,
    FillMode fillMode
)

Visual Basic  Copy Code

Sub FillPolygon( _
    brush As Brush, _
    points() As Point, _
    fillMode As FillMode _
)

 Parameters

brush
A .NET Brush object that determines the characteristics of the fill.
points
An array of .NET Point structures that represent the vertices of the polygon to fill.
fillMode
Member of the .NET FillMode enumeration that determines the style of the fill.

 See Also

FillPolygon Method Overload List
IGraphics Members
IGraphics Interface
MindFusion.Drawing Namespace