Specifies the corner style of the shapes.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public enum PdfLineJoin
Public Enumeration PdfLineJoin
public enum class PdfLineJoin
type PdfLineJoin

Members

MemberValueDescription
Miter0
The outer edges for the two segments are extended until they meet at an angle.
Round1
An arc of a circle with a diameter equal to the line width is drawn around the point where the two segments meet, connecting the outer edges for the two segments.
Bevel2
The two segments are finished with caps and the resulting notch beyond the ends of the segments is filled with a triangle.

See Also