Draws a line on the canvas from PenPos to the point specified by X and Y, and sets the pen position to (X, Y).
Use LineTo to draw a line from PenPos up to, but not including the point (X,Y). LineTo changes the value of PenPos to (X,Y).
The line is drawn using
Pen.
Warning |
---|
This function is unimplemented and does nothing. |
Namespace: FMX.RS.CanvasHelper
Delphi |
public |
Parameters
X
Type: Integer
Y
Type: Integer