TTeeCanvas3D.LineTo

TTeeCanvas3D.LineTo
TTeeCanvas3D

procedure LineTo(Const X, Y: TCoordinate); override;

Unit
TeCanvas

Description
Draws a line from the current pen position to the given XY pixel coordinates.
It uses the Pen properties to display the line.

See VCL help for TCanvas LineTo method.