Windows C++ Library
Public Member Functions | Protected Attributes | Private Member Functions
CPen Class Reference

#include <Pen.hpp>

List of all members.

Public Member Functions

 CPen ()
 CPen (int iID)
 CPen (int iStyle, int iWidth, COLORREF crClr)
 ~CPen ()
void Create (int iID)
void Create (int iStyle, int iWidth, COLORREF crClr)
HPEN Handle () const

Protected Attributes

HPEN m_hPen
bool m_bOwner

Private Member Functions

 CPen (const CPen &)
CPenoperator= (const CPen &)

Constructor & Destructor Documentation

CPen::CPen ( int  iID)
CPen::CPen ( int  iStyle,
int  iWidth,
COLORREF  crClr 
)
CPen::CPen ( const CPen ) [private]

Member Function Documentation

void CPen::Create ( int  iID)
void CPen::Create ( int  iStyle,
int  iWidth,
COLORREF  crClr 
)
HPEN CPen::Handle ( ) const [inline]
CPen& CPen::operator= ( const CPen ) [private]

Member Data Documentation

HPEN CPen::m_hPen [protected]
bool CPen::m_bOwner [protected]

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