BB FlashBack SDK: FBEditor

InsertZoomPanWithDialog

Description

Inserts a zoom-pan object into a specified frame of the movie, and displays a dialog on which users can specify the origin, size, and zoom speed of the effect.

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

Syntax

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

[VB.NET]
Public Function InsertZoomPanWithDialog (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
 

Remarks

The values displayed in the dialog by default are taken from the FBZoomPanProperties object passed in.
 

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