ToolTipsFactory

Object Model - The Animation class - Frames     

Gets or sets the ArrayList which holds all AnimationFrame-objects of the Animation.

[Visual Basic]
Public Property Frames As ArrayList
[C#]
public ArrayList Frames {get; set;}

Property Value

An ArrayList holding AnimationFrame-objects.

Description

This property holds the ArrayList which stores AnimationFrames of the Animation-object. This property should not be directly used by hosting applications. Any operation on the AnimationFrames-collection should be performed through the methods and functions provided by the Animation-class.