Skip to content

ImageOverlay_TopLocation

property

Delphi
property ImageOverlay_TopLocation: LongInt read GetImageOverlayTopLocation write SetImageOverlayTopLocation;
C++Builder
__property System::LongInt ImageOverlay_TopLocation = {read=GetImageOverlayTopLocation, write=SetImageOverlayTopLocation, nodefault};
C#
public int ImageOverlay_TopLocation { get; set; }
VB.NET
Public Property ImageOverlay_TopLocation As Integer
C++/Qt
int GetImageOverlay_TopLocation (int Index);
int GetImageOverlay_TopLocation ();
void SetImageOverlay_TopLocation (int Index, int Value);
void SetImageOverlay_TopLocation (int Value);

Specifies the top location of the current image overlay selected by ImageOverlaySelector, over the video frames.

The value must be between 0 and the current video height.

Look at the Image Overlays chapter for more information.