Use this constructor to construct a CPoint object. If no arguments are given, x and y members are not initialized.
CPoint( );
CPoint( int initX, int initY );
CPoint( POINT initPt );
CPoint( SIZE initSize );
CPoint( DWORD dwPoint );
Header file: | Afxwin.h |
Platforms: | |
Versions: | 1.0 and later |
Complete documentation: | Visual C++ documentation |
CPoint Overview, CPoint Member Functions, Simple Value Types