Timeline Constructor
Animation Studio Reference

Timeline Constructor 

This constructor is used by the designer. In most cases you do not need to call this constructor.

[Visual Basic]
Public Sub New( _
   ByVal owner As Sprite _
)
[C#]
public Timeline(
   Sprite owner
);

Parameters

owner

See Also

Timeline Class | AnimationStudio Namespace