NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

FloodFillType Enumeration

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.

Members

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.

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

System.WinForms Namespace