.
C# Signature:
[DllImport("user32.dll")]
static extern int FillRect(IntPtr hDC, [In] ref RECT lprc, IntPtr hbr);
User-Defined Types:
RECT
Notes:
None.
Tips & Tricks:
Please add some!
Sample Code:
Please add some!
Alternative Managed API:
Do you know one? Please contribute it!
The FillRect API
16/03/2007 14:24:23 - -65.102.139.226
The RECT structure defines the coordinates of the upper-left and lower-right corners of a rectangle.
16/12/2007 01:51:41 - -65.31.132.59
