Skip to content

SetImageOverlay_LeftLocation

method

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

Sets the left location (on the video frames) for the image overlay of the specified index. The value must be between 0 and the current video width. Look at the Image Overlays chapter for more information.