LineSegmentType | LineSegmentType Operator
Location
- Namespace
- Fuse.Drawing
- Package
- Fuse.Drawing.Surface 2.9.1
Parameters
- left
- right
Returns
Possible Values
- Move
-
Moves the current position, ending the current sub-shape
- Straight
-
A straight line segment
- BezierCurve
-
Cubic bezier, A,B are the first/second control point
- EllipticArc
-
Elliptic arc. A = Radius, B = (rotation, unused) This follows the SVG definition of a elliptical arc curve
- Close
-
Closes the path. Otherwise it will be left open.