CurveKeyCollection.IndexOf Method
Determines the index of a CurveKey in the CurveKeyCollection.
Syntax
'Declaration
Public Function IndexOf ( _
item As CurveKey _
) As Integer
public int IndexOf (
CurveKey item
)
public:
int IndexOf(
CurveKey item
)
Parameters
- item
Type: CurveKey
CurveKey to locate in the CurveKeyCollection.
Return Value
Type: Int32
The index of the CurveKey if found in the CurveKeyCollection; −1 otherwise.
Requirements
Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
See Also
Reference
CurveKeyCollection Class
CurveKeyCollection Members
Microsoft.Xna.Framework Namespace
Platforms
Windows Phone