SetTextOverlay_Left
Delphi
procedure SetTextOverlay_Left (Index: LongInt; Value: LongInt);
C++Builder
void __fastcall SetTextOverlay_Left(System::LongInt Index, System::LongInt Value);
C#
public void SetTextOverlay_Left(int Index, int Value);
VB.NET
Public Sub SetTextOverlay_Left(Index As Integer, Value As Integer)
C++/Qt
void SetTextOverlay_Left (int Index, int Value);
void SetTextOverlay_Left (int Value);
Used to set or retrieve the left position (in pixels) where the text will be drawn over video frames, for the specified text overlay. The text will be left-padded on this position if SetTextOverlay_Align has been set to tf_Left.