ImageResolution
TouchEventCapabilities
ScreenParams
ScreenParams
ImageResolution
Get the Resolution
Kind: Instance method of ScreenParams
Returns: ImageResolution
- the KEY_RESOLUTION value
TouchEventCapabilities
Get the TouchEventAvailable
Kind: Instance method of ScreenParams
Returns: TouchEventCapabilities
- the KEY_TOUCH_EVENT_AVAILABLE value
ScreenParams
Set the Resolution
Kind: Instance method of ScreenParams
Returns: ScreenParams
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
resolution | ImageResolution |
The resolution of the prescribed screen area. - The desired Resolution. |
ScreenParams
Set the TouchEventAvailable
Kind: Instance method of ScreenParams
Returns: ScreenParams
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
available | TouchEventCapabilities |
Types of screen touch events available in screen area. - The desired TouchEventAvailable. |