open fun left(): SKryptonRegion
Overrides ISikuliRegion.left
Gets the region left to the left side with same height, the new region extends to the left screen border.
Return
The left region.
open fun left(width: Int): SKryptonRegion
Overrides ISikuliRegion.left
Gets the region left to the left side with same height, the new region extends by width
pixels.
width
- Width of the new region.
Return
The left region.