PaintSize

The PaintSize interface of the CSS Painting API represents the size of the output bitmap that the author should draw.

Instance properties

PaintSize.height Read only

Returns the height of the output bitmap that the author should draw.

PaintSize.width Read only

Returns the width of the output bitmap that the author should draw.

Specifications

See also