|
Line procedure (TgtCustomDocumentEngine) |
Top |
|
procedure Line (X1, Y1, X2, Y2: Double); override;
Description
Call Line to draw a line from (X1, Y1) to (X2, Y2) using the currently set Pen.
(X1, Y1) specifies the starting coordinate of the line. (X2, Y2) specifies the ending coordinate of the line. |