5 references to new
System.Drawing.Common (1)
System\Drawing\Imaging\Metafile.cs (1)
111
this
(referenceHdc, frameRect, frameUnit, type, null)
System.Drawing.Common.Tests (4)
System\Drawing\Imaging\MetafileTests.cs (4)
230
using Metafile metafile =
new
(g.GetHdc(), _rectangleF, MetafileFrameUnit.Pixel, EmfType.EmfOnly, description);
282
new
Metafile
(IntPtr.Zero, _rectangleF, MetafileFrameUnit.Pixel, EmfType.EmfOnly, "description"));
310
new
Metafile
(referenceHdc, _rectangleF, farameUnit, EmfType.EmfOnly, "description"));
328
new
Metafile
(referenceHdc, _rectangleF, MetafileFrameUnit.GdiCompatible, emfType, "description"));