Searched refs:hbrush (Results 1 – 1 of 1) sorted by relevance
636 HBRUSH hbrush = CreateSolidBrush(RGB(0,0,0)); in Draw() local643 FillRect(hDC,&rect,hbrush); in Draw()646 DeleteObject(hbrush); in Draw()
Completed in 25 milliseconds