zoomWindow
Use this method to turn on/off the Zoom window function. This allows the user to zoom into a section of the current drawing or document by selecting a section of the drawing using the mouse left button.
Syntax
RxCore.zoomWindow(selected)
Parameters
selected
: boolean —true
to enable the Zoom window function,false
to disable it.
Returns
- NA — This method does not return a value.