Screen
Properties
Functions
Converts a screen DIP point to a screen physical point. The DPI scale is performed relative to the display containing the DIP point.
Converts a screen DIP rect to a screen physical rect. The DPI scale is performed relative to the display nearest to window
. If window
is null, scaling will be performed to the display nearest to rect
.
An array of displays that are currently available.
The current absolute position of the mouse pointer.
The display that most closely intersects the provided bounds.
The display nearest the specified point.
The primary display.
Converts a screen physical point to a screen DIP point. The DPI scale is performed relative to the display containing the physical point.
Converts a screen physical rect to a screen DIP rect. The DPI scale is performed relative to the display nearest to window
. If window
is null, scaling will be performed to the display nearest to rect
.