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 02:45:34 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2021-02-09 02:45:34 +0300
commit808e8a9e4be8d38e097d2b0919cac37bc195844a (patch)
treea4065611675d8a666f9afbbb38c507146f2e6b62
parente6b00a477284e92f37df1ab942a289253a495022 (diff)
Apply changes from https://github.com/mono/mono/pull/20828 to API snapshot2020-02
-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; }