VisioForge Video Capture SDK (Delphi / ActiveX)
|
Draws an image on the selected layer.
function OSD_Layers_Draw_ImageFromFile_Trans(ID: Integer; Filename: WideString; Left_: Integer; Top_: Integer; ColorKey: TColor): Boolean;
__fastcall Boolean OSD_Layers_Draw_ImageFromFile_Trans(int ID, BSTR Filename, int Left_, int Top_, TColor ColorKey);
public Boolean OSD_Layers_Draw_ImageFromFile_Trans(int ID, String Filename, int Left_, int Top_, TColor ColorKey);
Public Function OSD_Layers_Draw_ImageFromFile_Trans(ID As Integer, Filename As String, Left_ As Integer, Top_ As Integer, ColorKey As TColor) As Boolean
public Boolean OSD_Layers_Draw_ImageFromFile_Trans(int ID, string Filename, int Left_, int Top_, TColor ColorKey);
Boolean OSD_Layers_Draw_ImageFromFile_Trans(int ID, BSTR Filename, int Left_, int Top_, TColor ColorKey);
OSD_Layers_Draw_ImageFromFile_Trans
public Boolean OSD_Layers_Draw_ImageFromFile_Trans($ID, $Filename, $Left_, $Top_, TColor $ColorKey);
Parameters |
Description |
ID: Integer |
ID. |
Filename: WideString |
File name. |
ColorKey: TColor |
Color key. |
left |
Left. |
top |
Top. |
Returns if operation was successful, otherwise method returns .
Copyright (c) 2012. All rights reserved.
|
What do you think about this topic? Send feedback!
|