interface Size {
    X: number;
    Y: number;
}

Properties

X Y

Properties

X: number

The width.

Y: number

The height.

Generated using TypeDoc