Rectangle (coredll)
Last changed: anonymous

.
Summary
TODO - a short description

C# Signature:

[DllImport("coredll", EntryPoint="Rectangle", SetLastError=true)]
private static extern uint RectangleCE(IntPtr hdc, int nLeftRect, int nTopRect, int nRightRect, int nBottomRect);

VB Signature:

Declare Function Rectangle Lib "coredll.dll" (TODO) As TODO

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

Taken from openNetCF in OpenNETCF.Win32.Core

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation
Rectangle on MSDN