LineCapStyle Enumeration
The line cap style
Namespace: WinnovativeAssembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
Public Enumeration LineCapStyle
ButtCap | 0 |
The stroke is squared off at the endpoint of the path. There is no
projection beyond the end of the path.
|
RoundCap | 1 |
A semicircular arc with a diameter equal to the line width is
drawn around the endpoint and filled in.
|
ProjectingSquareCap | 2 |
The stroke continues beyond the endpoint of the path
for a distance equal to half the line width and is then squared off.
|
Default | -1 |
Default line cap style.
|