[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Draws a Line from X1, Y1 to X2, Y2
Source position: line 0
public procedure TCanvas.Line( |
X1: Integer; |
Y1: Integer; |
X2: Integer; |
Y2: Integer |
); virtual; |
const p1: TPoint; |
const p2: TPoint |
); |
const Points: TRect |
); |
lazarus-ccr.sourceforge.net |