CurveKeyCollection.Remove Method
Removes the first occurrence of a specific CurveKey from the CurveKeyCollection.
Syntax
'Declaration
Public Function Remove ( _
item As CurveKey _
) As Boolean
public bool Remove (
CurveKey item
)
public:
bool Remove(
CurveKey item
)
Parameters
- item
Type: CurveKey
The CurveKey to remove from the CurveKeyCollection.
Return Value
Type: Boolean
true if CurveKey is successfully removed; false 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