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

left

abstract fun left(): SKryptonRegion

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

Return
The left region.

abstract fun left(width: Int): SKryptonRegion

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

Parameters

width - Width of the new region.

Return
The left region.