A width/height pair. The unit (pixels or points) depends on the consuming API — see the documentation of the specific method or option that takes this value.

interface Size {
    width: number;
    height: number;
}

Properties

Properties

width: number
height: number

Generated using TypeDoc