Enum SegmentType
This enumeration specifies possible values for Type.
Namespace: Northwoods.Go
Assembly: Northwoods.GoDiagram.Avalonia.dll
Syntax
public enum SegmentType
Fields
Name | Description |
---|---|
Arc | For drawing an arc segment. |
Bezier | For drawing a cubic bezier segment. |
Line | For drawing a straight line segment. |
Move | For beginning a new subpath. |
QuadraticBezier | For drawing a quadratic bezier segment. |
SvgArc | For drawing an SVG arc segment. |