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


Drawing Lines

A line is defined by two points: the current location of the graphics pen and its destination. You specify where to begin drawing a line by using the MoveTo or Move procedure to place the graphics pen at some point in the window's local coordinate system, and then using the LineTo or Line procedure to draw a line from there to another point.


Subtopics
MoveTo
Move
LineTo
Line

Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996