A decision block that gets the metrics of a connected display.
If the proceed option is set to Immediately, then get current metrics of the display without pausing the fiber. If set to When changed, then the fiber will pause until display metrics, with an assigned output variable, has changed, or the display is disconnected. The block proceed through the NO path if/when the display is disconnected.
To calculate the dimensions of a display in pixels evaluate bounds[2] - bounds[0]
to return its width, and bounds[3] - bounds[1]
its height.
Note! This feature requires Android 4.2+.
[left,top,right,bottom]
of the display, in pixels.