Source position: fpcanvas.pp line 370
public procedure TFPCustomCanvas.Line(
x1: Integer;
y1: Integer;
x2: Integer;
y2: Integer
);procedure TFPCustomCanvas.Line(
const p1: TPoint;
const p2: TPoint
const points: TRect
);