Cicode Programming Reference > Cicode Function Categories > Window Functions > WndMonitorInfoEx

WndMonitorInfoEx

Returns information about a particular monitor using the screen name of the screen profile.

Syntax

WndMonitorInfoEx(sMonitor, iType)

sMonitor:

Screen profile's screen name.

iType:

Type The monitor measurement to be retrieved:

0 - x co-ordinate of upper left corner of monitor.

1 - y co-ordinate of upper left corner of monitor.

2 - width of monitor.

3 - height of monitor.

4 - x co-ordinate of upper left corner of monitor working area.

5 - y co-ordinate of upper left corner of monitor working area.

6 - width of monitor working area.

7 - height of monitor working area.

Return Value

Requested information about the selected monitor.

See Also

Window Functions

Published June 2018