KeyTime Class
namespace Noesis
Specifies the precise timing when a particular key frame should take place
Methods
Name | Description |
---|---|
FromPercent | Creates a new KeyTime instance, with the KeyTimeType property initialized to the value of the specified parameter |
FromTimeSpan | Creates a new KeyTime instance, with the KeyTimeType property initialized to the value of the specified parameter |
Paced | Creates a Paced KeyTime which creates timing behavior resulting in an animation that interpolates at a constant rate |
ToString | Generates a string representation of the point The string has the following form: "Uniform", "Paced", "21.5%", or a TimeSpan: "0:0:1" |
TryParse | Tries to parse a KeyTime from a string |
Uniform | Creates a Uniform KeyTime which divides the allotted time of the animation evenly between key frames |
operator== | Compares two KetTime objects |