BB FlashBack SDK: FBFrames

DrawCursor

Description

Draws the cursor of a particular frame into a device context.  

.NET programmers can employ the helper class FBGDIBitmap when using DrawCursor, in order to obtain a bitmap device context handle.
 

Syntax

[C#/C++]
public void DrawCursor (long framenum, long X, long Y, long hDC);

[VB.NET]
Public Sub DrawCursor (ByVal framenum As Integer, ByVal X As Integer, ByVal Y As Integer, ByVal hDC As Integer)
 

Parameters

framenum (in) - specifies the frame for which the cursor image will be drawn.

X (in) - the X position at which to draw the cursor.

Y (in) - the Y position at which to draw the cursor.

hDC (in) - handle to the device context into which to draw the cursor.
 

See Also

FBFrames::GetCursorPosition  FBFrames::GetCursorSize  FBFrames::DrawCursor