[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Draws a line from the current position up to, but not including, the specified point.
Source position: winapih.inc line 187
public function TWidgetSet.LineTo( |
DC: HDC; |
X: Integer; |
Y: Integer |
):Boolean; virtual; |
DC |
|
The device context. |
X |
|
The endpoint in logical units. |
Y |
|
The endpoint in logical units. |
False on failure.
The current position is set to the given endpoint.
lazarus-ccr.sourceforge.net |