VisioForge Video Capture SDK (Delphi / ActiveX)
|
Sets transparency level.
function OSD_Layers_SetTransparency(ID: Integer; Value: Integer): Boolean;
__fastcall Boolean OSD_Layers_SetTransparency(int ID, int Value);
public Boolean OSD_Layers_SetTransparency(int ID, int Value);
Public Function OSD_Layers_SetTransparency(ID As Integer, Value As Integer) As Boolean
public Boolean OSD_Layers_SetTransparency(int ID, int Value);
Boolean OSD_Layers_SetTransparency(int ID, int Value);
OSD_Layers_SetTransparency
public Boolean OSD_Layers_SetTransparency($ID, $Value);
Parameters |
Description |
ID: Integer |
ID. |
Value: Integer |
Transparency level (0-255). |
Returns if operation was successful, otherwise method returns .
Copyright (c) 2012. All rights reserved.
|
What do you think about this topic? Send feedback!
|