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

below

abstract fun below(): SKryptonRegion

Gets the region below the bottom side with same width, the new region extends to the bottom screen border.

Return
The below region.

abstract fun below(height: Int): SKryptonRegion

Gets the region below the bottom side with same width, the new region extends by height pixels.

Parameters

height - Height of the new region.

Return
The below region.