BB FlashBack SDK: FBPlayer

CopyCurrentFrameBitmap

Description

Copies the current frame of the movie to a device context.

Syntax

[C#/C++]
public Bool CopyCurrentFrameBitmap(long hDC)

[VB.NET]
Public Function CopyCurrentFrameBitmap(ByVal hDC As Long) As Boolean

Parameters

hDC - handle of device context into which the frame bitmap should be copied.

Returns

If the bitmap is successfully copied, the method returns True.

If an error occurs on copying, the method returns False.