rectangle (gdi32)
Last changed: anonymous

.
Summary
The Rectangle API

C# Signature:

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

VB.NET Signature:

    <DllImport("gdi32.dll")> _
    Private Shared Function Rectangle(hdc As IntPtr, nLeftRect As Integer, nTopRect As Integer, nRightRect As Integer, nBottomRect As Integer) As Boolean
    End Function

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation
Rectangle on MSDN