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





Draws a cardinal spline through a specified array of Point structures using a specified tension.

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

void DrawCurve (
    Pen pen,
    Point[] points,
    float tension
)

Visual Basic  Copy Code

Sub DrawCurve( _
    pen As Pen, _
    points() As Point, _
    tension As Single _
)

 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.
tension
A value greater than or equal to 0.0F that specifies the tension of the curve.

 See Also

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