markUpArea
Use this method to turn on/off the markup area tool. This enables the user to draw a markup area on the currently open drawing using the mouse.
Syntax
RxCore.markUpArea(selected)
Parameters
selected
: boolean — Set totrue
to enable the markup area tool, orfalse
to disable it.
Returns
- NA — This method does not return a value.