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 |
BS_DIBPATTERN
A pattern brush specified by a DIB.
|
static int |
BS_DIBPATTERN8X8
Not supported.
|
static int |
BS_DIBPATTERNPT
A pattern brush specified by a DIB.
|
static int |
BS_HATCHED
A brush that paints a predefined simple pattern, or "hatch", onto a solid background
|
static int |
BS_INDEXED
Not supported.
|
static int |
BS_MONOPATTERN
Not supported.
|
static int |
BS_NULL
A brush that does nothing.
|
static int |
BS_PATTERN
A brush that paints a pattern defined by a bitmap, which MAY be a Bitmap16 Object
or a DeviceIndependentBitmap (DIB) Object.
|
static int |
BS_PATTERN8X8
Not supported.
|
static int |
BS_SOLID
A brush that paints a single, constant color, either solid or dithered.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject
public static final int BS_SOLID
A brush that paints a single, constant color, either solid or dithered.
public static final int BS_NULL
A brush that does nothing. Using a BS_NULL brush in a graphics operation MUST have the same effect as using no brush at all
public static final int BS_HATCHED
A brush that paints a predefined simple pattern, or "hatch", onto a solid background
public static final int BS_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 BS_INDEXED
Not supported.
public static final int BS_DIBPATTERN
A pattern brush specified by a DIB.
public static final int BS_DIBPATTERNPT
A pattern brush specified by a DIB.
public static final int BS_PATTERN8X8
Not supported.
public static final int BS_DIBPATTERN8X8
Not supported.
public static final int BS_MONOPATTERN
Not supported.
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.