Skip to main content

setBirdseyeCanvas

Use this method to connect HTML5 canvases to the birdseye overview tool.

Syntax

RxCore.setBirdseyeCanvas(imagecanvas, indicatorcanvas, markupcanvas)

Parameters

  • imagecanvas: HTMLCanvasElement — Canvas where the page is drawn.
  • indicatorcanvas: HTMLCanvasElement — Canvas used for zoom scale indicator.
  • markupcanvas: HTMLCanvasElement — Canvas used for markup.

Returns

  • NA — This method does not return a value.