BB FlashBack SDK: FBEditor

InsertZoomPan

Description

Inserts a zoom-pan object into a specified frame of the movie.

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

Syntax

[C#/C++]
public Bool InsertZoomPan (Long Frame, FBZoomPanProperties* pZoomPanProperties)

[VB.NET]
Public Function InsertZoomPan (ByVal Frame As Integer, ByRef pZoomPanProperties As FBZoomPanProperties) As Boolean

Parameters

Frame (in) : frame in which to add the zoom-pan object

pZoomPanProperties (in) : Pointer to an FBZoomPanProperties object created by application code previously.
 

Return Values

If the function fails, the return value is nonzero.

If the function succeeds, the return value is zero.
 

See Also

The FBZoomPanProperties Class  The FBZoomPanObjects class  FBEditor::GetZoomPanObjects