.
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
9/12/2010 6:11:30 AM - -65.102.139.226
The RECT structure defines the coordinates of the upper-left and lower-right corners of a rectangle.
6/3/2013 5:41:04 PM - dahminator-75.174.65.168
