[]
        
(Showing Draft Content)

Size

Type Alias: Size

type Size = object;

Represents the width and height of an object.

Properties

height

height: number;

The height.


width

width: number;

The width.