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 "CreateRectRgn" in [All]

gdi32

.
Summary
.

static extern IntPtr CreateRectRgn(int nLeftRect, int nTopRect, int nRightRect, int nBottomRect);

.

Private Shared Function CreateRectRgn(ByVal nLeftRect As Integer, ByVal nTopRect As Integer, ByVal nRightRect As Integer, ByVal nBottomRect As Integer) As IntPtr

.

        static extern IntPtr CreateRectRgn(int nLeftRect, int nTopRect, int nRightRect,

.

                FillRgn(wDc, CreateRectRgn(0,0,mx,my), brush);

.
Documentation
[CreateRectRgn] on MSDN
.

        static extern IntPtr CreateRectRgn(int nLeftRect, int nTopRect, int nRightRect,

.

                FillRgn(wDc, CreateRectRgn(0,0,mx,my), brush);

.

        static extern IntPtr CreateRectRgn(int nLeftRect, int nTopRect, int nRightRect,

.

                FillRgn(wDc, CreateRectRgn(0,0,mx,my), brush);

.

IntPtr hRegion = CreateRectRgn(left, top, right, bottom);


 
Access PInvoke.net directly from VS: