Click or drag to resize

LineJoinStyle Enumeration

Specifies line join style.

Namespace: SautinSoft.Document.Drawing
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.1.24
Syntax
public enum LineJoinStyle
Members
Member nameValueDescription
Bevel0 Join edges by a straight line.
Miter1 Extend edges until they join.
Round2 Draw an arc between the two edges.
See Also