画笔
使用 GetStockObject 函数用于获得 Windows 预设的画笔、画刷、字体或者调色板的句柄。而使用SelectObject(hwnd,GetStockObject());则可以设置
传送门:https://fishc.com.cn/forum.php?mod26filter=viewthread&tid=54487&extra=page%3D3%%3Dtypeid%26typeid%3D420
使用CreatePen 创建自己的画笔传送门:https://fishc.com.cn/forum.php?mod=viewthread&tid=54490&extra=page%3D3%26filter%3Dtypeid%26typeid%3D420
使用CreaetePenIndirect 传送门:https://fishc.com.cn/forum.php?mod=viewthread&tid=54492&extra=page%3D3%26filter%3Dtypeid%26typeid%3D420
画刷
都在这一页:https://fishc.com.cn/forum.php?mod=forumdisplay&fid=255&typeid=420&typeid=420&filter=typeid&page=4
GetStockObject() 获取画刷 https://fishc.com.cn/forum.php?mod26filter=viewthread&tid=54487&extra=page%3D3%%3Dtypeid%26typeid%3D420 SelectObject()选入画刷
CreateSolidBrush
CreateHatchBrush
CreateBrushIndrirect
页:
[1]