Method IndexOf
IndexOf(BezierKnot)
Return the first index of an element matching item.
Declaration
public int IndexOf(BezierKnot item)
Parameters
Type | Name | Description |
---|---|---|
BezierKnot | item | The knot to locate. |
Returns
Type | Description |
---|---|
int | The zero-based index of the knot, or -1 if not found. |