4 references to new
System.Drawing.Common (1)
System\Drawing\Imaging\Metafile.cs (1)
310
this
(stream, referenceHdc, frameRect, MetafileFrameUnit.GdiCompatible)
System.Drawing.Common.Tests (3)
System\Drawing\Imaging\MetafileTests.cs (3)
741
using Metafile metafile =
new
(stream, g.GetHdc(), _rectangle, frameUnit);
788
AssertExtensions.Throws<ArgumentException>(null, () => new
Metafile
(stream, IntPtr.Zero, _rectangle, MetafileFrameUnit.GdiCompatible));
803
AssertExtensions.Throws<ArgumentException>(null, () => new
Metafile
(stream, referenceHdc, _rectangle, frameUnit));