Different styles for line caps (end-points).
Namespace: TallComponents.PDF.Layout.PensAssembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0
Syntax
| C# |
|---|
public enum LineCapStyle |
| Visual Basic |
|---|
Public Enumeration LineCapStyle |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Butt | 0 | Flat end. Ends exactly at end point. | |
| Round | 1 | Rounded end. Center lies exactly at end point. | |
| ProjectingSquare | 2 | Flat end. The end is drawn half the width of the pen beyond the end point. |