Class Rectangle

The location of the target area relative to the screen or window. If you do not set this parameter, the SDK selects the whole screen or window.

Hierarchy

  • Rectangle

Constructors

Properties

Constructors

Properties

height?: number

The height of the target area.

width?: number

The width of the target area.

x?: number

The horizontal offset from the top-left corner.

y?: number

The vertical offset from the top-left corner.

Generated using TypeDoc