Skip to content

SetImageOverlay_TopLocation

function

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

Sets the top location (on the video frames) for the image overlay of the specified index. The value must be between 0 and the current video height.

Look at the Image Overlays chapter for more information.