Skip to content

ImageRatio

property, read-only

Delphi
property ImageRatio: Double read GetImageRatio;
C++Builder
__property double ImageRatio = {read=GetImageRatio};
C#
public double ImageRatio { get; }
VB.NET
Public ReadOnly Property ImageRatio As Double
C++/Qt
double GetImageRatio ();

Ratio between the width and the height of the native video size. E.g. for a 4 / 3 image, this property will return 0.75.