Search
IGraphics.FillClosedCurve Method (Brush, Point[], FillMode)
See Also
 





Fills the interior a closed cardinal spline curve defined by an array of Point structures using the specified fill mode.

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

void FillClosedCurve (
    Brush brush,
    Point[] points,
    FillMode fillmode
)

Visual Basic  Copy Code

Sub FillClosedCurve( _
    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 define the spline.
fillmode
Member of the .NET FillMode enumeration that determines how the curve is filled.

 See Also