SetImageOverlay_Attributes2
Delphi
procedure SetImageOverlay_Attributes2 (Index: LongInt; LeftLocation: LongInt; TopLocation: LongInt; StretchedWidth: LongInt; StretchedHeight: LongInt; Transparent_Enabled: Boolean; UseTransparentColor: Boolean; Transparent_ColorValue: LongInt; AlphaBlend_Enabled: Boolean; AlphaBlend_Value: LongInt);
C++Builder
void __fastcall SetImageOverlay_Attributes2(System::LongInt Index, System::LongInt LeftLocation, System::LongInt TopLocation, System::LongInt StretchedWidth, System::LongInt StretchedHeight, bool Transparent_Enabled, bool UseTransparentColor, System::LongInt Transparent_ColorValue, bool AlphaBlend_Enabled, System::LongInt AlphaBlend_Value);
C#
public void SetImageOverlay_Attributes2(int Index, int LeftLocation, int TopLocation, int StretchedWidth, int StretchedHeight, bool Transparent_Enabled, bool UseTransparentColor, int Transparent_ColorValue, bool AlphaBlend_Enabled, int AlphaBlend_Value);
VB.NET
Public Sub SetImageOverlay_Attributes2(Index As Integer, LeftLocation As Integer, TopLocation As Integer, StretchedWidth As Integer, StretchedHeight As Integer, Transparent_Enabled As Boolean, UseTransparentColor As Boolean, Transparent_ColorValue As Integer, AlphaBlend_Enabled As Boolean, AlphaBlend_Value As Integer)
C++/Qt
void SetImageOverlay_Attributes2 (int Index, int LeftLocation, int TopLocation, int StretchedWidth, int StretchedHeight, BOOL Transparent_Enabled, BOOL UseTransparentColor, int Transparent_ColorValue, BOOL AlphaBlend_Enabled, int AlphaBlend_Value);
Sets the location, size and transparency for the image overlay specified by its index
Remarks
Same as SetImageOverlay_Attributes , but with the overlay Index as first parameter, so it is not necessary to pre-select it with ImageOverlaySelector.