Interface IDisplayHandler
Contains methods and properties which allow to get display related information.
public interface IDisplayHandler : IDisposable
Properties
Methods
- GetClientArea()
Gets the client area of the display.
- GetGeometry()
Returns the bounding rectangle of the display in pixels.
- GetName()
Gets the display's name.
- GetScaleFactor()
Gets scaling factor used by this display.
- IsPrimary()
Gets
true
if the display is the primary display.