Skip to main content

Rectangle

@microblink/blinkid


@microblink/blinkid / Rectangle

Type Alias: Rectangle

Rectangle = object

Represents a rectangle.

Properties

height

height: number

Height of the rectangle.


width

width: number

Width of the rectangle.


x

x: number

X coordinate of the top-left corner of the rectangle.


y

y: number

Y coordinate of the top-left corner of the rectangle.