Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "FloodFill" in [All]

gdi32

.
Summary
.

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);

.
Documentation
[ExtFloodFill] on MSDN
.
Summary
.

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

.
Documentation
[FloodFill] on MSDN

Constants

3: EMR_
.

        EMR_EXTFLOODFILL           = 53,


 
Access PInvoke.net directly from VS: