Skip to content

ImageOverlay_Height

property

Delphi
property ImageOverlay_Height: LongInt read GetImageOverlayHeight write SetImageOverlayHeight;
C++Builder
__property System::LongInt ImageOverlay_Height = {read=GetImageOverlayHeight, write=SetImageOverlayHeight, nodefault};
C#
public int ImageOverlay_Height { get; set; }
VB.NET
Public Property ImageOverlay_Height As Integer
C++/Qt
int GetImageOverlay_Height (int Index);
int GetImageOverlay_Height ();
void SetImageOverlay_Height (int Index, int Value);
void SetImageOverlay_Height (int Value);

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