Skip to main content

DrawPICT

DrawPICT [/W=winName ][/RABS ] left, top, hScaling, vScaling, pictName

The DrawPICT operation draws the named picture in the target graph, layout or control panel. The left and top parameters set the position of the top/left corner of the picture. hScaling and vScaling set the horizontal and vertical scale factors with 1 meaning 100%.

Flags

/RABSDraws the named picture using absolute scaling. In this mode, the picture is drawn in the rectangle defined by left and top for point (x0,y0), and by hScaling and vScaling for point (x1,y1), respectively.
/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 for the left and top parameters is determined by the current drawing environment. The picture is drawn in the current draw layer for the window, as determined by SetDrawLayer.

See Also

Drawing

SetDrawEnv, SetDrawLayer DrawAction