Enum WmfBrushStyle

Enum WmfBrushStyle

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

The BrushStyle Enumeration specifies the different possible brush typesthat can be used in graphics operations. For more information, see thespecification of the Brush Object (section 2.2.1.1).

public enum WmfBrushStyle
   {
      BS_NULL = 0,
      BS_SOLID = 1,
      BS_HATched = 2,
      BS_PATTERN = 3,
      BS_BRUSH_AND_WHITE = 4,
      BS_WHITE = 5
   }

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 gradientNot 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 operationMUST 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 Objector a DeviceIndependentBitmap (DIB) Object.

Pattern8X8 = 7

Not supported.

Solid = 0

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

 English