Share via


PathF.GetSegmentPointIndex(Int32) Method

Definition

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.

Applies to