Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

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);

.
Summary
.

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);

.
Documentation
[FillRgn] on MSDN

Constants

4: EMR_
.

        EMR_FILLRGN            = 71,


 
Access PInvoke.net directly from VS: