WmfFloodFillMode Enumeration

The FloodFill Enumeration specifies the type of fill operation to be
performed.

Module: aspose.imaging.fileformats.wmf.consts

Full Name: aspose.imaging.fileformats.wmf.consts.WmfFloodFillMode

Aspose.Imaging Version: 24.5.0

Members

Member nameDescription
FLOOD_FILL_BORDERThe 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.
FLOOD_FILL_SURFACEThe 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.