Skip to main content

markupAreaRect

Use this method to turn on/off the markup area rect tool. This enables the user to draw a markup area rectangle on the currently open drawing using the mouse.

Syntax

    RxCore.markupAreaRect(selected);

Parameters

  • selected: boolean — Set to true to enable the markup area tool, or false to disable it.

Returns

  • NA — This method does not return a value.