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>2019-10-09 13:16:24 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2019-10-09 13:16:24 +0300
commit50f21ea55a16eeafda93dd3a9d4dafdc44f2861a (patch)
tree9173d9adab75b8a76bf51f9b70695cad59e5b001
parent6f14e433d28249f07ccbbee3b28fa737253a4163 (diff)
Apply changes from https://github.com/mono/mono/pull/17238 to API snapshot
-rw-r--r--profiles/monodroid/Facades/System.Drawing.Common.cs5
-rw-r--r--profiles/monotouch/Facades/System.Drawing.Common.cs5
2 files changed, 10 insertions, 0 deletions
diff --git a/profiles/monodroid/Facades/System.Drawing.Common.cs b/profiles/monodroid/Facades/System.Drawing.Common.cs
index c5b17c0..ac1d757 100644
--- a/profiles/monodroid/Facades/System.Drawing.Common.cs
+++ b/profiles/monodroid/Facades/System.Drawing.Common.cs
@@ -248,6 +248,7 @@ namespace System.Drawing
public static bool operator ==(System.Drawing.CharacterRange cr1, System.Drawing.CharacterRange cr2) { throw null; }
public static bool operator !=(System.Drawing.CharacterRange cr1, System.Drawing.CharacterRange cr2) { throw null; }
}
+ [System.ComponentModel.TypeConverterAttribute(typeof(System.Drawing.ColorConverter))]
[System.Diagnostics.DebuggerDisplayAttribute("{NameAndARGBValue}")]
[System.Runtime.CompilerServices.TypeForwardedFromAttribute("Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065")]
[System.SerializableAttribute]
@@ -1300,6 +1301,7 @@ namespace System.Drawing
public static System.Drawing.Pen Yellow { get { throw null; } }
public static System.Drawing.Pen YellowGreen { get { throw null; } }
}
+ [System.ComponentModel.TypeConverterAttribute(typeof(System.Drawing.PointConverter))]
[System.Runtime.CompilerServices.TypeForwardedFromAttribute("Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065")]
[System.SerializableAttribute]
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
@@ -1371,6 +1373,7 @@ namespace System.Drawing
public static System.Drawing.PointF Subtract(System.Drawing.PointF pt, System.Drawing.SizeF sz) { throw null; }
public override string ToString() { throw null; }
}
+ [System.ComponentModel.TypeConverterAttribute(typeof(System.Drawing.RectangleConverter))]
[System.Runtime.CompilerServices.TypeForwardedFromAttribute("Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065")]
[System.SerializableAttribute]
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
@@ -1560,6 +1563,7 @@ namespace System.Drawing
RotateNoneFlipXY = 2,
RotateNoneFlipY = 6,
}
+ [System.ComponentModel.TypeConverterAttribute(typeof(System.Drawing.SizeConverter))]
[System.Runtime.CompilerServices.TypeForwardedFromAttribute("Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065")]
[System.SerializableAttribute]
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
@@ -1607,6 +1611,7 @@ namespace System.Drawing
public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes) { throw null; }
public override bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
}
+ [System.ComponentModel.TypeConverterAttribute(typeof(System.Drawing.SizeFConverter))]
[System.Runtime.CompilerServices.TypeForwardedFromAttribute("Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065")]
[System.SerializableAttribute]
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
diff --git a/profiles/monotouch/Facades/System.Drawing.Common.cs b/profiles/monotouch/Facades/System.Drawing.Common.cs
index 9a166df..1bd9a88 100644
--- a/profiles/monotouch/Facades/System.Drawing.Common.cs
+++ b/profiles/monotouch/Facades/System.Drawing.Common.cs
@@ -248,6 +248,7 @@ namespace System.Drawing
public static bool operator ==(System.Drawing.CharacterRange cr1, System.Drawing.CharacterRange cr2) { throw null; }
public static bool operator !=(System.Drawing.CharacterRange cr1, System.Drawing.CharacterRange cr2) { throw null; }
}
+ [System.ComponentModel.TypeConverterAttribute(typeof(System.Drawing.ColorConverter))]
[System.Diagnostics.DebuggerDisplayAttribute("{NameAndARGBValue}")]
[System.Runtime.CompilerServices.TypeForwardedFromAttribute("OpenTK-1.0, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065")]
[System.SerializableAttribute]
@@ -1300,6 +1301,7 @@ namespace System.Drawing
public static System.Drawing.Pen Yellow { get { throw null; } }
public static System.Drawing.Pen YellowGreen { get { throw null; } }
}
+ [System.ComponentModel.TypeConverterAttribute(typeof(System.Drawing.PointConverter))]
[System.Runtime.CompilerServices.TypeForwardedFromAttribute("Xamarin.iOS, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065")]
[System.SerializableAttribute]
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
@@ -1371,6 +1373,7 @@ namespace System.Drawing
public static System.Drawing.PointF Subtract(System.Drawing.PointF pt, System.Drawing.SizeF sz) { throw null; }
public override string ToString() { throw null; }
}
+ [System.ComponentModel.TypeConverterAttribute(typeof(System.Drawing.RectangleConverter))]
[System.Runtime.CompilerServices.TypeForwardedFromAttribute("Xamarin.iOS, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065")]
[System.SerializableAttribute]
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
@@ -1560,6 +1563,7 @@ namespace System.Drawing
RotateNoneFlipXY = 2,
RotateNoneFlipY = 6,
}
+ [System.ComponentModel.TypeConverterAttribute(typeof(System.Drawing.SizeConverter))]
[System.Runtime.CompilerServices.TypeForwardedFromAttribute("Xamarin.iOS, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065")]
[System.SerializableAttribute]
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
@@ -1607,6 +1611,7 @@ namespace System.Drawing
public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes) { throw null; }
public override bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
}
+ [System.ComponentModel.TypeConverterAttribute(typeof(System.Drawing.SizeFConverter))]
[System.Runtime.CompilerServices.TypeForwardedFromAttribute("Xamarin.iOS, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065")]
[System.SerializableAttribute]
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]