inset Method

Inset this ViewRect by values in the x and y directions. Positive values make the ViewRect smaller, and negative values will make it larger.

inset(deltaX: number, deltaY: number): void

Parameter Type Description
deltaX number The distance to inset the ViewRect in the x direction.
deltaY number The distance to inset the ViewRect in the y direction.

Defined in

Last Updated: 08 January, 2020