pong_brushes.cpp
资源名称:pong.rar [点击查看]
上传用户:szsg028
上传日期:2022-08-01
资源大小:12k
文件大小:0k
源码类别:
GDI/图象编程
开发平台:
Visual C++
- #include <windows.h>
- HBRUSH PONG_BRUSH_MENSAJE()
- {
- LOGBRUSH lb;
- lb.lbStyle = BS_SOLID;
- lb.lbColor = RGB(255, 141, 28);
- return CreateBrushIndirect(&lb);
- }