Draws a Bézier spline defined by four Point structures.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Charting
C# Copy Code |
---|
void DrawBezier ( |
Visual Basic Copy Code |
---|
Sub DrawBezier( _ |
A Pen object that determines the color, width, and style of the curve.
A Point structure that represents the starting point of the curve.
A Point structure that represents the first control point for the curve.
A Point structure that represents the second control point for the curve.
A Point structure that represents the ending point of the curve.