Skip to content

SetImageOverlay_Height

method

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

Sets the height for the image overlay of the specified index.

Set -1 (default) to use the original height of the loaded image.

Look at the Image Overlays chapter for more information.