web api interface
PaintSize
The PaintSize interface of the CSS Painting API represents the size of the output bitmap that the author should draw.
Instance properties
heightRead only- : Returns the height of the output bitmap that the author should draw.
widthRead only- : Returns the width of the output bitmap that the author should draw.
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.