HBRUSH to RGB value

混江龙づ霸主 提交于 2020-01-03 09:03:31

问题


Can you get the RGB value from HBRUSH or from brush id? for example: I'm looking for GRAY_BRUSH in RGB value.


回答1:


You want to use the GetObject function to return a LOGBRUSH structure that contains the brush color.



来源:https://stackoverflow.com/questions/3612024/hbrush-to-rgb-value

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!