LineSegments Class
A helper class that simplifies the creation of lists of line segments.
Location
- Namespace
- Fuse.Drawing
- Package
- Fuse.Drawing.Surface 2.9.1
Interface of LineSegments
BezierCurveToRel(float2, float2, float2) uno
Clear uno
ClosePath uno
Count : int uno
CurPos : float2 uno
EllipticArcTo(float2, float2, float, bool, bool) uno
EllipticArcToRel(float2, float2, float, bool, bool) uno
HorizLineTo(float) uno
HorizLineToRel(float) uno
Last : LineSegment uno
LineSegments Constructor uno
LineSegments(IList<LineSegment>) Constructor uno
LineTo(float2) uno
LineToRel(float2) uno
MoveTo(float2) uno
MoveToRel(float2) uno
QuadraticCurveTo(float2, float2) uno
QuadraticCurveToRel(float2, float2) uno
Segments : IList of LineSegment ux
Meant to be read-only: do not modify this list directly.