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





Draws a cardinal spline through a specified array of PointF structures.

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

void DrawCurve (
    Pen pen,
    PointF[] points
)

Visual Basic  Copy Code

Sub DrawCurve( _
    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 .NET PointF structures that define the spline.

 See Also

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