Represents the size of an HTML node, including its margin.

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

Hierarchy (View Summary)

Properties

h w

Properties

h: number

The height of the node (in pixels).

w: number

The width of the node (in pixels).