Whole document tree
    

Whole document tree

META_MOVETO

NAME

META_MOVETO

NEAREST API CALL

#include <windows.h>
BOOL32 MoveToEx
(
	HDC32 hdc,
	INT32 x,
	INT32 y,
	LPPOINT32 pt
);

DESCRIPTION

U16 Value
0 y
1 x
MoveTo moves the current position to the specified position (in logical units).

back