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

right

open fun right(): SKryptonRegion

Overrides ISikuliRegion.right

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

Return
The right region.

open fun right(width: Int): SKryptonRegion

Overrides ISikuliRegion.right

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.