interface Rect {
    Height: number;
    Width: number;
    X: number;
    Y: number;
}

Properties

Properties

Height: number

The height of the rectangle.

Width: number

The width of the rectangle.

X: number

The X coordinate of the top-left corner.

Y: number

The Y coordinate of the top-left corner.

Generated using TypeDoc