Show/Hide Toolbars

RiverSoftAVG Products Help

Navigation: Code Documentation > RSFMXCommon > FMX.RS.CanvasHelper > Classes > TFMXCanvasHelper > Methods

TFMXCanvasHelper.LineTo(Integer,Integer) Method

Scroll Prev Top Next More

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.
 
 

alert_cautionWarning

This function is unimplemented and does nothing.

Namespace: FMX.RS.CanvasHelper

Parameters

X

Type: Integer

Y

Type: Integer

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb