SetImageOverlay_StretchToVideoSize
method
Delphi
procedure SetImageOverlay_StretchToVideoSize (Index: LongInt; Value: Boolean);
C++Builder
void __fastcall SetImageOverlay_StretchToVideoSize(System::LongInt Index, bool Value);
C#
public void SetImageOverlay_StretchToVideoSize(int Index, bool Value);
VB.NET
Public Sub SetImageOverlay_StretchToVideoSize(Index As Integer, Value As Boolean)
C++/Qt
void SetImageOverlay_StretchToVideoSize (int Index, BOOL Value);
void SetImageOverlay_StretchToVideoSize (BOOL Value);
When enabled, this stretches the image overlay to the video size (in this case the image overlay location and size settings are ignored). See Graphic overlays.