skrypton-api / com.waicool20.skrypton.sikulix / ISikuliRegion / above

above

abstract fun above(): SKryptonRegion

Gets the region above the top side with same width, the new region extends to the top screen border.

Return
The above region.

abstract fun above(height: Int): SKryptonRegion

Gets the region above the top side with same width, the new region extends by height pixels.

Parameters

height - Height of the new region.

Return
The above region.