doResize
Notifies rxcorefunctions about a change in the size of the canvas.
Syntax
RxCore.doResize(offsetWidth, offsetHeight)
Parameters
- offsetWidth: number — New width in pixels to adjust the canvas.
- offsetHeight: number — New height in pixels to adjust the canvas.
Returns
- NA — This method does not return a value.