Charting for WinForms Programmer's Guide
IGraphics.DrawBeziers Method (Pen, Point[])
See Also
 






Draws a series of Bézier splines from an array of Point structures.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

void DrawBeziers (
    Pen pen,
    Point[] points
)

Visual Basic  Copy Code

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

 Parameters

pen
A .NET Pen object that determines the color, width, and style of the curve.
points
An array of .NET Point structures that represent the points that determine the curve.

 See Also

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