5 references to new
System.Drawing.Common (1)
System\Drawing\Bitmap.cs (1)
51
public Bitmap(Stream stream) :
this
(stream, false)
System.Drawing.Common.Tests (4)
System\Drawing\BitmapTests.cs (4)
135
using Bitmap bitmap =
new
(stream, useIcm);
147
AssertExtensions.Throws<ArgumentNullException, ArgumentException>("stream", null, () => new
Bitmap
((Stream)null, false));
155
AssertExtensions.Throws<ArgumentException>(null, () => new
Bitmap
(stream, false));
156
AssertExtensions.Throws<ArgumentException>(null, () => new
Bitmap
(stream, true));