EmfPlusBrushType Enumeration

The BrushType enumeration defines types of graphics brushes, which are used to fill graphics regions.

Module: aspose.imaging.fileformats.emf.emfplus.consts

Full Name: aspose.imaging.fileformats.emf.emfplus.consts.EmfPlusBrushType

Aspose.Imaging Version: 24.7.0

Members

Member nameDescription
BRUSH_TYPE_HATCH_FILLSpecifies a hatch brush, which is characterized by a predefined pattern.
BRUSH_TYPE_LINEAR_GRADIENTcontains linear gradient brush data.
BRUSH_TYPE_PATH_GRADIENTSpecifies a path gradient brush, which is characterized by a color gradient path gradient brush data.
BRUSH_TYPE_SOLID_COLORSpecifies a solid-color brush, which is characterized by an EmfPlusArgb value.
BRUSH_TYPE_TEXTURE_FILLSpecifies a texture brush, which is characterized by an image.