Property this
this[int]
Get a BezierKnot at the zero-based index of this SplineSlice<T>.
Declaration
public BezierKnot this[int index] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| int | index | The index to get. |
Property Value
| Type | Description |
|---|---|
| BezierKnot |