magnifyGlass
Use this method to turn on/off the magnifying tool. This enables the user to magnify an area of the drawing by dragging a magnify window over the area.
Syntax
RxCore.magnifyGlass(selected)
Parameters
selected
: boolean — Set totrue
to enable the magnifying tool, orfalse
to disable it.
Returns
- NA — This method does not return a value.