Different styles for line joints.

Namespace: TallComponents.PDF.Pens
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public enum LineJoinStyle
Visual Basic
Public Enumeration LineJoinStyle

Members

Member nameValueDescription
Miter0 The outer edges of the joining segments are extended until they meet.
Round1 A circle is drawn around the point where the centers of the segments meet.
Bevel2 The two segments are finished with butt caps.

See Also