SetDisplayAlphaBlendValue
method
Delphi
procedure SetDisplayAlphaBlendValue (DisplayIndex: LongInt; Value: LongInt);
C++Builder
void __fastcall SetDisplayAlphaBlendValue(System::LongInt DisplayIndex, System::LongInt Value);
C#
public void SetDisplayAlphaBlendValue(int DisplayIndex, int Value);
VB.NET
Public Sub SetDisplayAlphaBlendValue(DisplayIndex As Integer, Value As Integer)
Sets the value of the alpha blending of the video window, in the 0..255 range (e.g. 128 = semi-transparent). This feature can be used after invoking SetDisplayEmbedded (index, false) and SetDisplayAlphaBlendEnabled (index, false). The window Index specified must be in the 2..8 range (0..1 reserved to Display... and Dual_Display).