Click or drag to resize

PdfPathObjectLineJoin Property

Gets or sets the shape of joints between connected segments of a stroked path.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public LineJoin LineJoin { get; set; }

Property Value

LineJoin
One of the values of the LineJoin enumeration.
Remarks

The line join style specifies the shape to be used at the corners of paths that are stroked.

Please find more details here.

See Also