5 references to new
System.Drawing.Common (1)
System\Drawing\Imaging\Metafile.cs (1)
152
this
(referenceHdc, frameRect, frameUnit, type, null)
System.Drawing.Common.Tests (4)
System\Drawing\Imaging\MetafileTests.cs (4)
270
using Metafile metafile =
new
(g.GetHdc(), _rectangle, MetafileFrameUnit.Pixel, EmfType.EmfOnly, description);
289
new
Metafile
(IntPtr.Zero, _rectangle, MetafileFrameUnit.Pixel, EmfType.EmfOnly, "description"));
315
new
Metafile
(referenceHdc, _rectangle, farameUnit, EmfType.EmfOnly, "description"));
333
new
Metafile
(referenceHdc, _rectangle, MetafileFrameUnit.GdiCompatible, emfType, "description"));