Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/api-snapshot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonojenkins <jo.shields+jenkins@xamarin.com>2021-02-09 00:59:23 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2021-02-09 00:59:23 +0300
commit2d911b06ce64642cf952bb2f2dfcbf292e335690 (patch)
tree596fc2fba96e522a39375efaee308aa629a322fc
parent7c83c1fa5e42a0c1a1c2ec5cab7c52b0ddd06788 (diff)
Apply changes from https://github.com/mono/mono/pull/20827 to API snapshot
-rw-r--r--profiles/net_4_x/System.Drawing.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/net_4_x/System.Drawing.cs b/profiles/net_4_x/System.Drawing.cs
index f89ffeb..137a70b 100644
--- a/profiles/net_4_x/System.Drawing.cs
+++ b/profiles/net_4_x/System.Drawing.cs
@@ -3397,6 +3397,7 @@ namespace System.Drawing.Imaging
public Metafile(string fileName, System.IntPtr referenceHdc, System.Drawing.RectangleF frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, System.Drawing.Imaging.EmfType type) { }
public Metafile(string fileName, System.IntPtr referenceHdc, System.Drawing.RectangleF frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, System.Drawing.Imaging.EmfType type, string description) { }
public Metafile(string fileName, System.IntPtr referenceHdc, System.Drawing.RectangleF frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, string desc) { }
+ protected override void Dispose(bool disposing) { }
public System.IntPtr GetHenhmetafile() { throw null; }
[System.MonoLimitationAttribute("Metafiles aren't only partially supported by libgdiplus.")]
public System.Drawing.Imaging.MetafileHeader GetMetafileHeader() { throw null; }