brushes

Started by
0 comments, last by sakky 19 years, 7 months ago
im using c++ and drawing with the windows api (no directx or openGl). i heard there's different brushes to use for coloring, though the only one i know is: HBRUSH aBrush = CreateSolidBrush(RGB(0,0,0)); anyone know of any different ones?
Advertisement
Yes, I do! Honestly, you should look this up on MSDN or Google under Using with Win32 GDI.

But for starters, try researching these:

CreateHatchBrush
CreatePAtternBrush
CreateDIBPatternPt

Those ones are pretty cool.
Take back the internet with the most awsome browser around, FireFox

This topic is closed to new replies.

Advertisement