markUpShape
Turns on/off the markup shape tool. This enables the user to add a markup shape of a given type and subtype using the mouse.
Syntax
RxCore.markUpShape(selected, type, subtype)
Parameters
selected: boolean — Set totrueto enable the markup shape tool, orfalseto disable it.type: number — Markup shape type:0= Rectangle1= Ellipse2= Cloud3= Polygon
subtype: number — Set to1for a rounded rectangle (only works with type0).
Returns
- NA — This method does not return a value.