VisioForge Video Capture SDK (Delphi / ActiveX)
|
Creates new layer.
function OSD_Layers_Create(ID: Integer; Left_: Integer; Top_: Integer; Width_: Integer; Height_: Integer): Boolean;
__fastcall Boolean OSD_Layers_Create(int ID, int Left_, int Top_, int Width_, int Height_);
public Boolean OSD_Layers_Create(int ID, int Left_, int Top_, int Width_, int Height_);
Public Function OSD_Layers_Create(ID As Integer, Left_ As Integer, Top_ As Integer, Width_ As Integer, Height_ As Integer) As Boolean
public Boolean OSD_Layers_Create(int ID, int Left_, int Top_, int Width_, int Height_);
Boolean OSD_Layers_Create(int ID, int Left_, int Top_, int Width_, int Height_);
OSD_Layers_Create
public Boolean OSD_Layers_Create($ID, $Left_, $Top_, $Width_, $Height_);
Parameters |
Description |
left |
Left. |
top |
Top. |
width |
Width. |
height |
Height. |
Returns if operation was successful, otherwise method returns .
Copyright (c) 2012. All rights reserved.
|
What do you think about this topic? Send feedback!
|