VisioForge Video Capture SDK (Delphi / ActiveX)
|
Gets HBITMAP for the selected layer.
function OSD_Layers_GetHBitmap(ID: Integer; out HBmp: HBitmap): Boolean;
__fastcall Boolean OSD_Layers_GetHBitmap(int ID, HBitmap HBmp);
public Boolean OSD_Layers_GetHBitmap(int ID, ref HBitmap HBmp);
Public Function OSD_Layers_GetHBitmap(ID As Integer, ByRef HBmp As HBitmap) As Boolean
public Boolean OSD_Layers_GetHBitmap(int ID, HBitmap HBmp);
Boolean OSD_Layers_GetHBitmap(int ID, HBitmap HBmp);
OSD_Layers_GetHBitmap
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!
|