WebPlanner Programmer's Guide

IGraphics.FillClosedCurve Method (Brush, PointF[])

See Also
 


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

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public abstract void FillClosedCurve (
    Brush brush,
    PointF[] points
)

Visual Basic  Copy Code

Public MustOverride Sub FillClosedCurve ( _
    brush As Brush, _
    points() As PointF _
)

 Parameters

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

 See Also