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

user32

.
Summary
The InflateRect API function increases or decreases the width and height of the specified rectangle. The InflateRect function adds dx units to the left and right ends of the rectangle and dy units to the top and bottom. The dx and dy parameters are signed values; positive values increase the width and height, and negative values decrease them.
.

static extern bool InflateRect(ref RECT lprc, int dx, int dy);

.
Documentation
[InflateRect] on MSDN

 
Access PInvoke.net directly from VS: