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