SetDisplayPanScanRatio
Delphi
procedure SetDisplayPanScanRatio (DisplayIndex: LongInt; Value: LongInt);
C++Builder
void __fastcall SetDisplayPanScanRatio(System::LongInt DisplayIndex, System::LongInt Value);
C#
public void SetDisplayPanScanRatio(int DisplayIndex, int Value);
VB.NET
Public Sub SetDisplayPanScanRatio(DisplayIndex As Integer, Value As Integer)
After invoking SetDisplayAspectRatio (index, ar_PanScan), this function can be used to adjust the Pan/Scan ratio (in the 0..100 range, default value 50). The window Index specified must be in the 2..8 range (0..1 reserved to Display... and Dual_Display).