CanvasResizeEvent CanvasResizeEvent # Bases: Event['Canvas'] height # height: float = field(metadata={'data_field': 'h'}) New height of the canvas. width # width: float = field(metadata={'data_field': 'w'}) New width of the canvas.