DisplayInfo

Wisej.Hybrid.DisplayInfo

Namespace: Wisej.Hybrid

Assembly: Wisej.Hybrid (3.5.0.0)

Provides information about the device's screen.

public class DisplayInfo : DeviceInfoBase

Access this class through the Info singleton.

Constructors

Creates a new instance of DisplayInfo.

Properties

Double: The device's density.

Double: The device's height (in pixels).

DisplayOrientation: The device display's orientation.

Single: The device's refresh rate.

DisplayRotation: The device's rotation.

Double: The device's width (in pixels).

Methods

Updates the info configuration.

ParameterTypeDescription

info

The info configuration.

Events

EventHandler Fires when the main display info changes.

Last updated