Enum EmfFloodFill
EmfFloodFill enumeration
The FloodFill enumeration defines values that specify how to determine the area for a flood fill operation.
public enum EmfFloodFill
Values
Name | Value | Description |
---|---|---|
FLOODFILLBORDER | 0 | The fill area is bounded by a specific color |
FLOODFILLSURFACE | 1 | The fill area is defined by a specific color. Filling continues outward in all directions as long as the color is encountered. This style is useful for filling areas with multicolored boundaries |
See Also
- namespace Aspose.Imaging.FileFormats.Emf.Emf.Consts
- assembly Aspose.Imaging