Path |
public struct PathSegment
The PathSegment type exposes the following members.
| Name | Description | |
|---|---|---|
| ControlPoint1 | The first Bezier control point. Only valid if the EndPoint is set to Cubic | |
| ControlPoint2 | The second Bezier control point. Only valid if the EndPoint is set to Cubic | |
| EndPoint | The end point of the path segment. The start point of the segment corresponds to the end point of the previous segment. | |
| SegmentType | Defines the type of this path segment. |