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

above

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.

Parameters

height - Height of the new region.

Return
The above region.