Skip to content

ImageOverlay_Width

property

Delphi
property ImageOverlay_Width: LongInt read GetImageOverlayWidth write SetImageOverlayWidth;
C++Builder
__property System::LongInt ImageOverlay_Width = {read=GetImageOverlayWidth, write=SetImageOverlayWidth, nodefault};
C#
public int ImageOverlay_Width { get; set; }
VB.NET
Public Property ImageOverlay_Width As Integer
C++/Qt
int GetImageOverlay_Width (int Index);
int GetImageOverlay_Width ();
void SetImageOverlay_Width (int Index, int Value);
void SetImageOverlay_Width (int Value);

Specifies the width of the current image overlay selected by ImageOverlaySelector, to which the overlayed image will be stretched. Set ImageOverlay_Width = -1 to use the real width of the loaded image. Look at the Image Overlays chapter for more information.