Skip to content

ImageOverlay_AlphaBlend

property

Delphi
property ImageOverlay_AlphaBlend: Boolean read GetImageOverlayAlphaBlend write SetImageOverlayAlphaBlend;
C++Builder
__property bool ImageOverlay_AlphaBlend = {read=GetImageOverlayAlphaBlend, write=SetImageOverlayAlphaBlend, nodefault};
C#
public bool ImageOverlay_AlphaBlend { get; set; }
VB.NET
Public Property ImageOverlay_AlphaBlend As Boolean
C++/Qt
BOOL GetImageOverlay_AlphaBlend (int Index);
BOOL GetImageOverlay_AlphaBlend ();
void SetImageOverlay_AlphaBlend (int Index, BOOL Value);
void SetImageOverlay_AlphaBlend (BOOL Value);

Enables the alpha blending of the current image overlay selected by ImageOverlaySelector. The alpha blending value must be specified with ImageOverlay_AlphaBlendValue

Look at the Image Overlays chapter for more information.