VisioForge Video Capture SDK (Delphi / ActiveX)
ContentsIndexHome
PreviousUpNext
TVFVideoCapture.OSD_Layers_GetHBitmap Method

Gets HBITMAP for the selected layer.

Pascal
function OSD_Layers_GetHBitmap(ID: Integer; out HBmp: HBitmap): Boolean;
C++
__fastcall Boolean OSD_Layers_GetHBitmap(int ID, HBitmap HBmp);
C#
public Boolean OSD_Layers_GetHBitmap(int ID, ref HBitmap HBmp);
Visual Basic
Public Function OSD_Layers_GetHBitmap(ID As Integer, ByRef HBmp As HBitmap) As Boolean
Java
public Boolean OSD_Layers_GetHBitmap(int ID, HBitmap HBmp);
IDL
Boolean OSD_Layers_GetHBitmap(int ID, HBitmap HBmp);
JavaScript
OSD_Layers_GetHBitmap
PHP
public Boolean OSD_Layers_GetHBitmap($ID, HBitmap $HBmp);
Parameters 
Description 
ID: Integer 
ID. 
bitmap 
Bitmap. 

Returns if operation was successful, otherwise method returns .

Copyright (c) 2012. All rights reserved.
What do you think about this topic? Send feedback!