AddBeziers Method (GraphicsPath)
In This Topic
Adds a sequence of connected cubic Bézier curves to the current figure.
Syntax
'Declaration
Public Sub AddBeziers( _
ByVal () As PointF _
)
public void AddBeziers(
PointF[]
)
Parameters
- points
- An array of Point structures that represents the points that define the curves.
Exceptions
Exception | Description |
System.ArgumentException | The exception that is thrown when one of the arguments provided to a method is not valid. |
See Also