GetDisplayAspectRatio
Delphi
function GetDisplayAspectRatio (DisplayIndex: LongInt): TAspectRatio;
C++Builder
TAspectRatio __fastcall GetDisplayAspectRatio(System::LongInt DisplayIndex);
C#
public TAspectRatio GetDisplayAspectRatio(int DisplayIndex);
VB.NET
Public Function GetDisplayAspectRatio(DisplayIndex As Integer) As TAspectRatio