GRAPHIC SET POS statement

Purpose

Set the last point referenced (POS) for the selected graphic target.

Syntax

GRAPHIC SET POS [STEP] (x!, y!)

Remarks

The graphic window must first be chosen with GRAPHIC ATTACH.  The coordinate point is specified in the same terms (pixels or dialog units) as the parent dialog (or world coordinates, if those were chosen with GRAPHIC SCALE).  If the STEP option is included, the x! and y! coordinates are relative to the last point referenced (POS).

See also

GRAPHIC ATTACH, GRAPHIC GET POS