[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 188
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.
Version 4.0 | Generated 2025-05-03 | Home |