.
static extern bool FillRgn(IntPtr hdc, IntPtr hrgn, IntPtr hbr);
.
FillRgn(wDc, CreateRectRgn(0,0,mx,my), brush);
.
static extern bool FillRgn(IntPtr hdc, IntPtr hrgn, IntPtr hbr);
.
FillRgn(wDc, CreateRectRgn(0,0,mx,my), brush);
.
The FillRgn API
3/16/2007 7:44:58 AM - 66.249.65.229
.
static extern bool FillRgn(IntPtr hdc, IntPtr hrgn, IntPtr hbr);
.
static extern bool FillRgn(IntPtr hdc, IntPtr hrgn, IntPtr hbr);
.
FillRgn(wDc, CreateRectRgn(0,0,mx,my), brush);
.