IXRPointKeyFrame (Windows Embedded CE 6.0)
1/6/2010
This class defines an animation segment that has its own target x-y point values and interpolation method for an IXRPointAnimationUsingKeyFrames animation.
Syntax
class IXRPointKeyFrame : public IXRDependencyObject
Methods
Method | Description |
---|---|
Retrieves the time at which the target x-y point values for this key frame are reached. |
|
Retrieves the target x-y point values for this key frame. |
|
Sets the time at which the target x-y point values for this key frame are reached. |
|
Sets the target x-y point values for this key frame. |
Remarks
IXRPointKeyFrame is a class that defines key frames by using x-y point values for three techniques of key frame animation: IXRDiscretePointKeyFrame, IXRLinearPointKeyFrame, and IXRSplinePointKeyFrame.
To animate an x-y point by using key frames, you can define an IXRPointAnimationUsingKeyFrames animation and populate its key-frames collection with one or more objects that define the key frames, such as IXRDiscretePointKeyFrame, IXRLinearPointKeyFrame, or IXRSplinePointKeyFrame
Inheritance Hierarchy
IXRPointKeyFrame
.NET Framework Equivalent
System.Windows.Media.Animation.PointKeyFrame
Requirements
Header | XamlRuntime.h |
sysgen | SYSGEN_XAML_RUNTIME |
Windows Embedded CE | Windows Embedded CE 6.0 R3 |