Initializes a new instance of the BezierTemplate class with the specified coordinates and visualization settings.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public BezierTemplate ( |
Visual Basic Copy Code |
---|
Public New ( _ |
The x-coordinate of the first control point of the curve.
The y-coordinate of the first control point of the curve.
The x-coordinate of the second control point of the curve.
The y-coordinate of the second control point of the curve.
The x-coordinate of the third control point of the curve.
The y-coordinate of the third control point of the curve.
The x-coordinate of the fourth control point of the curve.
The y-coordinate of the fourth control point of the curve.
The color of this segment.
The dash style of this segment.
The width of this segment.
A Bezier spline is defined by four control points. The spline goes through the first and last points, and the other two define the tension of the spline.