moverel

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 moveto.

void moverel(
	int dx,
	int dy
);

Parameters

dx

Move current location along the x-axis to dx.

dy

Move current location along the y-axis to dy.

Return Value

None

Remarks

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

This function is not recommended.

Examples

None

(贡献者:Krissi  编辑