Click or drag to resize

ITouchManagerDisplayDevice Property

Gets or sets current display device.

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

Property Value

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