GETSCREENSIZE

Top  Previous  Next

Syntax

GETSCREENSIZE(w as UINT BYREF,h as UINT BYREF)

Description

.Returns the current screen size

Parameters

w - [out] The width of the screen.

h - [out] The height of the screen.

Return value

None

Remarks

The h and w parameters must be defined as type UINT.

See Also: GETCLIENTSIZE, GETSIZE

Example usage

DEF screenH,screenW as UINT
GETSCREENSIZE screenW,screenH