GxImage: MoveTo |
This method moves the drawing cursor to the (x,y) point. The coordinates must be in image coordinates.
Public Function MoveTo( ByVal x As Long, ByVal y As Long ) As Long
[Visual Basic] Public Function MoveTo(ByVal x As Long, ByVal y As Long) As Long
[Delphi] function MoveTo(x : Integer; y : Integer) : Integer;
[C++] long MoveTo(long x, long y);
Class GxImage Overview GxImage Properties GxImage Methods MouseUp PasteImage