//MPMorph-rexx/SETSIZE


SETSIZE :


   NAME   
  SETSIZE - Changes the size of the rendered output.

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

   FUNCTION
  Changes the size of the rendered output. Deletes points outside the new
  image 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
  SETSIZE X 320 Y 256 FORCE

   NOTES

   BUGS

   SEE ALSO
  SCALE().