Click or drag to resize

PenLineCap Enumeration

Specifies the line cap for a Pen

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public enum PenLineCap
Members
  Member nameValueDescription
Square0 Lines have a square cap, that is the same size as the width of the pen
Butt1 Lines are capped exactly at the ending points of the line
Round2 Lines have a rounded cap, which is equal to the width of the pen
See Also