Important: The information in this document is obsolete and should not be used for new development.
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 theMoveTo
orMove
procedure to place the graphics pen at some point in the window's local coordinate system, and then using theLineTo
orLine
procedure to draw a line from there to another point.
Subtopics
- MoveTo
- Move
- LineTo
- Line