Share via


CurveKey Members

The following tables list the members exposed by the CurveKey type.

Public Constructors

Name Description
Public Method CurveKey Overloaded. Initializes a new instance of CurveKey.

Public Properties

Name Description
Public Property Continuity Describes whether the segment between this point and the next point in the curve is discrete or continuous.
Public Property Position Position of the CurveKey in the curve.
Public Property TangentIn Describes the tangent when approaching this point from the previous point in the curve.
Public Property TangentOut Describes the tangent when leaving this point to the next point in the curve.
Public Property Value Describes the value of this point.

Public Methods

Name Description
Public Method Clone Creates a copy of the CurveKey.
Public Method CompareTo Compares this instance to another CurveKey and returns an indication of their relative values.
Public Method Equals Overloaded. Returns a value that indicates whether the current instance is equal to a specified object.
Public Method GetHashCode Returns the hash code for this instance.
Public Method GetType (Inherited from Object.)
Public Method Static op_Equality Determines whether two CurveKey instances are equal.
Public Method Static op_Inequality Determines whether two CurveKey instances are not equal.
Public Method ToString (Inherited from Object.)

Protected Methods

Name Description
Protected Method Finalize (Inherited from Object.)
Protected Method MemberwiseClone (Inherited from Object.)

See Also

Reference

CurveKey Class
Microsoft.Xna.Framework Namespace