Timeline.GetFrame Method
Animation Studio Reference

Timeline.GetFrame Method 

Returns the calculated Timeline.Frame at index nIndex.

[Visual Basic]
Public Function GetFrame( _
   ByVal nIndex As Integer _
) As Frame
[C#]
public Frame GetFrame(
   int nIndex
);

Parameters

nIndex

Return Value

The Timeline.Frame or null if the index is not within the array bounds.

Remarks

You can change the properties of single Frames by using this method, but after a call to CalcFrames these changes will be overridden.

See Also

Timeline Class | AnimationStudio Namespace