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