Enum EmfPlusLineJoinType

Enum EmfPlusLineJoinType

Namespace: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts
Assembly: Aspose.Imaging.dll (25.2.0)

The LineJoinType enumeration defines ways to join two lines that are drawn by the same graphics pen and whose ends meet.

public enum EmfPlusLineJoinType

Fields

LineJoinTypeBevel = 1

Specifies a beveled line join.

LineJoinTypeMiter = 0

Specifies a mitered line join.

LineJoinTypeMiterClipped = 3

Specifies a clipped mitered line join.

LineJoinTypeRound = 2

Specifies a rounded line join.

Remarks

Graphics lines are specified by Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusPen objects (section 2.2.1.7). A line join makes the intersection of the two line ends look more continuous.