Skip to content

SetImageOverlay_Width

function

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

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

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

Look at the Image Overlays chapter for more information.