Struct PointDescription
Describes a point on a path geometry.
public struct PointDescription
- Inherited Members
Fields
EndFigure
The index of the figure on which point resides.
public int EndFigure
Field Value
EndSegment
The index of the segment on which point resides. This index is global to the entire path, not just to a particular figure.
public int EndSegment
Field Value
LengthToEndSegment
The length of the section of the path stretching from the start of the path to the start of endSegment.
public float LengthToEndSegment
Field Value
Point
The end point after walking the path.
public RawVector2 Point
Field Value
- RawVector2
UnitTangentVector
A unit vector indicating the tangent point.
public RawVector2 UnitTangentVector
Field Value
- RawVector2