Enum WmfFloodFillMode
WmfFloodFillMode enumeration
The FloodFill Enumeration specifies the type of fill operation to be performed.
public enum WmfFloodFillMode
Values
Name | Value | Description |
---|---|---|
FloodFillBorder | 0 | The fill area is bounded by the color specified by the Color member. This style is identical to the filling performed by the META_FLOODFILL record. |
FloodFillSurface | 1 | The fill area is bounded by the color that is specified by the Color member. 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.Wmf.Consts
- assembly Aspose.Imaging