Important: The information in this document is obsolete and should not be used for new development.
SetPt
To assign two coordinates to a point, use theSetPt
procedure.
PROCEDURE SetPt (VAR pt:\xDDPoint; h,v:\xDDInteger);
pt
- The point to be given new coordinates.
h
- The horizontal value of the new coordinates.
v
- The vertical value of the new coordinates.
DESCRIPTION
TheSetPt
procedure assigns the horizontal coordinate specified in theh
parameter and the vertical coordinate specified in thev
parameter to the point returned in thept
parameter.