doResizeEx
Adjusts the size of the viewport when using an rxcontainer div with absolute width and height. Requires setLayout to be configured with an absolute property set to true.
Syntax
RxCore.doResizeEx(Width, Height)
Parameters
Width: number — Absolute width of the canvas in pixels.Height: number — Absolute height of the canvas in pixels.
Returns
- NA — This method does not return a value.