void DrawFilledRectangle(const PixelRect &rc, const Brush &brush) { assert(IsDefined()); ::FillRect(dc, &rc, brush.Native()); }
void Select(const Brush &brush) { SelectObject(brush.Native()); }