Different styles for line joints.
Namespace: TallComponents.PDF.Layout.PensAssembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.66.0
Syntax
| C# |
|---|
public enum LineJoinStyle |
| Visual Basic |
|---|
Public Enumeration LineJoinStyle |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Miter | 0 | The outer edges of the joining segments are extended until they meet. | |
| Round | 1 | A circle is drawn around the point where the centers of the segments meet. | |
| Bevel | 2 | The two segments are finished with butt caps. |