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

right

abstract fun right(): SKryptonRegion

Gets the region right to the right side with same height, the new region extends to the right screen border.

Return
The right region.

abstract fun right(width: Int): SKryptonRegion

Gets the region right to the right side with same height, the new region extends by width pixels.

Parameters

width - Width of the new region.

Return
The right region.