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