Readonly
orientationGets current device screen orientation.
0.1
Readonly
OrientationDevice.Screen.OrientationType
0.1
Readonly
heightGets height of device screen.
0.1
Readonly
widthGets width of device screen.
0.1
Readonly
touchGets if device screen has feature support for touching.
0.1
Readonly
dpiGets dpi of device screen.
0.1
Optional
iosCaptures screen and returns result image.
capture
captured image.
0.1
Generated using TypeDoc
Since
0.1
This class helps you to get device's screen properties like size, orientation, force touch enabled etc. Also you can capture screen with Device.Screen.capture function.
Example