Property this
this[int]
Gets the knot at index
. If the ISpline section that contains this
knot has a SplineRange with Backward, the in and out tangents
are reversed.
Declaration
public BezierKnot this[int index] { get; }
Parameters
Type | Name | Description |
---|---|---|
int | index | The zero-based index of the element to get. |
Property Value
Type | Description |
---|---|
BezierKnot |
Implements
this[SplineKnotIndex]
Gets the knot at index
. If the ISpline segment that contains this
knot has a SplineRange with Backward, the in and out tangents
are reversed.
Declaration
public BezierKnot this[SplineKnotIndex index] { get; }
Parameters
Type | Name | Description |
---|---|---|
SplineKnotIndex | index | The zero-based index of the slice and knot to get. |
Property Value
Type | Description |
---|---|
BezierKnot |