Interface Size

A size with width and height component.

interface Size {
    h: number;
    w: number;
}

Properties

h w

Properties

h: number

The height

w: number

The width

Generated using TypeDoc