Curve IndexOf Method BigBangProductions Easy Curves
The index of a certain control point

Namespace: BigBangProductions.CurveRuntime.Splines
Assembly: BigBangProductions.CurveRuntime (in BigBangProductions.CurveRuntime.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public int IndexOf(
	ControlPoint controlPoint
)

Return Value

Type: Int32
the found index or -1 if it was not found
See Also