Search
IGraphics.DrawClosedCurve Method (Pen, PointF[])
See Also
 





Draws a closed cardinal spline defined by an array of PointF structures.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

void DrawClosedCurve (
    Pen pen,
    PointF[] points
)

Visual Basic  Copy Code

Sub DrawClosedCurve( _
    pen As Pen, _
    points() As PointF _
)

 Parameters

pen
A .NET Pen object that determines the color, width, and height of the curve.
points
An array of PointF structures that define the spline.

 See Also