//MPMorph-rexx/ADDPOINT


ADDPOINT :


   NAME   
  ADDPOINT -- Adds a point.

   SYNOPSIS
  ADDPOINT( X1/K/A/N,Y1/K/A/N,X2/K/A/N,Y2/K/A/N )

   FUNCTION
  Adds a point.

   INPUTS
  X1 - The X coord in image 1.
  Y1 - The Y coord in image 1.
  X2 - The X coord in image 2.
  Y2 - The Y coord in image 2.

   RESULT
  Returns error 10 if out of memory.

   EXAMPLE
  ADDPOINT X1 5 Y1 5 X2 10 Y2 10

   NOTES
  The point is automatically restricted to the current output size.

   BUGS

   SEE ALSO
  DELETEPOINT(), MOVEPOINT(), ADDGRID(), LINKPOINTS().