3 references to new
System.Drawing.Common.Tests (3)
System\Drawing\Imaging\MetafileTests.cs (3)
209
using Metafile metafile =
new
(g.GetHdc(), _rectangleF, frameUnit);
278
AssertExtensions.Throws<ArgumentException>(null, () => new
Metafile
(IntPtr.Zero, _rectangleF, MetafileFrameUnit.Pixel));
307
AssertExtensions.Throws<ArgumentException>(null, () => new
Metafile
(referenceHdc, _rectangleF, farameUnit));