Media Player SDK
|
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
Parameters |
Description |
ID: Integer |
ID. |
_Left: Integer |
Left. |
_Top: Integer |
Top. |
_width: Integer |
Width. |
_height: Integer |
Height. |
Returns if operation was successful, otherwise method returns .
Copyright (c) 2013. All rights reserved.
|
What do you think about this topic? Send feedback!
|