Skip to main content

initialize

Call to set the initial canvas size based on web page content.

Syntax

RxCore.initialize(layout, divid, class)

Parameters

  • layout: object — Object containing properties offsetWidth and offsetHeight. 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.