Important: The information in this document is obsolete and should not be used for new development.
GetPen
To determine the location of the graphics pen, use theGetPen
procedure.
PROCEDURE GetPen (VAR pt: Point);
pt
- The graphics pen's current position in the current graphics port.
DESCRIPTION
In thept
parameter, theGetPen
procedure returns the current pen position. The point returned is in the local coordinates of the current graphics port.