| |
Methods: |
|
| |
Description:
Requests the object to re-query the monitor devices attached to the system
|
|
|
| |
Description:
Returns the monitor at the given point
Parameters:
Name | Description |
|
inX | Horizontal coordinate
|
|
inY | Vertical coordinate
|
|
[inFlags] | A enMonitorFlagsDefaultTo value specifying what action to take if there is no monitor at the given coordinates
|
Return:
A Monitor object containing information about the monitor at the given coordinates
|
|
|
| |
Description:
Returns the monitor the specified window is located within Note: if the window spans more than one monitor then the monitor that contains the largest percentage of the window's area is returned
Parameters:
Name | Description |
|
inWnd | Window handle to find
|
|
[inFlags] | A enMonitorFlagsDefaultTo value specifying what action to take if there is no monitor at the given coordinates
|
Return:
A Monitor object containing information about the monitor which the given window is located on
|
|
|
| |
Description:
Returns the monitor the specified rectangle is located within Note: if the rectangle spans more than one monitor then the monitor that contains the largest percentage of the rectangle's area is returned
Parameters:
Name | Description |
|
inRect | A Rectangle object specifying the coordinates of the area to search for
|
|
[inFlags] | A enMonitorFlagsDefaultTo value specifying what action to take if there is no monitor at the even coordinates
|
Return:
A Monitor object containing information about the monitor which the given rectangle is located on
|
|
|
| |
Description:
Retrieve information about the primary monitor
Return:
A Monitor object containing information about the primary monitor
|
|
|
| |
Description:
Private function used to provide For ... Each access to the monitors object's Monitor's
Return:
Returns the internal collection's enumerator object
|
|
|
| |
Description:
Friend method called when the notification window receives a display change notification.
|
|
|
| |
Description:
Clears the object's internal properties
|
|
|
| |
Description:
API Point structure constructor function
Parameters:
Name | Description |
|
inX | Horizontal coordinate
|
|
inY | Vertical coordinate
|
Return:
A PointL structure containing the desired coordinates
|
|
|
| |
Description:
Routine to convert a Rectangle object to a RectAPI structure
Parameters:
Name | Description |
|
inRect | The Rectangle object to convert
|
Return:
A RectAPI structure containing the coordinates of the given Rectangle object
|
|
|
| |
Description:
Initialize event handler of the object
|
|
|
| |
Description:
Terminate event handler of the object
|
|
| |
|
|