Consolidate Metafile unix/windows code (dotnet/corefx#39758)
authorHugh Bellamy <hughbellars@gmail.com>
Tue, 30 Jul 2019 17:18:48 +0000 (17:18 +0000)
committerSantiago Fernandez Madero <safern@microsoft.com>
Tue, 30 Jul 2019 17:18:48 +0000 (10:18 -0700)
commit76f1d296fb4d190900ed5325bc83f9b8935f941a
treec2397a5283059f23cac2edb675b157ecc1d44e3b
parent50059ac2d670699e75b38fe31dc1eb243f74fac4
Consolidate Metafile unix/windows code (dotnet/corefx#39758)

* Fix tests locally

* Consolidate Metafile code

Commit migrated from https://github.com/dotnet/corefx/commit/915a36ce8132070d79661e39f1f1e616215756b2
src/libraries/System.Drawing.Common/src/System.Drawing.Common.csproj
src/libraries/System.Drawing.Common/src/System/Drawing/GdiplusNative.Unix.cs
src/libraries/System.Drawing.Common/src/System/Drawing/GdiplusNative.Windows.cs
src/libraries/System.Drawing.Common/src/System/Drawing/GdiplusNative.cs
src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.Unix.cs
src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.Windows.cs
src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs [new file with mode: 0644]
src/libraries/System.Drawing.Common/tests/BitmapTests.cs
src/libraries/System.Drawing.Common/tests/Imaging/MetafileTests.cs
src/libraries/System.Drawing.Common/tests/Printing/PrinterSettingsTests.cs