Skip to content

AspectRatioToUse

property

Delphi
property AspectRatioToUse: Double read GetAspectRatioToUse write SetAspectRatioToUse;
C++Builder
__property double AspectRatioToUse = {read=GetAspectRatioToUse, write=SetAspectRatioToUse};
C#
public double AspectRatioToUse { get; set; }
VB.NET
Public Property AspectRatioToUse As Double
C++/Qt
double GetAspectRatioToUse ();
void SetAspectRatioToUse (double Value);

Used to specify an aspect ratio for the video clip that will be played.

By default the proper aspect ratio is applied when the AdjustPixelAspectRatio is enabled.

It can be overridden by specifying an AspectRatioToUse value > 0 (e.g. 1.3333 for 4:3, 1666667 for 16:9, etc...)