initialize
Call to set the initial canvas size based on web page content.
Syntax
RxCore.initialize(layout, divid, class)
Parameters
layout
: object — Object containing propertiesoffsetWidth
andoffsetHeight
. Values in pixels.divid
: string — Optional parameter assigning RxView360 to a div by element ID.class
: string — Optional parameter assigning a style sheet class to the div.
Returns
- NA — This method does not return a value.