Click or drag to resize

PenLineJoin Enumeration

Specifies how lines are joined for a Pen

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public enum PenLineJoin
Members
  Member nameValueDescription
Miter0 Uses a miter to join lines, usually within a certain limit specified by MiterLimit
Bevel1 Uses a bevel along the angle of the join
Round2 Uses a rounded edge to join lines
See Also