EmfPlusLineJoinType Enumeration

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

Module: aspose.imaging.fileformats.emf.emfplus.consts

Full Name: aspose.imaging.fileformats.emf.emfplus.consts.EmfPlusLineJoinType

Aspose.Imaging Version: 24.5.0

Members

Member nameDescription
LINE_JOIN_TYPE_BEVELSpecifies a beveled line join.
LINE_JOIN_TYPE_MITERSpecifies a mitered line join.
LINE_JOIN_TYPE_MITER_CLIPPEDSpecifies a clipped mitered line join.
LINE_JOIN_TYPE_ROUNDSpecifies a rounded line join.