3 references to Flat
System.Drawing.Common (3)
System\Drawing\Drawing2D\CustomLineCap.cs (1)
15public CustomLineCap(GraphicsPath? fillPath, GraphicsPath? strokePath) : this(fillPath, strokePath, LineCap.Flat) { }
System\Drawing\Pen.cs (2)
191case LineCap.Flat: 233case LineCap.Flat: