BB FlashBack SDK: FBEditor

InsertTextBox

Description

Inserts into the current frame of the movie a text box with properties defined by the supplied FBTextBoxProperties object.

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

Syntax

[C#/C++]
public Bool InsertTextBox (FBTextBoxProperties* pTextBoxProperties)

[VB.NET]
Public Function InsertTextBox (ByRef pTextBoxProperties() As FBTextBoxProperties) As Boolean

Parameters

pTextBoxProperties : [In] Pointer to an FBTextBoxProperties object
 

Return Values

If the function fails, the return value is nonzero.

If the function succeeds, the return value is zero. The ID property of the FBTextBoxProperties object passed in will be set to the ID of the newly created textbox.
 

See Also

The FBTextBoxProperties Class