Skip to main content

DrawRRect

DrawRRect [/W=winName ] left, top, right, bottom

The DrawRRect operation draws a rounded rectangle in the target graph, layout or control panel within the rectangle defined by left, top, right, and bottom.

Flags

/W=winNameDraws to the named window or subwindow. When omitted, action will affect the active window or subwindow. This must be the first flag specified when used in a Proc or Macro or on the command line.
When identifying a subwindow with winName, see Subwindow Syntax for details on forming the window hierarchy.

Details

The coordinate system as well as the rectangle's rounding, thickness, color, dash pattern and other properties are determined by the current drawing environment. The rounded rectangle is drawn in the current draw layer for the window, as determined by SetDrawLayer.

See Also

Drawing

SetDrawEnv, SetDrawLayer, DrawAction