brush 都有些什么颜色的
答案:1 悬赏:0 手机版
解决时间 2021-02-20 10:51
- 提问者网友:你挡着我发光了
- 2021-02-20 00:21
在windows编程中 brush这个画刷 都有些什么颜色的比如:BLACK_BRUSH
最佳答案
- 五星知识达人网友:末日狂欢
- 2021-02-20 01:03
#define WHITE_BRUSH 0
#define LTGRAY_BRUSH 1
#define GRAY_BRUSH 2
#define DKGRAY_BRUSH 3
#define BLACK_BRUSH 4
#define NULL_BRUSH 5
#define HOLLOW_BRUSH NULL_BRUSH
#define WHITE_PEN 6
#define BLACK_PEN 7
#define NULL_PEN 8
#define OEM_FIXED_FONT 10
#define ANSI_FIXED_FONT 11
#define ANSI_VAR_FONT 12
#define SYSTEM_FONT 13
#define DEVICE_DEFAULT_FONT 14
#define DEFAULT_PALETTE 15
#define SYSTEM_FIXED_FONT 16
你找一下定义就知道了,右键菜单-〉go to definition 就OK了
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯