XPRINT GET SCALE statement  

Purpose

Retrieve the current coordinate limits for the host printer page.

Syntax

XPRINT GET SCALE TO x1!, y1!, x2!, y2!

Remarks

XPRINT SCALE allows you to define your own world coordinate system for subsequent XPRINT statements.  World coordinates may be floating point values, with the only requirement that x1! not equal x2!, and y1! not equal y2!.

XPRINT GET SCALE retrieves the coordinate limits, which may be either custom world coordinates (if an XPRINT SCALE has been executed), or else default pixel coordinates.  This allows you to save and restore a previous set of coordinates.

See also

XPRINT SCALE, XPRINT SCALE PIXELS