Search
IGraphics.FillPolygon Method
See Also
 





Fills the interior of a polygon specified by a points list.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

void FillPolygon (
    Brush brush,
    IList<Point> points
)

Visual Basic  Copy Code

Sub FillPolygon( _
    brush As Brush, _
    points As IList(Of Point) _
)

 Parameters

brush

A Brush object that determines the characteristics of the fill.

points

A list of points that represents the polygon to fill.

 See Also