//MPMorph-rexx/SCALE


SCALE :


   NAME   
  SCALE - Scales the size of the points and rendered output.

   SYNOPSIS
  SCALE( X/K/A/N,Y/K/A/N,FORCE/S )

   FUNCTION
  Changes the size of the rendered output and scales the defined points
  to the new size. Displays a requester if the project is not currently
  saved.

   INPUTS
  X     - New width.
  Y     - New Height.
  FORCE - Prevents the unsaved project requester.

   RESULT
  Returns error 10 if X or Y are supplied as zero, or the unsaved
  project requester is cancelled.

   EXAMPLE
  SCALE X 640 Y 512

   NOTES

   BUGS

   SEE ALSO
  SETSIZE().