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-03-01 01:03:32 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2019-03-01 01:03:32 +0300
commit3de71f197c409094c0657fefee6896d89b54da40 (patch)
treebaaec4a774af79c1b6d9515d4920cefe5c8e6689
parent54cc1c0ef5278ecac0ece9306819e0acbe6214be (diff)
Apply changes from https://github.com/mono/mono/pull/13135 to API snapshot
-rw-r--r--profiles/monodroid/Facades/System.Drawing.Common.cs19
1 files changed, 19 insertions, 0 deletions
diff --git a/profiles/monodroid/Facades/System.Drawing.Common.cs b/profiles/monodroid/Facades/System.Drawing.Common.cs
index e4c016f..34869e0 100644
--- a/profiles/monodroid/Facades/System.Drawing.Common.cs
+++ b/profiles/monodroid/Facades/System.Drawing.Common.cs
@@ -248,6 +248,8 @@ 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.Diagnostics.DebuggerDisplayAttribute("{NameAndARGBValue}")]
+ [System.SerializableAttribute]
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public readonly partial struct Color : System.IEquatable<System.Drawing.Color>
{
@@ -422,6 +424,16 @@ namespace System.Drawing
public System.Drawing.KnownColor ToKnownColor() { throw null; }
public override string ToString() { throw null; }
}
+ public partial class ColorConverter : System.ComponentModel.TypeConverter
+ {
+ public ColorConverter() { }
+ public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
+ public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
+ public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
+ public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
+ public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
+ public override bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
+ }
public static partial class ColorTranslator
{
public static System.Drawing.Color FromHtml(string htmlColor) { throw null; }
@@ -1286,6 +1298,7 @@ namespace System.Drawing
public static System.Drawing.Pen Yellow { get { throw null; } }
public static System.Drawing.Pen YellowGreen { get { throw null; } }
}
+ [System.SerializableAttribute]
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct Point : System.IEquatable<System.Drawing.Point>
{
@@ -1316,6 +1329,7 @@ namespace System.Drawing
public override string ToString() { throw null; }
public static System.Drawing.Point Truncate(System.Drawing.PointF value) { throw null; }
}
+ [System.SerializableAttribute]
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct PointF : System.IEquatable<System.Drawing.PointF>
{
@@ -1341,6 +1355,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.SerializableAttribute]
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct Rectangle : System.IEquatable<System.Drawing.Rectangle>
{
@@ -1389,6 +1404,7 @@ namespace System.Drawing
public static System.Drawing.Rectangle Truncate(System.Drawing.RectangleF value) { throw null; }
public static System.Drawing.Rectangle Union(System.Drawing.Rectangle a, System.Drawing.Rectangle b) { throw null; }
}
+ [System.SerializableAttribute]
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct RectangleF : System.IEquatable<System.Drawing.RectangleF>
{
@@ -1514,6 +1530,7 @@ namespace System.Drawing
RotateNoneFlipXY = 2,
RotateNoneFlipY = 6,
}
+ [System.SerializableAttribute]
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct Size : System.IEquatable<System.Drawing.Size>
{
@@ -1547,6 +1564,7 @@ namespace System.Drawing
public override string ToString() { throw null; }
public static System.Drawing.Size Truncate(System.Drawing.SizeF value) { throw null; }
}
+ [System.SerializableAttribute]
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct SizeF : System.IEquatable<System.Drawing.SizeF>
{
@@ -1690,6 +1708,7 @@ namespace System.Drawing
public static System.Drawing.Brush WindowText { get { throw null; } }
public static System.Drawing.Brush FromSystemColor(System.Drawing.Color c) { throw null; }
}
+ [System.Runtime.CompilerServices.TypeForwardedFromAttribute("Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065")]
public static partial class SystemColors
{
public static System.Drawing.Color ActiveBorder { get { throw null; } }