public bool FillRect(ref RECT rect, HBRUSH brush) { return FillRect(this, ref rect, brush); }
public HBRUSH SelectBrush(HBRUSH brush) { return (HBRUSH)SelectObject(brush); }
private static extern bool FillRect(HDC hDC, ref RECT lprc, HBRUSH hbr);