3 references to new
System.Drawing.Common.Tests (3)
System\Drawing\Drawing2D\ColorBlendTests.cs (3)
21
ColorBlend blend =
new
(count);
29
Assert.Throws<OverflowException>(() => new
ColorBlend
(-1));
35
Assert.Throws<OutOfMemoryException>(() => new
ColorBlend
(int.MaxValue));