[DllImport("gdi32.dll")]
static extern bool FloodFill(IntPtr hdc, int nXStart, int nYStart,
uint crFill);
Declare Function FloodFill Lib "gdi32" (ByVal hDC As Integer, ByVal x As Integer, ByVal y As Integer, ByVal crColor As Integer) As Integer
None.
None.
Please add some!
Please add some!
Do you know one? Please contribute it!
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/gdi/bitmaps_12zw.asp