WmfBrushStyle

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

public enum WmfBrushStyle

Values

NameValueDescription
Solid0A brush that paints a single, constant color, either solid or dithered.
Null1A brush that does nothing. Using a NULL brush in a graphics operation MUST have the same effect as using no brush at all
Hatched2A brush that paints a predefined simple pattern, or “hatch”, onto a solid background
Pattern3A brush that paints a pattern defined by a bitmap, which MAY be a Bitmap16 Object or a DeviceIndependentBitmap (DIB) Object.
Indexed4Not supported.
Dibpattern5A pattern brush specified by a DIB.
Dibpatternpt6A pattern brush specified by a DIB.
Pattern8X87Not supported.
Dibpattern8X88Not supported.
Monopattern9Not supported.
Gradient10The gradient Not suppoted in wmf, support in odg.

See Also