penbrush.h

来自「做为linux下图形用户界面支持系统之一的MicroWindows采用C++设计」· C头文件 代码 · 共 31 行

H
31
字号
//
// %%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

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?