Skip to content

SetImageOverlay_AlphaBlend

method

Delphi
procedure SetImageOverlay_AlphaBlend (Index: LongInt; Value: Boolean);
C++Builder
void __fastcall SetImageOverlay_AlphaBlend(System::LongInt Index, bool Value);
C#
public void SetImageOverlay_AlphaBlend(int Index, bool Value);
VB.NET
Public Sub SetImageOverlay_AlphaBlend(Index As Integer, Value As Boolean)
C++/Qt
void SetImageOverlay_AlphaBlend (int Index, BOOL Value);
void SetImageOverlay_AlphaBlend (BOOL Value);

Enables the alpha blending for the image overlay of the specified index

The alpha blending value must be specified with SetImageOverlay_AlphaBlend

Look at the Image Overlays chapter for more information.