Desktop Functions: Smart Device Functions:
|
Search Results for "FillRgn" in [All]gdi32
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); 3: FillRgn
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); Constants4: EMR_
EMR_FILLRGN = 71, |