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

below

open fun below(): SKryptonRegion

Overrides ISikuliRegion.below

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

Return
The below region.

open fun below(height: Int): SKryptonRegion

Overrides ISikuliRegion.below

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.