KeyFrame Class
Animation Studio Reference

KeyFrame Class

Keyframes are members of the Timeline and the Timline belongs to a Sprite. Frames between Keyframes are generated automatically by setting AutoCalc to true, or by calling CalcFrames.

For a list of all members of this type, see KeyFrame Members.

System.Object
   MarshalByRefObject
      Component
         KeyFrame

[Visual Basic]
NotInheritable Public Class KeyFrame
Inherits Component
[C#]
public sealed class KeyFrame : Component

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: AnimationStudio

Assembly: AnimationStudio (in AnimationStudio.dll)

See Also

KeyFrame Members | AnimationStudio Namespace | Timeline.Frame