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

Creates new layer.

Pascal
function OSD_Layers_Create(ID: Integer; Left_: Integer; Top_: Integer; Width_: Integer; Height_: Integer): Boolean;
C++
__fastcall Boolean OSD_Layers_Create(int ID, int Left_, int Top_, int Width_, int Height_);
C#
public Boolean OSD_Layers_Create(int ID, int Left_, int Top_, int Width_, int Height_);
Visual Basic
Public Function OSD_Layers_Create(ID As Integer, Left_ As Integer, Top_ As Integer, Width_ As Integer, Height_ As Integer) As Boolean
Java
public Boolean OSD_Layers_Create(int ID, int Left_, int Top_, int Width_, int Height_);
IDL
Boolean OSD_Layers_Create(int ID, int Left_, int Top_, int Width_, int Height_);
JavaScript
OSD_Layers_Create
PHP
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!