Specifies the corner style of the shapes.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
Public Enumeration PdfLineJoin
public enum class PdfLineJoin
Members
|
Member name
|
Value
|
Description
|
|
Miter
|
0
|
The outer edges for the two segments are extended
until they meet at an angle.
|
|
Round
|
1
|
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.
|
|
Bevel
|
2
|
The two segments are finished with caps
and the resulting notch beyond the ends of the segments is filled
with a triangle.
|
See Also