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