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 / Customizing QuickDraw Operations


StdLine

The StdLine procedure is QuickDraw's standard low-level routine for drawing a line.

PROCEDURE StdLine (newPt:\xDDPoint);
newPt
The point to which to draw the line.
DESCRIPTION
The StdLine procedure draws a line from the current pen location to the location (in local coordinates) specified in the newPt parameter.

SPECIAL CONSIDERATIONS
The StdLine procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996