Search
IGraphicsPath.AddBeziers Method
See Also
 





Adds a sequence of connected cubic Bézier curves to the current figure.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

void AddBeziers (
    IList<Point> points
)

Visual Basic  Copy Code

Sub AddBeziers( _
    points As IList(Of Point) _
)

 Parameters

points

An array of Point structures that represents the points that define the curves.

 See Also