CDC::MoveTo
Visual Studio 2012
Moves the current position to the point specified by x and y (or by point).
CPoint MoveTo( int x, int y ); CPoint MoveTo( POINT point );
See the example for CRect::CenterPoint.