The MonitorForPoint property returns the properties of a single monitor as a monitor object over a pixel location.
|
Syntax | |||||
|
MonitorForPoint(X, Y) | |||||
|
Return value | |||||
|
Type |
Description | ||||
|
Monitor |
Object of the type TCEServer.Monitor | ||||
|
Parameter | |||||
|
Use |
Name |
Type |
Passing |
Description | |
|
Required |
X |
Long |
ByVal |
x-position of the pixel | |
|
Required |
Y |
Long |
ByVal |
y-position of the pixel | |
Note
The property is read-only.