GxImage: MoveTo

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

Parameters

x
Horizontal image coordinate of the new cursor point.
y
Vertical image coordinate of the new cursor point.

Return Values

On error false (0) is returned and the error code/string in the GX system is set appropriately.

Languages

[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);

Remarks

See Also

Class GxImage Overview GxImage Properties GxImage Methods MouseUp PasteImage