4 references to SetBlendTriangularShape
System.Drawing.Common.Tests (4)
System\Drawing\Drawing2D\LinearGradientBrushTests.cs (4)
949brush.SetBlendTriangularShape(focus, scale); 964AssertExtensions.Throws<ArgumentException>(null, null, () => brush.SetBlendTriangularShape(focus, 1)); 975AssertExtensions.Throws<ArgumentException>(null, null, () => brush.SetBlendTriangularShape(0.1f, scale)); 985AssertExtensions.Throws<ArgumentException>(null, () => brush.SetBlendTriangularShape(0, 1));