Click or drag to resize

TouchManagerInstanceDisplayDevice Property

Gets or sets current display device.

Namespace:  TouchScript.Core
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public IDisplayDevice DisplayDevice { get; set; }

Property Value

Type: IDisplayDevice
Object which holds properties of current display device, like DPI and others.

Implements

ITouchManagerDisplayDevice
See Also