This member function 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 );
Header File | Afxwin.h |
Platforms | |
Versions | 1.0 and later |
Complete documentation | Visual C++ documentation |
CDC Overview, CDC Member Functions, Graphical Drawing Classes, CDC::GetCurrentPosition, CDC::LineTo, CPoint