Exemplo n.º 1
0
  void DrawFilledRectangle(const PixelRect &rc, const Brush &brush) {
    assert(IsDefined());

    ::FillRect(dc, &rc, brush.Native());
  }
Exemplo n.º 2
0
 void Select(const Brush &brush) {
   SelectObject(brush.Native());
 }