ASP.NET Pack Programmer's Guide
IGraphics.DrawClosedCurve Method (Pen, Point[])
See Also
 





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

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

void DrawClosedCurve (
    Pen pen,
    Point[] points
)

Visual Basic  Copy Code

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

 Parameters

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

 See Also

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