public final class WmfBrushStyle
extends com.aspose.ms.System.Enum
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).
Modifier and Type | Field and Description |
---|---|
static int |
Dibpattern
A pattern brush specified by a DIB.
|
static int |
Dibpattern8X8
Not supported.
|
static int |
Dibpatternpt
A pattern brush specified by a DIB.
|
static int |
Gradient
The gradient
Not suppoted in wmf, support in odg.
|
static int |
Hatched
A brush that paints a predefined simple pattern, or "hatch", onto a solid background
|
static int |
Indexed
Not supported.
|
static int |
Monopattern
Not supported.
|
static int |
Null
A brush that does nothing.
|
static int |
Pattern
A brush that paints a pattern defined by a bitmap, which MAY be a Bitmap16 Object
or a DeviceIndependentBitmap (DIB) Object.
|
static int |
Pattern8X8
Not supported.
|
static int |
Solid
A brush that paints a single, constant color, either solid or dithered.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int Solid
A brush that paints a single, constant color, either solid or dithered.
public static final int 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
public static final int Hatched
A brush that paints a predefined simple pattern, or "hatch", onto a solid background
public static final int Pattern
A brush that paints a pattern defined by a bitmap, which MAY be a Bitmap16 Object or a DeviceIndependentBitmap (DIB) Object.
public static final int Indexed
Not supported.
public static final int Dibpattern
A pattern brush specified by a DIB.
public static final int Dibpatternpt
A pattern brush specified by a DIB.
public static final int Pattern8X8
Not supported.
public static final int Dibpattern8X8
Not supported.
public static final int Monopattern
Not supported.
public static final int Gradient
The gradient Not suppoted in wmf, support in odg.