WmfBrushStyle Enumeration
The BrushStyle Enumeration specifies the different possible brush types
that can be used in graphics operations. For more information, see the
specification of the Brush Object (section 2.2.1.1).
Module: aspose.imaging.fileformats.wmf.consts
Full Name: aspose.imaging.fileformats.wmf.consts.WmfBrushStyle
Members
Member name | Description |
---|---|
DIBPATTERN | A pattern brush specified by a DIB. |
DIBPATTERNPT | A pattern brush specified by a DIB. |
DIBPATTERN_8X8 | Not supported. |
GRADIENT | The gradient Not suppoted in wmf, support in odg. |
HATCHED | A brush that paints a predefined simple pattern, or “hatch”, onto a solid background |
INDEXED | Not supported. |
MONOPATTERN | Not supported. |
NULL | A brush that does nothing. Using a NULL brush in a graphics operation MUST have the same effect as using no brush at all |
PATTERN | A brush that paints a pattern defined by a bitmap, which MAY be a Bitmap16 Object or a DeviceIndependentBitmap (DIB) Object. |
PATTERN_8X8 | Not supported. |
SOLID | A brush that paints a single, constant color, either solid or dithered. |