CPoint CPoint::CPoint CPoint::CPoint CPoint( ); CPoint( int initX, int initY ); CPoint( POINT initPt ); CPoint( SIZE initSize ); CPoint( DWORD dwPoint ); Parameters initX Specifies the value of the x member of CPoint. initY Specifies the value of the y member of CPoint. initPt POINT structure or CPoint that specifies the values used to initialize CPoint. initSize SIZE structure or CSize that spe..