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

DisplayInfo()

Creates a new instance of DisplayInfo.

Properties

Density

Doublearrow-up-right: The device's density.

Height

Doublearrow-up-right: The device's height (in pixels).

Orientation

DisplayOrientation: The device display's orientation.

RefreshRate

Singlearrow-up-right: The device's refresh rate.

Rotation

DisplayRotation: The device's rotation.

Width

Doublearrow-up-right: The device's width (in pixels).

Methods

OnWebUpdate(info)

Updates the info configuration.

Parameter
Type
Description

info

The info configuration.

Events

MainDisplayInfoChanged

EventHandlerarrow-up-right Fires when the main display info changes.

Last updated