Skip to main content

drawmarkupToCanvas

Draws markup associated with a specific 3D view onto a Canvas.

Syntax

RxCore.drawmarkupToCanvas(ctx, width, height, name)

Parameters

  • ctx: CanvasRenderingContext2D — Canvas context.
  • width: number — Width of the canvas in pixels.
  • height: number — Height of the canvas in pixels.
  • name: string — Name of the 3D view.

Returns

  • NA — This method does not return a value.