MFC
Class CPoint
tagPOINT
|
+--CPoint
in AFXWIN.H
- class CPoint
- extends tagPOINT
CPoint - A 2-D point, similar to Windows POINT structure.
CPoint
public CPoint( int initX, int initY );
CPoint
public CPoint( POINT initPt );
CPoint
public CPoint( SIZE initSize );
CPoint
public CPoint( DWORD dwPoint );
CPoint
public CPoint();
Offset
public void Offset( POINT point );
Offset
public void Offset( SIZE size );
Offset
public void Offset( int xOffset, int yOffset );
operator!=
public BOOL operator!=( POINT point ) const;
operator+
public CRect operator+( const RECT* lpRect ) const;
operator+
public CPoint operator+( SIZE size ) const;
operator+
public CPoint operator+( POINT point ) const;
operator+=
public void operator+=( SIZE size );
operator+=
public void operator+=( POINT point );
operator-
public CPoint operator-( SIZE size ) const;
operator-
public CPoint operator-() const;
operator-
public CRect operator-( const RECT* lpRect ) const;
operator-
public CSize operator-( POINT point ) const;
operator-=
public void operator-=( SIZE size );
operator-=
public void operator-=( POINT point );
operator==
public BOOL operator==( POINT point ) const;