4 references to SetBlendTriangularShape
System.Drawing.Common.Tests (4)
System\Drawing\Drawing2D\LinearGradientBrushTests.cs (4)
951brush.SetBlendTriangularShape(focus, scale); 966AssertExtensions.Throws<ArgumentException>(null, null, () => brush.SetBlendTriangularShape(focus, 1)); 977AssertExtensions.Throws<ArgumentException>(null, null, () => brush.SetBlendTriangularShape(0.1f, scale)); 987AssertExtensions.Throws<ArgumentException>(null, () => brush.SetBlendTriangularShape(0, 1));