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






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

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

Sub FillClosedCurve( _
    brush As Brush, _
    points() As Point, _
    fillmode As FillMode, _
    tension As Single _
)

 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.
tension
A value greater than or equal to 0.0F that specifies the tension of the curve.

 See Also

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