3 references to new
System.Drawing.Common (1)
System\Drawing\Drawing2D\CustomLineCap.cs (1)
17
public CustomLineCap(GraphicsPath? fillPath, GraphicsPath? strokePath, LineCap baseCap) :
this
(fillPath, strokePath, baseCap, 0) { }
System.Drawing.Common.Tests (2)
System\Drawing\Drawing2D\CustomLineCapTests.cs (2)
46
using (CustomLineCap customLineCap =
new
(fillPath, strokePath, baseCap, baseInset))
63
using CustomLineCap customLineCap =
new
(fillPath, strokePath, baseCap, 0f);