PathF.GetSegmentPointIndex(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Computes the starting point index in the internal point list for a given segment index.
public:
int GetSegmentPointIndex(int index);
public int GetSegmentPointIndex(int index);
member this.GetSegmentPointIndex : int -> int
Public Function GetSegmentPointIndex (index As Integer) As Integer
Parameters
- index
- Int32
Segment index.
Returns
The point index, or -1 if not found.