.
The ExtFloodFill API
9/23/2007 1:25:00 PM - -125.33.123.57
.
static extern bool ExtFloodFill(IntPtr hdc, int nXStart, int nYStart,
.
public static extern bool ExtFloodFill(IntPtr hdc, int nXStart, int nYStart,
.
ExtFloodFill(vDC, 10, 10, GetPixel(vDC, 10, 10), FLOODFILLSURFACE);
.