GxImage: LineTo |
This method draws a line from the drawing cursor to the (x,y) point. The coordinates must be in image coordinates.
Public Function LineTo( ByVal x As Long, ByVal y As Long ) As Long
[Visual Basic] Public Function LineTo(ByVal x As Long, ByVal y As Long) As Long
[Delphi] function LineTo(x : Integer; y : Integer) : Integer;
[C++] long LineTo(long x, long y);
Class GxImage Overview GxImage Properties GxImage Methods LineStyle LineWidth