[Overview][Types][Classes][Index] |
Draws a line using the specified coordinates and Pen for the canvas.
Source position: lazcanvas.pas line 111
protected procedure TLazCanvas.DoLine( |
x1: Integer; |
y1: Integer; |
x2: Integer; |
y2: Integer |
); override; |
x1 |
|
Initial horizontal coordinate for the line. |
y1 |
|
Initial vertical coordinate for the line. |
x2 |
|
Terminal horizontal coordinate for the line. |
y2 |
|
Terminal vertical coordinate for the line. |
Version 4.0 | Generated 2025-05-03 | Home |