Returns the control point at the given index
Namespace: BigBangProductions.CurveRuntime.SplinesAssembly: BigBangProductions.CurveRuntime (in BigBangProductions.CurveRuntime.dll) Version: 1.0.0.0 (1.0.0.0)
public ControlPoint this[
int index
] { get; }
public ControlPoint this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As ControlPoint
Get
Public ReadOnly Default Property Item (
index As Integer
) As ControlPoint
Get
public:
property ControlPoint^ default[int index] {
ControlPoint^ get (int index);
}
public:
property ControlPoint^ default[int index] {
ControlPoint^ get (int index);
}
Parameters
- index
- Type: System Int32
the index of the controlpoint (between 0 and ControlPointCount)
Return Value
Type:
ControlPoint