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 totrue
to enable the markup shape tool, orfalse
to disable it.type
: number — Markup shape type:0
= Rectangle1
= Ellipse2
= Cloud3
= Polygon
subtype
: number — Set to1
for a rounded rectangle (only works with type0
).
Returns
- NA — This method does not return a value.