Type alias MonitorDetails

MonitorDetails: {
    available: DipScaleRects;
    availableRect: RectangleByEdgePositions;
    deviceId: string | number;
    deviceScaleFactor: number;
    displayDeviceActive: boolean;
    dpi: Point;
    monitor: DipScaleRects;
    monitorRect: RectangleByEdgePositions;
    name: string | number;
}

Type declaration

  • available: DipScaleRects

    The available DIP scale coordinates.

  • availableRect: RectangleByEdgePositions

    The available monitor coordinates.

  • deviceId: string | number

    The device id of the display.

  • deviceScaleFactor: number

    The device scale factor.

  • displayDeviceActive: boolean

    True if the display is active.

  • dpi: Point
  • monitor: DipScaleRects

    The monitor coordinates.

  • monitorRect: RectangleByEdgePositions

    The monitor coordinates.

  • name: string | number

    The name of the display.

Generated using TypeDoc