ImageOverlay_LeftLocation
Delphi
property ImageOverlay_LeftLocation: LongInt read GetImageOverlayLeftLocation write SetImageOverlayLeftLocation;
C++Builder
__property System::LongInt ImageOverlay_LeftLocation = {read=GetImageOverlayLeftLocation, write=SetImageOverlayLeftLocation, nodefault};
C#
public int ImageOverlay_LeftLocation { get; set; }
VB.NET
Public Property ImageOverlay_LeftLocation As Integer
C++/Qt
int GetImageOverlay_LeftLocation (int Index);
int GetImageOverlay_LeftLocation ();
void SetImageOverlay_LeftLocation (int Index, int Value);
void SetImageOverlay_LeftLocation (int Value);
Specifies the left location, selected by ImageOverlaySelector, of the overlayed image over the video frames.
The value must be between 0 and the current video width.
Look at the Image Overlays chapter for more information.