EmfPlusLineJoinType

EmfPlusLineJoinType enumeration

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

public enum EmfPlusLineJoinType

Values

NameValueDescription
LineJoinTypeMiter0Specifies a mitered line join.
LineJoinTypeBevel1Specifies a beveled line join.
LineJoinTypeRound2Specifies a rounded line join.
LineJoinTypeMiterClipped3Specifies a clipped mitered line join.

Remarks

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.

See Also