Adds a cubic Bézier curve to the current figure.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
SyntaxC#
Copy Code
|
|---|
void AddBezier ( |
Visual Basic
Copy Code
|
|---|
Sub AddBezier( _ |
A Point that represents the starting point of the curve.
A Point that represents the first control point for the curve.
A Point that represents the second control point for the curve.
A Point that represents the endpoint of the curve.
See Also