CreateRectRgn (gdi32)
Last changed: -88.159.15.38

.
Summary

C# Signature:

[DllImport("gdi32.dll")]
static extern IntPtr CreateRectRgn(int nLeftRect, int nTopRect, int nRightRect,
   int nBottomRect);

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

No managed API. GraphicsPath can be used to create a similar functionality.

Do you know one? Please contribute it!

Documentation