BB FlashBack SDK: FBEditor

InsertHighlight

Description

Inserts into the current frame of the movie a highlight object with properties defined by the supplied FBHighlightProperties object.

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

Syntax

[C#/C++]
public Bool InsertHighlight (FBHighlightProperties* pHighlightProperties)

[VB.NET]
Public Function InsertHighlight (ByRef pHighlightProperties() As FBHighlightProperties) As Boolean

Parameters

pHighlightProperties : [In] Pointer to an FBHighlightProperties 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 FBHighlightProperties object passed in will be set to the ID of the newly created textbox.
 

See Also

The FBHighlightProperties Class