moveto

This function is used to move current point. Some drawing operations start at current location, which can be set by this function. You can also set current location with moverel.

void moveto(
	int x,
	int y
);

Parameters

x

The new current location x coordinate.

y

The new current location y coordinate.

Return Value

None

Remarks

This function is obsolete and is declared only in graphics.h.

This function is not recommended.

Examples

None

(贡献者:Krissi  编辑