CurveKeyCollection Class
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Inheritance Hierarchy
System.Object
Microsoft.Xna.Framework.CurveKeyCollection
Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework.Math (in Microsoft.Xna.Framework.Math.dll)
Syntax
'Declaration
Public Class CurveKeyCollection
public class CurveKeyCollection
The CurveKeyCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CurveKeyCollection | Initializes a new instance of CurveKeyCollection. |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the number of elements contained in the CurveKeyCollection. | |
IsReadOnly | Gets a value indicating whether the CurveKeyCollection is read-only. | |
Item | Gets or sets the CurveKey at the specified index. |
Top
Methods
Name | Description | |
---|---|---|
Add | Adds a CurveKey to the CurveKeyCollection. | |
Clear | Removes all CurveKeys from the CurveKeyCollection. | |
Clone | Creates a copy of the CurveKeyCollection. | |
Contains | Determines whether the CurveKeyCollection contains a specific CurveKey. | |
CopyTo | Copies the CurveKeys of the CurveKeyCollection to an array, starting at the array index provided. | |
GetEnumerator | Returns an enumerator that iterates through the CurveKeyCollection. | |
IndexOf | Determines the index of a CurveKey in the CurveKeyCollection. | |
Remove | Removes the first occurrence of a specific CurveKey from the CurveKeyCollection. | |
RemoveAt | Removes the CurveKey at the specified index. |
Top
Version Information
Silverlight
Supported in: 5
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.