PdfLineJoinStyle Enumeration |
Represents how transitions in segments in path will look.
Namespace:
Atalasoft.PdfDoc.Generating.Rendering
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public 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