3 references to SetBlendTriangularShape
System.Drawing.Common.Tests (3)
System\Drawing\Drawing2D\PathGradientBrushTests.cs (3)
503AssertExtensions.Throws<ArgumentException>(null, () => brush.SetBlendTriangularShape(1f, 1f)); 513AssertExtensions.Throws<ArgumentException>(null, null, () => brush.SetBlendTriangularShape(focus, 1f)); 522AssertExtensions.Throws<ArgumentException>(null, null, () => brush.SetBlendTriangularShape(1f, scale));