www.pudn.com > MicroWindows-Source-200606.zip > penbrush.h


// 
// %%name 
// penbrush.h: Pen, brush and color model definitions 
// 
// $Revision$ 
// $Source$ 
// $Date$ 
// 
 
#ifndef __penbrush_h 
#define __penbrush_h 
 
#ifndef __object_h 
#   include "object.h" 
#endif 
 
typedef DWORD   ColorIndex; 
 
#define RGB( 
 
 
class Pen : public Object 
{ 
public: 
    Pen (ColorIndex 
protected: 
 
 
#endif