PdfLineJoinStyle Enumeration |
Represents how transitions in segments in path will look.
Namespace:
Atalasoft.PdfDoc.Generating.Rendering
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic enum PdfLineJoinStyle
Public Enumeration PdfLineJoinStyle
Members|
| Member name | Description |
|---|
| Mitered |
At the vertex of connected line segments, the segments will be joined by projecting the outer edges of the
segments until they intersect. If this would produce too sharp an angle a bevel is used instead.
|
| Rounded |
At the vertex of connected line segments, the segments will be joined by a circular arc.
|
| Beveled |
At the vertex of connected line segments, the segments will be joined by connecting the outer tips of the
segments, creating a bevel.
|
See Also