FloodFill (gdi32)
Last changed: -67.34.128.151

.
Summary

C# Signature:

[DllImport("gdi32.dll")]
static extern bool FloodFill(IntPtr hdc, int nXStart, int nYStart,
   uint crFill);

VB Signature

Declare Function FloodFill Lib "gdi32" (ByVal hDC As Integer, ByVal x As Integer, ByVal y As Integer, ByVal crColor As Integer) As Integer

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
FloodFill on MSDN

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/gdi/bitmaps_12zw.asp