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