PaintSize
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
ThePaintSize interface of theCSS Painting API represents the size of the output bitmap that the author should draw.
In this article
Instance properties
PaintSize.heightRead onlyReturns the height of the output bitmap that the author should draw.
PaintSize.widthRead onlyReturns the width of the output bitmap that the author should draw.
Specifications
| Specification |
|---|
| CSS Painting API Level 1> # paintsize> |