Esempio n. 1
0
 public bool FillRect(ref RECT rect, HBRUSH brush)
 {
     return FillRect(this, ref rect, brush);
 }
Esempio n. 2
0
 public HBRUSH SelectBrush(HBRUSH brush)
 {
     return (HBRUSH)SelectObject(brush);
 }
Esempio n. 3
0
 private static extern bool FillRect(HDC hDC, ref RECT lprc, HBRUSH hbr);