Windows C++ Library
Public Member Functions
CPoint Class Reference

#include <Point.hpp>

List of all members.

Public Member Functions

 CPoint ()
 CPoint (const POINT &pt)
 CPoint (int iX, int iY)
void Set (int iX, int iY)
bool IsIn (const CRect &rcRect) const

Constructor & Destructor Documentation

CPoint::CPoint ( ) [inline]
CPoint::CPoint ( const POINT &  pt) [inline]
CPoint::CPoint ( int  iX,
int  iY 
) [inline]

Member Function Documentation

void CPoint::Set ( int  iX,
int  iY 
) [inline]
bool CPoint::IsIn ( const CRect rcRect) const [inline]

The documentation for this class was generated from the following file: