public final class WmfPenStyle
extends com.aspose.ms.System.Enum
The 16-bit PenStyle Enumeration is used to specify different types of pens that can be used in graphics operations.
Modifier and Type | Field and Description |
---|---|
static short |
Alternate
The pen sets every other pixel (this style is applicable only for cosmetic pens).
|
static short |
Cosmetic
The cosmetic
|
static short |
Dash
The pen is dashed.
|
static short |
Dashdot
The pen has alternating dashes and dots.
|
static short |
Dashdotdot
The pen has dashes and double dots.
|
static short |
Dot
The pen is dotted.
|
static short |
EndcapFlat
Line end caps are flat.
|
static short |
EndcapRound
The line end caps are round.
|
static short |
EndcapSquare
Line end caps are square.
|
static short |
Insideframe
The pen is solid.
|
static short |
JoinBevel
Line joins are beveled.
|
static short |
JoinMiter
Line joins are mitered when they are within the current
limit set by the SETMITERLIMIT META_ESCAPE record.
|
static short |
JoinRound
Line joins are round.
|
static short |
Null
The pen is invisible.
|
static short |
Solid
The pen is solid.
|
static short |
Userstyle
The pen uses a styling array supplied by the user.
|
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 short Cosmetic
The cosmetic
public static final short EndcapRound
The line end caps are round.
public static final short JoinRound
Line joins are round.
public static final short Solid
The pen is solid.
public static final short Dash
The pen is dashed.
public static final short Dot
The pen is dotted.
public static final short Dashdot
The pen has alternating dashes and dots.
public static final short Dashdotdot
The pen has dashes and double dots.
public static final short Null
The pen is invisible.
public static final short Insideframe
The pen is solid. When this pen is used in any drawing record that takes a bounding rectangle, the dimensions of the figure are shrunk so that it fits entirely in the bounding rectangle, taking into account the width of the pen.
public static final short Userstyle
The pen uses a styling array supplied by the user.
public static final short Alternate
The pen sets every other pixel (this style is applicable only for cosmetic pens).
public static final short EndcapSquare
Line end caps are square.
public static final short EndcapFlat
Line end caps are flat.
public static final short JoinBevel
Line joins are beveled.
public static final short JoinMiter
Line joins are mitered when they are within the current limit set by the SETMITERLIMIT META_ESCAPE record. A join is beveled when it would exceed the limit.