public final class EmfPlusLineJoinType
extends com.aspose.ms.System.Enum
The LineJoinType enumeration defines ways to join two lines that are drawn by the same graphics pen and whose ends meet.
Graphics lines are specified by Objects.EmfPlusPen
objects (section 2.2.1.7). A line join makes the intersection of the two line ends look more continuous.
Modifier and Type | Field and Description |
---|---|
static int |
LineJoinTypeBevel
Specifies a beveled line join.
|
static int |
LineJoinTypeMiter
Specifies a mitered line join.
|
static int |
LineJoinTypeMiterClipped
Specifies a clipped mitered line join.
|
static int |
LineJoinTypeRound
Specifies a rounded line join.
|
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 LineJoinTypeMiter
Specifies a mitered line join.
public static final int LineJoinTypeBevel
Specifies a beveled line join.
public static final int LineJoinTypeRound
Specifies a rounded line join.
public static final int LineJoinTypeMiterClipped
Specifies a clipped mitered line join.