Different styles for line caps (end-points).
Namespace: TallComponents.PDF.PensAssembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1
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. |