Skip to content

SetTextOverlay_Right

function

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

Sets or retrieves the right position (in pixels), for the specified text overlay, where the text will be drawn over video frames. The text will be left-padded on this position if SetTextOverlay_Align has been set to tf_Right.