WebPlanner Programmer's Guide

GdiGraphics.DrawCurve Method (Pen, Point[])

See Also
 


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

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public virtual void DrawCurve (
    Pen pen,
    Point[] points
)

Visual Basic  Copy Code

Public Overridable Sub DrawCurve ( _
    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