Important: The information in this document is obsolete and should not be used for new development.
AddPt
To add the coordinates of two points, use theAddPtprocedure.
PROCEDURE AddPt (srcPt: Point; VAR dstPt:\xDDPoint);
srcPt- A point, the coordinates of which are to be added to the point in the
dstPtparameter.dstPt- On input: a point, the coordinates of which are to be added to the point in the
srcPtparameter. Upon completion: the result of adding the coordinates of the points in thesrcPtanddstPtparameters.DESCRIPTION
TheAddPtprocedure adds the coordinates of the point specified in thesrcPtparameter to the coordinates of the point specified in thedstPtparameter, and returns the result in thedstPtparameter.