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





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

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

public virtual void FillClosedCurve (
    Brush brush,
    Point[] points
)

Visual Basic  Copy Code

Public Overridable Sub FillClosedCurve( _
    brush As Brush, _
    points() As Point _
)

 Parameters

brush
A .NET Brush object that determines the characteristics of the fill.
points
An array of .NET Point structures that define the spline.

 See Also