Enum WmfBrushStyle

Enum WmfBrushStyle

Namespace: Aspose.Imaging.FileFormats.Wmf.Consts
Assembly: Aspose.Imaging.dll (25.2.0)

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).

public enum WmfBrushStyle

Fields

Dibpattern = 5

A pattern brush specified by a DIB.

Dibpattern8X8 = 8

Not supported.

Dibpatternpt = 6

A pattern brush specified by a DIB.

Gradient = 10

The gradient Not suppoted in wmf, support in odg.

Hatched = 2

A brush that paints a predefined simple pattern, or “hatch”, onto a solid background

Indexed = 4

Not supported.

Monopattern = 9

Not supported.

Null = 1

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 = 3

A brush that paints a pattern defined by a bitmap, which MAY be a Bitmap16 Object or a DeviceIndependentBitmap (DIB) Object.

Pattern8X8 = 7

Not supported.

Solid = 0

A brush that paints a single, constant color, either solid or dithered.