BB FlashBack SDK: FBRecorder

InsertTextBox

Description

Inserts a textbox with the specified properties into the movie being recorded. For example: if the method is called one minute after recording starts, the marker is inserted at the one minute point in the movie.
 

Syntax

[C#/C++]
public void InsertTextBox (InsertTextBoxParams *pParams)

[VB.NET]
Public Function InsertTextBox (ByRef pParams As InsertTextBoxParams) As void

Parameters

pParams : pointer to a InsertTextBoxParams object that defines the properties of the text box.
 

Remarks

This can only be used when recording is in progress.
 

See Also

The InsertTextBoxParams class