BB FlashBack SDK: FBEditor

GetZoomPanObjects

Description

Returns, in an FBZoomPanObjects object, a collection of all the zoom-pan objects in the currently open movie.

This method is accessible to the Pro and Advanced editions of the SDK only.
 

Syntax

[C#/C++]
public FBZoomPanObjects* GetZoomPanObjects ()

[VB.NET]
Public Function GetZoomPanObjects () As FBZoomPanObjects
 

Return Values

If the function fails, the return value is zero.

If the function succeeds, the return value is a pointer to an FBZoomPanObjects collection.
 

Remarks

If there are no zoom-pan objects in the movie, the Count property of the returned collection is set to zero.
 

See Also

The FBZoomPanObjects class