LineSegmentType Enum
This page contains documentation for advanced Fuse features, so we have
taken the liberty to tick the "Show advanced things" checkbox above for
you in advance to be able to provide you with some additional information.
Location
- Namespace
- Fuse.Drawing
- Package
- Fuse.Drawing.Surface 2.9.1
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.
Interface of LineSegmentType
BezierCurve : LineSegmentType uno
Cubic bezier, A,B are the first/second control point
Close : LineSegmentType uno
Closes the path. Otherwise it will be left open.
EllipticArc : LineSegmentType uno
Elliptic arc. A = Radius, B = (rotation, unused) This follows the SVG definition of a elliptical arc curve
HasFlag(LineSegmentType) : bool uno
LineSegmentType - LineSegmentType : LineSegmentType uno
LineSegmentType != LineSegmentType : bool uno
LineSegmentType & LineSegmentType : LineSegmentType uno
LineSegmentType ^ LineSegmentType : LineSegmentType uno
LineSegmentType == LineSegmentType : bool uno
LineSegmentType | LineSegmentType : LineSegmentType uno
Move : LineSegmentType uno
Moves the current position, ending the current sub-shape
Straight : LineSegmentType uno
A straight line segment