BB FlashBack SDK: FBMovie

GetCursorHighlightProps

Description

Fills out an FBCursorHighlightProps object with the current cursor highlight properties. These include the color, width etc of the border around the cursor, the size of the highlight circle and the properties of the fill used.

Use SetCursorHighlightProps to set the cursor highlight properties.

See The FBCursorHighlightProps class for details of the cursor highlight properties.

Syntax

[C#/C++]
public void GetCursorHighlightProps (FBCursorHighlightProps* pCursorProps);

[VB.NET]
Public Sub GetCursorHighlightProps (ByRef pCursorProps As FBCursorHighlightProps)

Parameters

pCursorProps (in) : pointer to an FBCursorHighlightProps object

See Also

FBMovie::SetCursorHighlightProps  The FBCursorHighlightProps Class