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