Skip to content

Canvas::MoveTo method

MoveTo changes the current drawing position to the point (X, Y).

Prototype

void MoveTo(int x, int y)
void MoveTo(int x, int y) throws IGRException;
def MoveTo(self, x: int, y: int) -> void
void MoveTo(int x, int y)
void MoveTo(int x, int y)
HRESULT MoveTo([in] int x, [in] int y)

Parameters

x: int : The X coordinate for the new pen position.

y: int : The Y coordinate for the new pen position.