BB FlashBack SDK: FBEditor

GetBitmaps

Description

Returns, in an FBBitmaps object, a collection of all the bitmaps in the currently open movie.

This method is accessible to the Advanced edition of the SDK only.

Syntax

[C#/C++]
public FBBitmaps* GetBitmaps ()

[VB.NET]
Public Function GetBitmaps() As FBBitmaps

Return Values

If the function fails, the return value is zero.

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

Remarks

If there are no bitmaps in the movie, the Count property of the returned FBBitmaps collection is set to zero.
 

See Also

The FBBitmaps Class