2 references to new
System.Drawing.Common (1)
System\Drawing\Drawing2D\AdjustableArrowCap.cs (1)
10public AdjustableArrowCap(float width, float height) : this(width, height, true) { }
System.Drawing.Common.Tests (1)
System\Drawing\Drawing2D\AdjustableArrowCapTests.cs (1)
46using AdjustableArrowCap arrowCap = new(width, height, filled);