Desktop Functions: Smart Device Functions:
|
Search Results for "FloodFill" in [All]gdi321: ExtFloodFill
static extern bool ExtFloodFill(IntPtr hdc, int nXStart, int nYStart,
public static extern bool ExtFloodFill(IntPtr hdc, int nXStart, int nYStart,
public static uint FLOODFILLBORDER = 0;
public static uint FLOODFILLSURFACE = 1;
ExtFloodFill(vDC, 10, 10, GetPixel(vDC, 10, 10), FLOODFILLSURFACE); 2: FloodFill
static extern bool FloodFill(IntPtr hdc, int nXStart, int nYStart,
Declare Function FloodFill Lib "gdi32" (ByVal hDC As Integer, ByVal x As Integer, ByVal y As Integer, ByVal crColor As Integer) As Integer Constants3: EMR_
EMR_EXTFLOODFILL = 53, |