Search
GdiGraphics.DrawBeziers Method (Pen, Point[])
See Also
 





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

Namespace: MindFusion.Drawing
Package: 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