EmfPlusLineJoinType
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class EmfPlusLineJoinType extends 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 EmfPlusPen objects (section 2.2.1.7). A line join makes the intersection of the two line ends look more continuous.
Fields
Field | Description |
---|---|
LineJoinTypeMiter | Specifies a mitered line join. |
LineJoinTypeBevel | Specifies a beveled line join. |
LineJoinTypeRound | Specifies a rounded line join. |
LineJoinTypeMiterClipped | Specifies a clipped mitered line join. |
LineJoinTypeMiter
public static final int LineJoinTypeMiter
Specifies a mitered line join.
LineJoinTypeBevel
public static final int LineJoinTypeBevel
Specifies a beveled line join.
LineJoinTypeRound
public static final int LineJoinTypeRound
Specifies a rounded line join.
LineJoinTypeMiterClipped
public static final int LineJoinTypeMiterClipped
Specifies a clipped mitered line join.