Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Imaging With QuickDraw /
Chapter 3 - QuickDraw Drawing / QuickDraw Drawing Reference
Routines / Managing the Graphics Pen


GetPen

To determine the location of the graphics pen, use the GetPen procedure.

PROCEDURE GetPen (VAR pt: Point); 
pt
The graphics pen's current position in the current graphics port.
DESCRIPTION
In the pt parameter, the GetPen procedure returns the current pen position. The point returned is in the local coordinates of the current graphics port.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996