BB FlashBack SDK: FBEditor

GetBlurs

Description

Returns, in an FBBlurs object, a collection of all the blur objects in the currently open movie.

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

Syntax

[C#/C++]
public FBBlurs* GetBlurs ()

[VB.NET]
Public Function GetBlurs() As FBBlurs

Return Values

If the function fails, the return value is zero.

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

Remarks

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

See Also

The FBBlurs Class