BB FlashBack SDK: FBFrames

GetCursorSize

Description

Returns the size of the mouse cursor in the specified frame.  
 

Syntax

[C#/C++]
public void GetCursorSize (long framenum, long* width, long* height);

[VB.NET]
Public Sub GetCursorSize (ByVal framenum As Integer, ByRef width As Integer, ByRef height As Integer)
 

Parameters

framenum - the frame for which the cursor position will be retrieved.

width - pointer to a long value that will hold the width of the cursor.

height - pointer to a long value that will hold the height of the cursor.
 

See Also

FBFrames::GetCursorPosition  FBFrames::GetCursorHotSpot  FBFrames::DrawCursor