Specifies the corner style of the shapes.
Namespace: Spire.Pdf.GraphicsAssembly: 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
Member | 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.
|