This enum describes different modes for the Graphics floodFill family of methods. Graphics.floodFill
[Visual Basic] Public Enum FloodFillType [C#] public enum FloodFillType [C++] public enum FloodFillType
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
Member Name | Description |
---|---|
Border | A border flood fill begins filling at a specified point and continues in all directions until it reaches a boundary color. |
Surface | A surface flood fill begins to fill the area at a specified point and continues in all directions, filling all adjacent regions containing the a given color. |
Namespace: System.WinForms
Assembly: System.WinForms.dll