Charting for WinForms Programmer's Guide
GdiGraphics.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

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

Visual Basic  Copy Code

Public Overridable 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
GdiGraphics Members
GdiGraphics Class
MindFusion.Drawing Namespace