CDC::MoveTo

This member function moves the current position to the point specified by x and y (or by point).

Syntax

CPoint MoveTo( int x, int y );

CPoint MoveTo( POINT point );

At a Glance

Header File Afxwin.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CDC Overview, CDC Member Functions, Graphical Drawing Classes, CDC::GetCurrentPosition, CDC::LineTo, CPoint