Language:
Русский
English
LineRel (procedure) (Graph unit)
Draws a line relative to the current pointer (CP) and moves the CP to (x1, y1).
Declaration
procedure LineRel(Dx, Dy: Integer);
Target
Real, Protected
Remarks
Draws the line from the CP (x0, y0) to a point (x1, y1), where
x1 = x0 + Dx
y1 = y0 + Dy