1 // Licensed to the .NET Foundation under one or more agreements.
2 // The .NET Foundation licenses this file to you under the MIT license.
3 // See the LICENSE file in the project root for more information.
4 
5 [assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
6 [assembly:System.CLSCompliantAttribute(true)]
7 [assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
8 [assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
9 [assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
10 [assembly:System.Reflection.AssemblyDefaultAliasAttribute("System.Drawing.dll")]
11 [assembly:System.Reflection.AssemblyDescriptionAttribute("System.Drawing.dll")]
12 [assembly:System.Reflection.AssemblyFileVersionAttribute("4.6.57.0")]
13 [assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.6.57.0")]
14 [assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
15 [assembly:System.Reflection.AssemblyTitleAttribute("System.Drawing.dll")]
16 [assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
17 [assembly:System.Resources.SatelliteContractVersionAttribute("4.0.0.0")]
18 [assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute((System.Runtime.CompilerServices.CompilationRelaxations)(8))]
19 [assembly:System.Runtime.CompilerServices.DependencyAttribute("System,", (System.Runtime.CompilerServices.LoadHint)(1))]
20 [assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
21 [assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
22 [assembly:System.Runtime.InteropServices.ComCompatibleVersionAttribute(1, 0, 3300, 0)]
23 [assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
24 [assembly:System.Security.AllowPartiallyTrustedCallersAttribute]
25 [assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
26 namespace System
27 {
28     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
29     internal partial class MonoDocumentationNoteAttribute : System.MonoTODOAttribute
30     {
MonoDocumentationNoteAttribute(string comment)31         public MonoDocumentationNoteAttribute(string comment) { }
32     }
33     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
34     internal partial class MonoExtensionAttribute : System.MonoTODOAttribute
35     {
MonoExtensionAttribute(string comment)36         public MonoExtensionAttribute(string comment) { }
37     }
38     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
39     internal partial class MonoInternalNoteAttribute : System.MonoTODOAttribute
40     {
MonoInternalNoteAttribute(string comment)41         public MonoInternalNoteAttribute(string comment) { }
42     }
43     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
44     internal partial class MonoLimitationAttribute : System.MonoTODOAttribute
45     {
MonoLimitationAttribute(string comment)46         public MonoLimitationAttribute(string comment) { }
47     }
48     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
49     internal partial class MonoNotSupportedAttribute : System.MonoTODOAttribute
50     {
MonoNotSupportedAttribute(string comment)51         public MonoNotSupportedAttribute(string comment) { }
52     }
53     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
54     internal partial class MonoTODOAttribute : System.Attribute
55     {
MonoTODOAttribute()56         public MonoTODOAttribute() { }
MonoTODOAttribute(string comment)57         public MonoTODOAttribute(string comment) { }
58         public string Comment { get { throw null; } }
59     }
60 }
61 namespace System.Drawing
62 {
63     [System.ComponentModel.EditorAttribute("System.Drawing.Design.BitmapEditor, System.Drawing.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
64     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
65     [System.SerializableAttribute]
66     public sealed partial class Bitmap : System.Drawing.Image
67     {
Bitmap(System.Drawing.Image original)68         public Bitmap(System.Drawing.Image original) { }
Bitmap(System.Drawing.Image original, System.Drawing.Size newSize)69         public Bitmap(System.Drawing.Image original, System.Drawing.Size newSize) { }
Bitmap(System.Drawing.Image original, int width, int height)70         public Bitmap(System.Drawing.Image original, int width, int height) { }
Bitmap(int width, int height)71         public Bitmap(int width, int height) { }
Bitmap(int width, int height, System.Drawing.Graphics g)72         public Bitmap(int width, int height, System.Drawing.Graphics g) { }
Bitmap(int width, int height, System.Drawing.Imaging.PixelFormat format)73         public Bitmap(int width, int height, System.Drawing.Imaging.PixelFormat format) { }
Bitmap(int width, int height, int stride, System.Drawing.Imaging.PixelFormat format, System.IntPtr scan0)74         public Bitmap(int width, int height, int stride, System.Drawing.Imaging.PixelFormat format, System.IntPtr scan0) { }
Bitmap(System.IO.Stream stream)75         public Bitmap(System.IO.Stream stream) { }
Bitmap(System.IO.Stream stream, bool useIcm)76         public Bitmap(System.IO.Stream stream, bool useIcm) { }
Bitmap(string filename)77         public Bitmap(string filename) { }
Bitmap(string filename, bool useIcm)78         public Bitmap(string filename, bool useIcm) { }
Bitmap(System.Type type, string resource)79         public Bitmap(System.Type type, string resource) { }
Clone(System.Drawing.Rectangle rect, System.Drawing.Imaging.PixelFormat format)80         public System.Drawing.Bitmap Clone(System.Drawing.Rectangle rect, System.Drawing.Imaging.PixelFormat format) { throw null; }
Clone(System.Drawing.RectangleF rect, System.Drawing.Imaging.PixelFormat format)81         public System.Drawing.Bitmap Clone(System.Drawing.RectangleF rect, System.Drawing.Imaging.PixelFormat format) { throw null; }
FromHicon(System.IntPtr hicon)82         public static System.Drawing.Bitmap FromHicon(System.IntPtr hicon) { throw null; }
FromResource(System.IntPtr hinstance, string bitmapName)83         public static System.Drawing.Bitmap FromResource(System.IntPtr hinstance, string bitmapName) { throw null; }
84         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetHbitmap()85         public System.IntPtr GetHbitmap() { throw null; }
86         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetHbitmap(System.Drawing.Color background)87         public System.IntPtr GetHbitmap(System.Drawing.Color background) { throw null; }
88         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetHicon()89         public System.IntPtr GetHicon() { throw null; }
GetPixel(int x, int y)90         public System.Drawing.Color GetPixel(int x, int y) { throw null; }
LockBits(System.Drawing.Rectangle rect, System.Drawing.Imaging.ImageLockMode flags, System.Drawing.Imaging.PixelFormat format)91         public System.Drawing.Imaging.BitmapData LockBits(System.Drawing.Rectangle rect, System.Drawing.Imaging.ImageLockMode flags, System.Drawing.Imaging.PixelFormat format) { throw null; }
LockBits(System.Drawing.Rectangle rect, System.Drawing.Imaging.ImageLockMode flags, System.Drawing.Imaging.PixelFormat format, System.Drawing.Imaging.BitmapData bitmapData)92         public System.Drawing.Imaging.BitmapData LockBits(System.Drawing.Rectangle rect, System.Drawing.Imaging.ImageLockMode flags, System.Drawing.Imaging.PixelFormat format, System.Drawing.Imaging.BitmapData bitmapData) { throw null; }
MakeTransparent()93         public void MakeTransparent() { }
MakeTransparent(System.Drawing.Color transparentColor)94         public void MakeTransparent(System.Drawing.Color transparentColor) { }
SetPixel(int x, int y, System.Drawing.Color color)95         public void SetPixel(int x, int y, System.Drawing.Color color) { }
SetResolution(float xDpi, float yDpi)96         public void SetResolution(float xDpi, float yDpi) { }
UnlockBits(System.Drawing.Imaging.BitmapData bitmapdata)97         public void UnlockBits(System.Drawing.Imaging.BitmapData bitmapdata) { }
98     }
99     [System.AttributeUsageAttribute((System.AttributeTargets)(1))]
100     public partial class BitmapSuffixInSameAssemblyAttribute : System.Attribute
101     {
BitmapSuffixInSameAssemblyAttribute()102         public BitmapSuffixInSameAssemblyAttribute() { }
103     }
104     [System.AttributeUsageAttribute((System.AttributeTargets)(1))]
105     public partial class BitmapSuffixInSatelliteAssemblyAttribute : System.Attribute
106     {
BitmapSuffixInSatelliteAssemblyAttribute()107         public BitmapSuffixInSatelliteAssemblyAttribute() { }
108     }
109     public abstract partial class Brush : System.MarshalByRefObject, System.ICloneable, System.IDisposable
110     {
Brush()111         protected Brush() { }
Clone()112         public abstract object Clone();
Dispose()113         public void Dispose() { }
Dispose(bool disposing)114         protected virtual void Dispose(bool disposing) { }
~Brush()115         ~Brush() { }
SetNativeBrush(System.IntPtr brush)116         protected internal void SetNativeBrush(System.IntPtr brush) { }
117     }
118     public sealed partial class Brushes
119     {
Brushes()120         internal Brushes() { }
121         public static System.Drawing.Brush AliceBlue { get { throw null; } }
122         public static System.Drawing.Brush AntiqueWhite { get { throw null; } }
123         public static System.Drawing.Brush Aqua { get { throw null; } }
124         public static System.Drawing.Brush Aquamarine { get { throw null; } }
125         public static System.Drawing.Brush Azure { get { throw null; } }
126         public static System.Drawing.Brush Beige { get { throw null; } }
127         public static System.Drawing.Brush Bisque { get { throw null; } }
128         public static System.Drawing.Brush Black { get { throw null; } }
129         public static System.Drawing.Brush BlanchedAlmond { get { throw null; } }
130         public static System.Drawing.Brush Blue { get { throw null; } }
131         public static System.Drawing.Brush BlueViolet { get { throw null; } }
132         public static System.Drawing.Brush Brown { get { throw null; } }
133         public static System.Drawing.Brush BurlyWood { get { throw null; } }
134         public static System.Drawing.Brush CadetBlue { get { throw null; } }
135         public static System.Drawing.Brush Chartreuse { get { throw null; } }
136         public static System.Drawing.Brush Chocolate { get { throw null; } }
137         public static System.Drawing.Brush Coral { get { throw null; } }
138         public static System.Drawing.Brush CornflowerBlue { get { throw null; } }
139         public static System.Drawing.Brush Cornsilk { get { throw null; } }
140         public static System.Drawing.Brush Crimson { get { throw null; } }
141         public static System.Drawing.Brush Cyan { get { throw null; } }
142         public static System.Drawing.Brush DarkBlue { get { throw null; } }
143         public static System.Drawing.Brush DarkCyan { get { throw null; } }
144         public static System.Drawing.Brush DarkGoldenrod { get { throw null; } }
145         public static System.Drawing.Brush DarkGray { get { throw null; } }
146         public static System.Drawing.Brush DarkGreen { get { throw null; } }
147         public static System.Drawing.Brush DarkKhaki { get { throw null; } }
148         public static System.Drawing.Brush DarkMagenta { get { throw null; } }
149         public static System.Drawing.Brush DarkOliveGreen { get { throw null; } }
150         public static System.Drawing.Brush DarkOrange { get { throw null; } }
151         public static System.Drawing.Brush DarkOrchid { get { throw null; } }
152         public static System.Drawing.Brush DarkRed { get { throw null; } }
153         public static System.Drawing.Brush DarkSalmon { get { throw null; } }
154         public static System.Drawing.Brush DarkSeaGreen { get { throw null; } }
155         public static System.Drawing.Brush DarkSlateBlue { get { throw null; } }
156         public static System.Drawing.Brush DarkSlateGray { get { throw null; } }
157         public static System.Drawing.Brush DarkTurquoise { get { throw null; } }
158         public static System.Drawing.Brush DarkViolet { get { throw null; } }
159         public static System.Drawing.Brush DeepPink { get { throw null; } }
160         public static System.Drawing.Brush DeepSkyBlue { get { throw null; } }
161         public static System.Drawing.Brush DimGray { get { throw null; } }
162         public static System.Drawing.Brush DodgerBlue { get { throw null; } }
163         public static System.Drawing.Brush Firebrick { get { throw null; } }
164         public static System.Drawing.Brush FloralWhite { get { throw null; } }
165         public static System.Drawing.Brush ForestGreen { get { throw null; } }
166         public static System.Drawing.Brush Fuchsia { get { throw null; } }
167         public static System.Drawing.Brush Gainsboro { get { throw null; } }
168         public static System.Drawing.Brush GhostWhite { get { throw null; } }
169         public static System.Drawing.Brush Gold { get { throw null; } }
170         public static System.Drawing.Brush Goldenrod { get { throw null; } }
171         public static System.Drawing.Brush Gray { get { throw null; } }
172         public static System.Drawing.Brush Green { get { throw null; } }
173         public static System.Drawing.Brush GreenYellow { get { throw null; } }
174         public static System.Drawing.Brush Honeydew { get { throw null; } }
175         public static System.Drawing.Brush HotPink { get { throw null; } }
176         public static System.Drawing.Brush IndianRed { get { throw null; } }
177         public static System.Drawing.Brush Indigo { get { throw null; } }
178         public static System.Drawing.Brush Ivory { get { throw null; } }
179         public static System.Drawing.Brush Khaki { get { throw null; } }
180         public static System.Drawing.Brush Lavender { get { throw null; } }
181         public static System.Drawing.Brush LavenderBlush { get { throw null; } }
182         public static System.Drawing.Brush LawnGreen { get { throw null; } }
183         public static System.Drawing.Brush LemonChiffon { get { throw null; } }
184         public static System.Drawing.Brush LightBlue { get { throw null; } }
185         public static System.Drawing.Brush LightCoral { get { throw null; } }
186         public static System.Drawing.Brush LightCyan { get { throw null; } }
187         public static System.Drawing.Brush LightGoldenrodYellow { get { throw null; } }
188         public static System.Drawing.Brush LightGray { get { throw null; } }
189         public static System.Drawing.Brush LightGreen { get { throw null; } }
190         public static System.Drawing.Brush LightPink { get { throw null; } }
191         public static System.Drawing.Brush LightSalmon { get { throw null; } }
192         public static System.Drawing.Brush LightSeaGreen { get { throw null; } }
193         public static System.Drawing.Brush LightSkyBlue { get { throw null; } }
194         public static System.Drawing.Brush LightSlateGray { get { throw null; } }
195         public static System.Drawing.Brush LightSteelBlue { get { throw null; } }
196         public static System.Drawing.Brush LightYellow { get { throw null; } }
197         public static System.Drawing.Brush Lime { get { throw null; } }
198         public static System.Drawing.Brush LimeGreen { get { throw null; } }
199         public static System.Drawing.Brush Linen { get { throw null; } }
200         public static System.Drawing.Brush Magenta { get { throw null; } }
201         public static System.Drawing.Brush Maroon { get { throw null; } }
202         public static System.Drawing.Brush MediumAquamarine { get { throw null; } }
203         public static System.Drawing.Brush MediumBlue { get { throw null; } }
204         public static System.Drawing.Brush MediumOrchid { get { throw null; } }
205         public static System.Drawing.Brush MediumPurple { get { throw null; } }
206         public static System.Drawing.Brush MediumSeaGreen { get { throw null; } }
207         public static System.Drawing.Brush MediumSlateBlue { get { throw null; } }
208         public static System.Drawing.Brush MediumSpringGreen { get { throw null; } }
209         public static System.Drawing.Brush MediumTurquoise { get { throw null; } }
210         public static System.Drawing.Brush MediumVioletRed { get { throw null; } }
211         public static System.Drawing.Brush MidnightBlue { get { throw null; } }
212         public static System.Drawing.Brush MintCream { get { throw null; } }
213         public static System.Drawing.Brush MistyRose { get { throw null; } }
214         public static System.Drawing.Brush Moccasin { get { throw null; } }
215         public static System.Drawing.Brush NavajoWhite { get { throw null; } }
216         public static System.Drawing.Brush Navy { get { throw null; } }
217         public static System.Drawing.Brush OldLace { get { throw null; } }
218         public static System.Drawing.Brush Olive { get { throw null; } }
219         public static System.Drawing.Brush OliveDrab { get { throw null; } }
220         public static System.Drawing.Brush Orange { get { throw null; } }
221         public static System.Drawing.Brush OrangeRed { get { throw null; } }
222         public static System.Drawing.Brush Orchid { get { throw null; } }
223         public static System.Drawing.Brush PaleGoldenrod { get { throw null; } }
224         public static System.Drawing.Brush PaleGreen { get { throw null; } }
225         public static System.Drawing.Brush PaleTurquoise { get { throw null; } }
226         public static System.Drawing.Brush PaleVioletRed { get { throw null; } }
227         public static System.Drawing.Brush PapayaWhip { get { throw null; } }
228         public static System.Drawing.Brush PeachPuff { get { throw null; } }
229         public static System.Drawing.Brush Peru { get { throw null; } }
230         public static System.Drawing.Brush Pink { get { throw null; } }
231         public static System.Drawing.Brush Plum { get { throw null; } }
232         public static System.Drawing.Brush PowderBlue { get { throw null; } }
233         public static System.Drawing.Brush Purple { get { throw null; } }
234         public static System.Drawing.Brush Red { get { throw null; } }
235         public static System.Drawing.Brush RosyBrown { get { throw null; } }
236         public static System.Drawing.Brush RoyalBlue { get { throw null; } }
237         public static System.Drawing.Brush SaddleBrown { get { throw null; } }
238         public static System.Drawing.Brush Salmon { get { throw null; } }
239         public static System.Drawing.Brush SandyBrown { get { throw null; } }
240         public static System.Drawing.Brush SeaGreen { get { throw null; } }
241         public static System.Drawing.Brush SeaShell { get { throw null; } }
242         public static System.Drawing.Brush Sienna { get { throw null; } }
243         public static System.Drawing.Brush Silver { get { throw null; } }
244         public static System.Drawing.Brush SkyBlue { get { throw null; } }
245         public static System.Drawing.Brush SlateBlue { get { throw null; } }
246         public static System.Drawing.Brush SlateGray { get { throw null; } }
247         public static System.Drawing.Brush Snow { get { throw null; } }
248         public static System.Drawing.Brush SpringGreen { get { throw null; } }
249         public static System.Drawing.Brush SteelBlue { get { throw null; } }
250         public static System.Drawing.Brush Tan { get { throw null; } }
251         public static System.Drawing.Brush Teal { get { throw null; } }
252         public static System.Drawing.Brush Thistle { get { throw null; } }
253         public static System.Drawing.Brush Tomato { get { throw null; } }
254         public static System.Drawing.Brush Transparent { get { throw null; } }
255         public static System.Drawing.Brush Turquoise { get { throw null; } }
256         public static System.Drawing.Brush Violet { get { throw null; } }
257         public static System.Drawing.Brush Wheat { get { throw null; } }
258         public static System.Drawing.Brush White { get { throw null; } }
259         public static System.Drawing.Brush WhiteSmoke { get { throw null; } }
260         public static System.Drawing.Brush Yellow { get { throw null; } }
261         public static System.Drawing.Brush YellowGreen { get { throw null; } }
262     }
263     public sealed partial class BufferedGraphics : System.IDisposable
264     {
BufferedGraphics()265         internal BufferedGraphics() { }
266         public System.Drawing.Graphics Graphics { get { throw null; } }
Dispose()267         public void Dispose() { }
~BufferedGraphics()268         ~BufferedGraphics() { }
Render()269         public void Render() { }
Render(System.Drawing.Graphics target)270         public void Render(System.Drawing.Graphics target) { }
271         [System.MonoTODOAttribute("The targetDC parameter has no equivalent in libgdiplus.")]
Render(System.IntPtr targetDC)272         public void Render(System.IntPtr targetDC) { }
273     }
274     public sealed partial class BufferedGraphicsContext : System.IDisposable
275     {
BufferedGraphicsContext()276         public BufferedGraphicsContext() { }
277         public System.Drawing.Size MaximumBuffer { get { throw null; } set { } }
Allocate(System.Drawing.Graphics targetGraphics, System.Drawing.Rectangle targetRectangle)278         public System.Drawing.BufferedGraphics Allocate(System.Drawing.Graphics targetGraphics, System.Drawing.Rectangle targetRectangle) { throw null; }
279         [System.MonoTODOAttribute("The targetDC parameter has no equivalent in libgdiplus.")]
Allocate(System.IntPtr targetDC, System.Drawing.Rectangle targetRectangle)280         public System.Drawing.BufferedGraphics Allocate(System.IntPtr targetDC, System.Drawing.Rectangle targetRectangle) { throw null; }
Dispose()281         public void Dispose() { }
~BufferedGraphicsContext()282         ~BufferedGraphicsContext() { }
Invalidate()283         public void Invalidate() { }
284     }
285     public sealed partial class BufferedGraphicsManager
286     {
BufferedGraphicsManager()287         internal BufferedGraphicsManager() { }
288         public static System.Drawing.BufferedGraphicsContext Current { get { throw null; } }
289     }
290     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
291     public partial struct CharacterRange
292     {
CharacterRangeSystem.Drawing.CharacterRange293         public CharacterRange(int First, int Length) { throw null;}
294         public int First { get { throw null; } set { } }
295         public int Length { get { throw null; } set { } }
EqualsSystem.Drawing.CharacterRange296         public override bool Equals(object obj) { throw null; }
GetHashCodeSystem.Drawing.CharacterRange297         public override int GetHashCode() { throw null; }
operator ==System.Drawing.CharacterRange298         public static bool operator ==(System.Drawing.CharacterRange cr1, System.Drawing.CharacterRange cr2) { throw null; }
operator !=System.Drawing.CharacterRange299         public static bool operator !=(System.Drawing.CharacterRange cr1, System.Drawing.CharacterRange cr2) { throw null; }
300     }
301     [System.ComponentModel.EditorAttribute("System.Drawing.Design.ColorEditor, System.Drawing.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
302     [System.ComponentModel.TypeConverterAttribute(typeof(System.Drawing.ColorConverter))]
303     [System.SerializableAttribute]
304     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
305     public partial struct Color
306     {
307         public static readonly System.Drawing.Color Empty;
308         public byte A { get { throw null; } }
309         public static System.Drawing.Color AliceBlue { get { throw null; } }
310         public static System.Drawing.Color AntiqueWhite { get { throw null; } }
311         public static System.Drawing.Color Aqua { get { throw null; } }
312         public static System.Drawing.Color Aquamarine { get { throw null; } }
313         public static System.Drawing.Color Azure { get { throw null; } }
314         public byte B { get { throw null; } }
315         public static System.Drawing.Color Beige { get { throw null; } }
316         public static System.Drawing.Color Bisque { get { throw null; } }
317         public static System.Drawing.Color Black { get { throw null; } }
318         public static System.Drawing.Color BlanchedAlmond { get { throw null; } }
319         public static System.Drawing.Color Blue { get { throw null; } }
320         public static System.Drawing.Color BlueViolet { get { throw null; } }
321         public static System.Drawing.Color Brown { get { throw null; } }
322         public static System.Drawing.Color BurlyWood { get { throw null; } }
323         public static System.Drawing.Color CadetBlue { get { throw null; } }
324         public static System.Drawing.Color Chartreuse { get { throw null; } }
325         public static System.Drawing.Color Chocolate { get { throw null; } }
326         public static System.Drawing.Color Coral { get { throw null; } }
327         public static System.Drawing.Color CornflowerBlue { get { throw null; } }
328         public static System.Drawing.Color Cornsilk { get { throw null; } }
329         public static System.Drawing.Color Crimson { get { throw null; } }
330         public static System.Drawing.Color Cyan { get { throw null; } }
331         public static System.Drawing.Color DarkBlue { get { throw null; } }
332         public static System.Drawing.Color DarkCyan { get { throw null; } }
333         public static System.Drawing.Color DarkGoldenrod { get { throw null; } }
334         public static System.Drawing.Color DarkGray { get { throw null; } }
335         public static System.Drawing.Color DarkGreen { get { throw null; } }
336         public static System.Drawing.Color DarkKhaki { get { throw null; } }
337         public static System.Drawing.Color DarkMagenta { get { throw null; } }
338         public static System.Drawing.Color DarkOliveGreen { get { throw null; } }
339         public static System.Drawing.Color DarkOrange { get { throw null; } }
340         public static System.Drawing.Color DarkOrchid { get { throw null; } }
341         public static System.Drawing.Color DarkRed { get { throw null; } }
342         public static System.Drawing.Color DarkSalmon { get { throw null; } }
343         public static System.Drawing.Color DarkSeaGreen { get { throw null; } }
344         public static System.Drawing.Color DarkSlateBlue { get { throw null; } }
345         public static System.Drawing.Color DarkSlateGray { get { throw null; } }
346         public static System.Drawing.Color DarkTurquoise { get { throw null; } }
347         public static System.Drawing.Color DarkViolet { get { throw null; } }
348         public static System.Drawing.Color DeepPink { get { throw null; } }
349         public static System.Drawing.Color DeepSkyBlue { get { throw null; } }
350         public static System.Drawing.Color DimGray { get { throw null; } }
351         public static System.Drawing.Color DodgerBlue { get { throw null; } }
352         public static System.Drawing.Color Firebrick { get { throw null; } }
353         public static System.Drawing.Color FloralWhite { get { throw null; } }
354         public static System.Drawing.Color ForestGreen { get { throw null; } }
355         public static System.Drawing.Color Fuchsia { get { throw null; } }
356         public byte G { get { throw null; } }
357         public static System.Drawing.Color Gainsboro { get { throw null; } }
358         public static System.Drawing.Color GhostWhite { get { throw null; } }
359         public static System.Drawing.Color Gold { get { throw null; } }
360         public static System.Drawing.Color Goldenrod { get { throw null; } }
361         public static System.Drawing.Color Gray { get { throw null; } }
362         public static System.Drawing.Color Green { get { throw null; } }
363         public static System.Drawing.Color GreenYellow { get { throw null; } }
364         public static System.Drawing.Color Honeydew { get { throw null; } }
365         public static System.Drawing.Color HotPink { get { throw null; } }
366         public static System.Drawing.Color IndianRed { get { throw null; } }
367         public static System.Drawing.Color Indigo { get { throw null; } }
368         public bool IsEmpty { get { throw null; } }
369         public bool IsKnownColor { get { throw null; } }
370         public bool IsNamedColor { get { throw null; } }
371         public bool IsSystemColor { get { throw null; } }
372         public static System.Drawing.Color Ivory { get { throw null; } }
373         public static System.Drawing.Color Khaki { get { throw null; } }
374         public static System.Drawing.Color Lavender { get { throw null; } }
375         public static System.Drawing.Color LavenderBlush { get { throw null; } }
376         public static System.Drawing.Color LawnGreen { get { throw null; } }
377         public static System.Drawing.Color LemonChiffon { get { throw null; } }
378         public static System.Drawing.Color LightBlue { get { throw null; } }
379         public static System.Drawing.Color LightCoral { get { throw null; } }
380         public static System.Drawing.Color LightCyan { get { throw null; } }
381         public static System.Drawing.Color LightGoldenrodYellow { get { throw null; } }
382         public static System.Drawing.Color LightGray { get { throw null; } }
383         public static System.Drawing.Color LightGreen { get { throw null; } }
384         public static System.Drawing.Color LightPink { get { throw null; } }
385         public static System.Drawing.Color LightSalmon { get { throw null; } }
386         public static System.Drawing.Color LightSeaGreen { get { throw null; } }
387         public static System.Drawing.Color LightSkyBlue { get { throw null; } }
388         public static System.Drawing.Color LightSlateGray { get { throw null; } }
389         public static System.Drawing.Color LightSteelBlue { get { throw null; } }
390         public static System.Drawing.Color LightYellow { get { throw null; } }
391         public static System.Drawing.Color Lime { get { throw null; } }
392         public static System.Drawing.Color LimeGreen { get { throw null; } }
393         public static System.Drawing.Color Linen { get { throw null; } }
394         public static System.Drawing.Color Magenta { get { throw null; } }
395         public static System.Drawing.Color Maroon { get { throw null; } }
396         public static System.Drawing.Color MediumAquamarine { get { throw null; } }
397         public static System.Drawing.Color MediumBlue { get { throw null; } }
398         public static System.Drawing.Color MediumOrchid { get { throw null; } }
399         public static System.Drawing.Color MediumPurple { get { throw null; } }
400         public static System.Drawing.Color MediumSeaGreen { get { throw null; } }
401         public static System.Drawing.Color MediumSlateBlue { get { throw null; } }
402         public static System.Drawing.Color MediumSpringGreen { get { throw null; } }
403         public static System.Drawing.Color MediumTurquoise { get { throw null; } }
404         public static System.Drawing.Color MediumVioletRed { get { throw null; } }
405         public static System.Drawing.Color MidnightBlue { get { throw null; } }
406         public static System.Drawing.Color MintCream { get { throw null; } }
407         public static System.Drawing.Color MistyRose { get { throw null; } }
408         public static System.Drawing.Color Moccasin { get { throw null; } }
409         public string Name { get { throw null; } }
410         public static System.Drawing.Color NavajoWhite { get { throw null; } }
411         public static System.Drawing.Color Navy { get { throw null; } }
412         public static System.Drawing.Color OldLace { get { throw null; } }
413         public static System.Drawing.Color Olive { get { throw null; } }
414         public static System.Drawing.Color OliveDrab { get { throw null; } }
415         public static System.Drawing.Color Orange { get { throw null; } }
416         public static System.Drawing.Color OrangeRed { get { throw null; } }
417         public static System.Drawing.Color Orchid { get { throw null; } }
418         public static System.Drawing.Color PaleGoldenrod { get { throw null; } }
419         public static System.Drawing.Color PaleGreen { get { throw null; } }
420         public static System.Drawing.Color PaleTurquoise { get { throw null; } }
421         public static System.Drawing.Color PaleVioletRed { get { throw null; } }
422         public static System.Drawing.Color PapayaWhip { get { throw null; } }
423         public static System.Drawing.Color PeachPuff { get { throw null; } }
424         public static System.Drawing.Color Peru { get { throw null; } }
425         public static System.Drawing.Color Pink { get { throw null; } }
426         public static System.Drawing.Color Plum { get { throw null; } }
427         public static System.Drawing.Color PowderBlue { get { throw null; } }
428         public static System.Drawing.Color Purple { get { throw null; } }
429         public byte R { get { throw null; } }
430         public static System.Drawing.Color Red { get { throw null; } }
431         public static System.Drawing.Color RosyBrown { get { throw null; } }
432         public static System.Drawing.Color RoyalBlue { get { throw null; } }
433         public static System.Drawing.Color SaddleBrown { get { throw null; } }
434         public static System.Drawing.Color Salmon { get { throw null; } }
435         public static System.Drawing.Color SandyBrown { get { throw null; } }
436         public static System.Drawing.Color SeaGreen { get { throw null; } }
437         public static System.Drawing.Color SeaShell { get { throw null; } }
438         public static System.Drawing.Color Sienna { get { throw null; } }
439         public static System.Drawing.Color Silver { get { throw null; } }
440         public static System.Drawing.Color SkyBlue { get { throw null; } }
441         public static System.Drawing.Color SlateBlue { get { throw null; } }
442         public static System.Drawing.Color SlateGray { get { throw null; } }
443         public static System.Drawing.Color Snow { get { throw null; } }
444         public static System.Drawing.Color SpringGreen { get { throw null; } }
445         public static System.Drawing.Color SteelBlue { get { throw null; } }
446         public static System.Drawing.Color Tan { get { throw null; } }
447         public static System.Drawing.Color Teal { get { throw null; } }
448         public static System.Drawing.Color Thistle { get { throw null; } }
449         public static System.Drawing.Color Tomato { get { throw null; } }
450         public static System.Drawing.Color Transparent { get { throw null; } }
451         public static System.Drawing.Color Turquoise { get { throw null; } }
452         public static System.Drawing.Color Violet { get { throw null; } }
453         public static System.Drawing.Color Wheat { get { throw null; } }
454         public static System.Drawing.Color White { get { throw null; } }
455         public static System.Drawing.Color WhiteSmoke { get { throw null; } }
456         public static System.Drawing.Color Yellow { get { throw null; } }
457         public static System.Drawing.Color YellowGreen { get { throw null; } }
EqualsSystem.Drawing.Color458         public override bool Equals(object obj) { throw null; }
FromArgbSystem.Drawing.Color459         public static System.Drawing.Color FromArgb(int argb) { throw null; }
FromArgbSystem.Drawing.Color460         public static System.Drawing.Color FromArgb(int alpha, System.Drawing.Color baseColor) { throw null; }
FromArgbSystem.Drawing.Color461         public static System.Drawing.Color FromArgb(int red, int green, int blue) { throw null; }
FromArgbSystem.Drawing.Color462         public static System.Drawing.Color FromArgb(int alpha, int red, int green, int blue) { throw null; }
FromKnownColorSystem.Drawing.Color463         public static System.Drawing.Color FromKnownColor(System.Drawing.KnownColor color) { throw null; }
FromNameSystem.Drawing.Color464         public static System.Drawing.Color FromName(string name) { throw null; }
GetBrightnessSystem.Drawing.Color465         public float GetBrightness() { throw null; }
GetHashCodeSystem.Drawing.Color466         public override int GetHashCode() { throw null; }
GetHueSystem.Drawing.Color467         public float GetHue() { throw null; }
GetSaturationSystem.Drawing.Color468         public float GetSaturation() { throw null; }
operator ==System.Drawing.Color469         public static bool operator ==(System.Drawing.Color left, System.Drawing.Color right) { throw null; }
operator !=System.Drawing.Color470         public static bool operator !=(System.Drawing.Color left, System.Drawing.Color right) { throw null; }
ToArgbSystem.Drawing.Color471         public int ToArgb() { throw null; }
ToKnownColorSystem.Drawing.Color472         public System.Drawing.KnownColor ToKnownColor() { throw null; }
ToStringSystem.Drawing.Color473         public override string ToString() { throw null; }
474     }
475     public partial class ColorConverter : System.ComponentModel.TypeConverter
476     {
ColorConverter()477         public ColorConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)478         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)479         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)480         public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)481         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
GetStandardValues(System.ComponentModel.ITypeDescriptorContext context)482         public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context)483         public override bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
484     }
485     public sealed partial class ColorTranslator
486     {
ColorTranslator()487         internal ColorTranslator() { }
FromHtml(string htmlColor)488         public static System.Drawing.Color FromHtml(string htmlColor) { throw null; }
FromOle(int oleColor)489         public static System.Drawing.Color FromOle(int oleColor) { throw null; }
FromWin32(int win32Color)490         public static System.Drawing.Color FromWin32(int win32Color) { throw null; }
ToHtml(System.Drawing.Color c)491         public static string ToHtml(System.Drawing.Color c) { throw null; }
ToOle(System.Drawing.Color c)492         public static int ToOle(System.Drawing.Color c) { throw null; }
ToWin32(System.Drawing.Color c)493         public static int ToWin32(System.Drawing.Color c) { throw null; }
494     }
495     [System.ComponentModel.EditorAttribute("System.Drawing.Design.ContentAlignmentEditor, System.Drawing.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
496     public enum ContentAlignment
497     {
498         BottomCenter = 512,
499         BottomLeft = 256,
500         BottomRight = 1024,
501         MiddleCenter = 32,
502         MiddleLeft = 16,
503         MiddleRight = 64,
504         TopCenter = 2,
505         TopLeft = 1,
506         TopRight = 4,
507     }
508     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
509     public enum CopyPixelOperation
510     {
511         Blackness = 66,
512         CaptureBlt = 1073741824,
513         DestinationInvert = 5570569,
514         MergeCopy = 12583114,
515         MergePaint = 12255782,
516         NoMirrorBitmap = -2147483648,
517         NotSourceCopy = 3342344,
518         NotSourceErase = 1114278,
519         PatCopy = 15728673,
520         PatInvert = 5898313,
521         PatPaint = 16452105,
522         SourceAnd = 8913094,
523         SourceCopy = 13369376,
524         SourceErase = 4457256,
525         SourceInvert = 6684742,
526         SourcePaint = 15597702,
527         Whiteness = 16711778,
528     }
529     [System.ComponentModel.EditorAttribute("System.Drawing.Design.FontEditor, System.Drawing.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
530     [System.ComponentModel.TypeConverterAttribute(typeof(System.Drawing.FontConverter))]
531     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
532     [System.SerializableAttribute]
533     public sealed partial class Font : System.MarshalByRefObject, System.ICloneable, System.IDisposable, System.Runtime.Serialization.ISerializable
534     {
Font(System.Drawing.Font prototype, System.Drawing.FontStyle newStyle)535         public Font(System.Drawing.Font prototype, System.Drawing.FontStyle newStyle) { }
Font(System.Drawing.FontFamily family, float emSize)536         public Font(System.Drawing.FontFamily family, float emSize) { }
Font(System.Drawing.FontFamily family, float emSize, System.Drawing.FontStyle style)537         public Font(System.Drawing.FontFamily family, float emSize, System.Drawing.FontStyle style) { }
Font(System.Drawing.FontFamily family, float emSize, System.Drawing.FontStyle style, System.Drawing.GraphicsUnit unit)538         public Font(System.Drawing.FontFamily family, float emSize, System.Drawing.FontStyle style, System.Drawing.GraphicsUnit unit) { }
Font(System.Drawing.FontFamily family, float emSize, System.Drawing.FontStyle style, System.Drawing.GraphicsUnit unit, byte gdiCharSet)539         public Font(System.Drawing.FontFamily family, float emSize, System.Drawing.FontStyle style, System.Drawing.GraphicsUnit unit, byte gdiCharSet) { }
Font(System.Drawing.FontFamily family, float emSize, System.Drawing.FontStyle style, System.Drawing.GraphicsUnit unit, byte gdiCharSet, bool gdiVerticalFont)540         public Font(System.Drawing.FontFamily family, float emSize, System.Drawing.FontStyle style, System.Drawing.GraphicsUnit unit, byte gdiCharSet, bool gdiVerticalFont) { }
Font(System.Drawing.FontFamily family, float emSize, System.Drawing.GraphicsUnit unit)541         public Font(System.Drawing.FontFamily family, float emSize, System.Drawing.GraphicsUnit unit) { }
Font(string familyName, float emSize)542         public Font(string familyName, float emSize) { }
Font(string familyName, float emSize, System.Drawing.FontStyle style)543         public Font(string familyName, float emSize, System.Drawing.FontStyle style) { }
Font(string familyName, float emSize, System.Drawing.FontStyle style, System.Drawing.GraphicsUnit unit)544         public Font(string familyName, float emSize, System.Drawing.FontStyle style, System.Drawing.GraphicsUnit unit) { }
Font(string familyName, float emSize, System.Drawing.FontStyle style, System.Drawing.GraphicsUnit unit, byte gdiCharSet)545         public Font(string familyName, float emSize, System.Drawing.FontStyle style, System.Drawing.GraphicsUnit unit, byte gdiCharSet) { }
Font(string familyName, float emSize, System.Drawing.FontStyle style, System.Drawing.GraphicsUnit unit, byte gdiCharSet, bool gdiVerticalFont)546         public Font(string familyName, float emSize, System.Drawing.FontStyle style, System.Drawing.GraphicsUnit unit, byte gdiCharSet, bool gdiVerticalFont) { }
Font(string familyName, float emSize, System.Drawing.GraphicsUnit unit)547         public Font(string familyName, float emSize, System.Drawing.GraphicsUnit unit) { }
548         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
549         public bool Bold { get { throw null; } }
550         [System.ComponentModel.BrowsableAttribute(false)]
551         public System.Drawing.FontFamily FontFamily { get { throw null; } }
552         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
553         public byte GdiCharSet { get { throw null; } }
554         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
555         public bool GdiVerticalFont { get { throw null; } }
556         [System.ComponentModel.BrowsableAttribute(false)]
557         public int Height { get { throw null; } }
558         [System.ComponentModel.BrowsableAttribute(false)]
559         public bool IsSystemFont { get { throw null; } }
560         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
561         public bool Italic { get { throw null; } }
562         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
563         [System.ComponentModel.EditorAttribute("System.Drawing.Design.FontNameEditor, System.Drawing.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
564         [System.ComponentModel.TypeConverterAttribute(typeof(System.Drawing.FontConverter.FontNameConverter))]
565         public string Name { get { throw null; } }
566         [System.ComponentModel.BrowsableAttribute(false)]
567         public string OriginalFontName { get { throw null; } }
568         public float Size { get { throw null; } }
569         [System.ComponentModel.BrowsableAttribute(false)]
570         public float SizeInPoints { get { throw null; } }
571         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
572         public bool Strikeout { get { throw null; } }
573         [System.ComponentModel.BrowsableAttribute(false)]
574         public System.Drawing.FontStyle Style { get { throw null; } }
575         [System.ComponentModel.BrowsableAttribute(false)]
576         public string SystemFontName { get { throw null; } }
577         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
578         public bool Underline { get { throw null; } }
579         [System.ComponentModel.TypeConverterAttribute(typeof(System.Drawing.FontConverter.FontUnitConverter))]
580         public System.Drawing.GraphicsUnit Unit { get { throw null; } }
Clone()581         public object Clone() { throw null; }
Dispose()582         public void Dispose() { }
Equals(object obj)583         public override bool Equals(object obj) { throw null; }
~Font()584         ~Font() { }
585         [System.MonoTODOAttribute("The hdc parameter has no direct equivalent in libgdiplus.")]
FromHdc(System.IntPtr hdc)586         public static System.Drawing.Font FromHdc(System.IntPtr hdc) { throw null; }
FromHfont(System.IntPtr hfont)587         public static System.Drawing.Font FromHfont(System.IntPtr hfont) { throw null; }
FromLogFont(object lf)588         public static System.Drawing.Font FromLogFont(object lf) { throw null; }
589         [System.MonoTODOAttribute("The returned font may not have all it's properties initialized correctly.")]
FromLogFont(object lf, System.IntPtr hdc)590         public static System.Drawing.Font FromLogFont(object lf, System.IntPtr hdc) { throw null; }
GetHashCode()591         public override int GetHashCode() { throw null; }
GetHeight()592         public float GetHeight() { throw null; }
GetHeight(System.Drawing.Graphics graphics)593         public float GetHeight(System.Drawing.Graphics graphics) { throw null; }
GetHeight(float dpi)594         public float GetHeight(float dpi) { throw null; }
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context)595         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) { }
ToHfont()596         public System.IntPtr ToHfont() { throw null; }
ToLogFont(object logFont)597         public void ToLogFont(object logFont) { }
ToLogFont(object logFont, System.Drawing.Graphics graphics)598         public void ToLogFont(object logFont, System.Drawing.Graphics graphics) { }
ToString()599         public override string ToString() { throw null; }
600     }
601     public partial class FontConverter : System.ComponentModel.TypeConverter
602     {
FontConverter()603         public FontConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)604         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)605         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)606         public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)607         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System.Collections.IDictionary propertyValues)608         public override object CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System.Collections.IDictionary propertyValues) { throw null; }
~FontConverter()609         ~FontConverter() { }
GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext context)610         public override bool GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes)611         public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes) { throw null; }
GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context)612         public override bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
613         public sealed partial class FontNameConverter : System.ComponentModel.TypeConverter, System.IDisposable
614         {
FontNameConverter()615             public FontNameConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)616             public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)617             public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
GetStandardValues(System.ComponentModel.ITypeDescriptorContext context)618             public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context)619             public override bool GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context)620             public override bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
System.IDisposable.Dispose()621             void System.IDisposable.Dispose() { }
622         }
623         public partial class FontUnitConverter : System.ComponentModel.EnumConverter
624         {
FontUnitConverter()625             public FontUnitConverter() : base (default(System.Type)) { }
GetStandardValues(System.ComponentModel.ITypeDescriptorContext context)626             public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
627         }
628     }
629     public sealed partial class FontFamily : System.MarshalByRefObject, System.IDisposable
630     {
FontFamily(System.Drawing.Text.GenericFontFamilies genericFamily)631         public FontFamily(System.Drawing.Text.GenericFontFamilies genericFamily) { }
FontFamily(string name)632         public FontFamily(string name) { }
FontFamily(string name, System.Drawing.Text.FontCollection fontCollection)633         public FontFamily(string name, System.Drawing.Text.FontCollection fontCollection) { }
634         public static System.Drawing.FontFamily[] Families { get { throw null; } }
635         public static System.Drawing.FontFamily GenericMonospace { get { throw null; } }
636         public static System.Drawing.FontFamily GenericSansSerif { get { throw null; } }
637         public static System.Drawing.FontFamily GenericSerif { get { throw null; } }
638         public string Name { get { throw null; } }
Dispose()639         public void Dispose() { }
Equals(object obj)640         public override bool Equals(object obj) { throw null; }
~FontFamily()641         ~FontFamily() { }
GetCellAscent(System.Drawing.FontStyle style)642         public int GetCellAscent(System.Drawing.FontStyle style) { throw null; }
GetCellDescent(System.Drawing.FontStyle style)643         public int GetCellDescent(System.Drawing.FontStyle style) { throw null; }
GetEmHeight(System.Drawing.FontStyle style)644         public int GetEmHeight(System.Drawing.FontStyle style) { throw null; }
GetFamilies(System.Drawing.Graphics graphics)645         public static System.Drawing.FontFamily[] GetFamilies(System.Drawing.Graphics graphics) { throw null; }
GetHashCode()646         public override int GetHashCode() { throw null; }
GetLineSpacing(System.Drawing.FontStyle style)647         public int GetLineSpacing(System.Drawing.FontStyle style) { throw null; }
648         [System.MonoLimitationAttribute("The language parameter is ignored. We always return the name using the default system language.")]
GetName(int language)649         public string GetName(int language) { throw null; }
650         [System.MonoDocumentationNoteAttribute("When used with libgdiplus this method always return true (styles are created on demand).")]
IsStyleAvailable(System.Drawing.FontStyle style)651         public bool IsStyleAvailable(System.Drawing.FontStyle style) { throw null; }
ToString()652         public override string ToString() { throw null; }
653     }
654     [System.FlagsAttribute]
655     public enum FontStyle
656     {
657         Bold = 1,
658         Italic = 2,
659         Regular = 0,
660         Strikeout = 8,
661         Underline = 4,
662     }
663     public sealed partial class Graphics : System.MarshalByRefObject, System.Drawing.IDeviceContext, System.IDisposable
664     {
Graphics()665         internal Graphics() { }
666         public System.Drawing.Region Clip { get { throw null; } set { } }
667         public System.Drawing.RectangleF ClipBounds { get { throw null; } }
668         public System.Drawing.Drawing2D.CompositingMode CompositingMode { get { throw null; } set { } }
669         public System.Drawing.Drawing2D.CompositingQuality CompositingQuality { get { throw null; } set { } }
670         public float DpiX { get { throw null; } }
671         public float DpiY { get { throw null; } }
672         public System.Drawing.Drawing2D.InterpolationMode InterpolationMode { get { throw null; } set { } }
673         public bool IsClipEmpty { get { throw null; } }
674         public bool IsVisibleClipEmpty { get { throw null; } }
675         public float PageScale { get { throw null; } set { } }
676         public System.Drawing.GraphicsUnit PageUnit { get { throw null; } set { } }
677         [System.MonoTODOAttribute("This property does not do anything when used with libgdiplus.")]
678         public System.Drawing.Drawing2D.PixelOffsetMode PixelOffsetMode { get { throw null; } set { } }
679         public System.Drawing.Point RenderingOrigin { get { throw null; } set { } }
680         public System.Drawing.Drawing2D.SmoothingMode SmoothingMode { get { throw null; } set { } }
681         [System.MonoTODOAttribute("This property does not do anything when used with libgdiplus.")]
682         public int TextContrast { get { throw null; } set { } }
683         public System.Drawing.Text.TextRenderingHint TextRenderingHint { get { throw null; } set { } }
684         public System.Drawing.Drawing2D.Matrix Transform { get { throw null; } set { } }
685         public System.Drawing.RectangleF VisibleClipBounds { get { throw null; } }
686         [System.MonoTODOAttribute("Metafiles, both WMF and EMF formats, aren't supported.")]
AddMetafileComment(byte[] data)687         public void AddMetafileComment(byte[] data) { }
BeginContainer()688         public System.Drawing.Drawing2D.GraphicsContainer BeginContainer() { throw null; }
689         [System.MonoTODOAttribute("The rectangles and unit parameters aren't supported in libgdiplus")]
BeginContainer(System.Drawing.Rectangle dstrect, System.Drawing.Rectangle srcrect, System.Drawing.GraphicsUnit unit)690         public System.Drawing.Drawing2D.GraphicsContainer BeginContainer(System.Drawing.Rectangle dstrect, System.Drawing.Rectangle srcrect, System.Drawing.GraphicsUnit unit) { throw null; }
691         [System.MonoTODOAttribute("The rectangles and unit parameters aren't supported in libgdiplus")]
BeginContainer(System.Drawing.RectangleF dstrect, System.Drawing.RectangleF srcrect, System.Drawing.GraphicsUnit unit)692         public System.Drawing.Drawing2D.GraphicsContainer BeginContainer(System.Drawing.RectangleF dstrect, System.Drawing.RectangleF srcrect, System.Drawing.GraphicsUnit unit) { throw null; }
Clear(System.Drawing.Color color)693         public void Clear(System.Drawing.Color color) { }
694         [System.MonoLimitationAttribute("Works on Win32 and on X11 (but not on Cocoa and Quartz)")]
CopyFromScreen(System.Drawing.Point upperLeftSource, System.Drawing.Point upperLeftDestination, System.Drawing.Size blockRegionSize)695         public void CopyFromScreen(System.Drawing.Point upperLeftSource, System.Drawing.Point upperLeftDestination, System.Drawing.Size blockRegionSize) { }
696         [System.MonoLimitationAttribute("Works on Win32 and (for CopyPixelOperation.SourceCopy only) on X11 but not on Cocoa and Quartz")]
CopyFromScreen(System.Drawing.Point upperLeftSource, System.Drawing.Point upperLeftDestination, System.Drawing.Size blockRegionSize, System.Drawing.CopyPixelOperation copyPixelOperation)697         public void CopyFromScreen(System.Drawing.Point upperLeftSource, System.Drawing.Point upperLeftDestination, System.Drawing.Size blockRegionSize, System.Drawing.CopyPixelOperation copyPixelOperation) { }
698         [System.MonoLimitationAttribute("Works on Win32 and on X11 (but not on Cocoa and Quartz)")]
CopyFromScreen(int sourceX, int sourceY, int destinationX, int destinationY, System.Drawing.Size blockRegionSize)699         public void CopyFromScreen(int sourceX, int sourceY, int destinationX, int destinationY, System.Drawing.Size blockRegionSize) { }
700         [System.MonoLimitationAttribute("Works on Win32 and (for CopyPixelOperation.SourceCopy only) on X11 but not on Cocoa and Quartz")]
CopyFromScreen(int sourceX, int sourceY, int destinationX, int destinationY, System.Drawing.Size blockRegionSize, System.Drawing.CopyPixelOperation copyPixelOperation)701         public void CopyFromScreen(int sourceX, int sourceY, int destinationX, int destinationY, System.Drawing.Size blockRegionSize, System.Drawing.CopyPixelOperation copyPixelOperation) { }
Dispose()702         public void Dispose() { }
DrawArc(System.Drawing.Pen pen, System.Drawing.Rectangle rect, float startAngle, float sweepAngle)703         public void DrawArc(System.Drawing.Pen pen, System.Drawing.Rectangle rect, float startAngle, float sweepAngle) { }
DrawArc(System.Drawing.Pen pen, System.Drawing.RectangleF rect, float startAngle, float sweepAngle)704         public void DrawArc(System.Drawing.Pen pen, System.Drawing.RectangleF rect, float startAngle, float sweepAngle) { }
DrawArc(System.Drawing.Pen pen, int x, int y, int width, int height, int startAngle, int sweepAngle)705         public void DrawArc(System.Drawing.Pen pen, int x, int y, int width, int height, int startAngle, int sweepAngle) { }
DrawArc(System.Drawing.Pen pen, float x, float y, float width, float height, float startAngle, float sweepAngle)706         public void DrawArc(System.Drawing.Pen pen, float x, float y, float width, float height, float startAngle, float sweepAngle) { }
DrawBezier(System.Drawing.Pen pen, System.Drawing.Point pt1, System.Drawing.Point pt2, System.Drawing.Point pt3, System.Drawing.Point pt4)707         public void DrawBezier(System.Drawing.Pen pen, System.Drawing.Point pt1, System.Drawing.Point pt2, System.Drawing.Point pt3, System.Drawing.Point pt4) { }
DrawBezier(System.Drawing.Pen pen, System.Drawing.PointF pt1, System.Drawing.PointF pt2, System.Drawing.PointF pt3, System.Drawing.PointF pt4)708         public void DrawBezier(System.Drawing.Pen pen, System.Drawing.PointF pt1, System.Drawing.PointF pt2, System.Drawing.PointF pt3, System.Drawing.PointF pt4) { }
DrawBezier(System.Drawing.Pen pen, float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4)709         public void DrawBezier(System.Drawing.Pen pen, float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4) { }
DrawBeziers(System.Drawing.Pen pen, System.Drawing.PointF[] points)710         public void DrawBeziers(System.Drawing.Pen pen, System.Drawing.PointF[] points) { }
DrawBeziers(System.Drawing.Pen pen, System.Drawing.Point[] points)711         public void DrawBeziers(System.Drawing.Pen pen, System.Drawing.Point[] points) { }
DrawClosedCurve(System.Drawing.Pen pen, System.Drawing.PointF[] points)712         public void DrawClosedCurve(System.Drawing.Pen pen, System.Drawing.PointF[] points) { }
DrawClosedCurve(System.Drawing.Pen pen, System.Drawing.PointF[] points, float tension, System.Drawing.Drawing2D.FillMode fillmode)713         public void DrawClosedCurve(System.Drawing.Pen pen, System.Drawing.PointF[] points, float tension, System.Drawing.Drawing2D.FillMode fillmode) { }
DrawClosedCurve(System.Drawing.Pen pen, System.Drawing.Point[] points)714         public void DrawClosedCurve(System.Drawing.Pen pen, System.Drawing.Point[] points) { }
DrawClosedCurve(System.Drawing.Pen pen, System.Drawing.Point[] points, float tension, System.Drawing.Drawing2D.FillMode fillmode)715         public void DrawClosedCurve(System.Drawing.Pen pen, System.Drawing.Point[] points, float tension, System.Drawing.Drawing2D.FillMode fillmode) { }
DrawCurve(System.Drawing.Pen pen, System.Drawing.PointF[] points)716         public void DrawCurve(System.Drawing.Pen pen, System.Drawing.PointF[] points) { }
DrawCurve(System.Drawing.Pen pen, System.Drawing.PointF[] points, int offset, int numberOfSegments)717         public void DrawCurve(System.Drawing.Pen pen, System.Drawing.PointF[] points, int offset, int numberOfSegments) { }
DrawCurve(System.Drawing.Pen pen, System.Drawing.PointF[] points, int offset, int numberOfSegments, float tension)718         public void DrawCurve(System.Drawing.Pen pen, System.Drawing.PointF[] points, int offset, int numberOfSegments, float tension) { }
DrawCurve(System.Drawing.Pen pen, System.Drawing.PointF[] points, float tension)719         public void DrawCurve(System.Drawing.Pen pen, System.Drawing.PointF[] points, float tension) { }
DrawCurve(System.Drawing.Pen pen, System.Drawing.Point[] points)720         public void DrawCurve(System.Drawing.Pen pen, System.Drawing.Point[] points) { }
DrawCurve(System.Drawing.Pen pen, System.Drawing.Point[] points, int offset, int numberOfSegments, float tension)721         public void DrawCurve(System.Drawing.Pen pen, System.Drawing.Point[] points, int offset, int numberOfSegments, float tension) { }
DrawCurve(System.Drawing.Pen pen, System.Drawing.Point[] points, float tension)722         public void DrawCurve(System.Drawing.Pen pen, System.Drawing.Point[] points, float tension) { }
DrawEllipse(System.Drawing.Pen pen, System.Drawing.Rectangle rect)723         public void DrawEllipse(System.Drawing.Pen pen, System.Drawing.Rectangle rect) { }
DrawEllipse(System.Drawing.Pen pen, System.Drawing.RectangleF rect)724         public void DrawEllipse(System.Drawing.Pen pen, System.Drawing.RectangleF rect) { }
DrawEllipse(System.Drawing.Pen pen, int x, int y, int width, int height)725         public void DrawEllipse(System.Drawing.Pen pen, int x, int y, int width, int height) { }
DrawEllipse(System.Drawing.Pen pen, float x, float y, float width, float height)726         public void DrawEllipse(System.Drawing.Pen pen, float x, float y, float width, float height) { }
DrawIcon(System.Drawing.Icon icon, System.Drawing.Rectangle targetRect)727         public void DrawIcon(System.Drawing.Icon icon, System.Drawing.Rectangle targetRect) { }
DrawIcon(System.Drawing.Icon icon, int x, int y)728         public void DrawIcon(System.Drawing.Icon icon, int x, int y) { }
DrawIconUnstretched(System.Drawing.Icon icon, System.Drawing.Rectangle targetRect)729         public void DrawIconUnstretched(System.Drawing.Icon icon, System.Drawing.Rectangle targetRect) { }
DrawImage(System.Drawing.Image image, System.Drawing.Point point)730         public void DrawImage(System.Drawing.Image image, System.Drawing.Point point) { }
DrawImage(System.Drawing.Image image, System.Drawing.PointF point)731         public void DrawImage(System.Drawing.Image image, System.Drawing.PointF point) { }
DrawImage(System.Drawing.Image image, System.Drawing.PointF[] destPoints)732         public void DrawImage(System.Drawing.Image image, System.Drawing.PointF[] destPoints) { }
DrawImage(System.Drawing.Image image, System.Drawing.PointF[] destPoints, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit srcUnit)733         public void DrawImage(System.Drawing.Image image, System.Drawing.PointF[] destPoints, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit srcUnit) { }
DrawImage(System.Drawing.Image image, System.Drawing.PointF[] destPoints, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Imaging.ImageAttributes imageAttr)734         public void DrawImage(System.Drawing.Image image, System.Drawing.PointF[] destPoints, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Imaging.ImageAttributes imageAttr) { }
DrawImage(System.Drawing.Image image, System.Drawing.PointF[] destPoints, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Imaging.ImageAttributes imageAttr, System.Drawing.Graphics.DrawImageAbort callback)735         public void DrawImage(System.Drawing.Image image, System.Drawing.PointF[] destPoints, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Imaging.ImageAttributes imageAttr, System.Drawing.Graphics.DrawImageAbort callback) { }
DrawImage(System.Drawing.Image image, System.Drawing.PointF[] destPoints, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Imaging.ImageAttributes imageAttr, System.Drawing.Graphics.DrawImageAbort callback, int callbackData)736         public void DrawImage(System.Drawing.Image image, System.Drawing.PointF[] destPoints, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Imaging.ImageAttributes imageAttr, System.Drawing.Graphics.DrawImageAbort callback, int callbackData) { }
DrawImage(System.Drawing.Image image, System.Drawing.Point[] destPoints)737         public void DrawImage(System.Drawing.Image image, System.Drawing.Point[] destPoints) { }
DrawImage(System.Drawing.Image image, System.Drawing.Point[] destPoints, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit srcUnit)738         public void DrawImage(System.Drawing.Image image, System.Drawing.Point[] destPoints, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit srcUnit) { }
DrawImage(System.Drawing.Image image, System.Drawing.Point[] destPoints, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Imaging.ImageAttributes imageAttr)739         public void DrawImage(System.Drawing.Image image, System.Drawing.Point[] destPoints, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Imaging.ImageAttributes imageAttr) { }
DrawImage(System.Drawing.Image image, System.Drawing.Point[] destPoints, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Imaging.ImageAttributes imageAttr, System.Drawing.Graphics.DrawImageAbort callback)740         public void DrawImage(System.Drawing.Image image, System.Drawing.Point[] destPoints, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Imaging.ImageAttributes imageAttr, System.Drawing.Graphics.DrawImageAbort callback) { }
DrawImage(System.Drawing.Image image, System.Drawing.Point[] destPoints, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Imaging.ImageAttributes imageAttr, System.Drawing.Graphics.DrawImageAbort callback, int callbackData)741         public void DrawImage(System.Drawing.Image image, System.Drawing.Point[] destPoints, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Imaging.ImageAttributes imageAttr, System.Drawing.Graphics.DrawImageAbort callback, int callbackData) { }
DrawImage(System.Drawing.Image image, System.Drawing.Rectangle rect)742         public void DrawImage(System.Drawing.Image image, System.Drawing.Rectangle rect) { }
DrawImage(System.Drawing.Image image, System.Drawing.Rectangle destRect, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit srcUnit)743         public void DrawImage(System.Drawing.Image image, System.Drawing.Rectangle destRect, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit srcUnit) { }
DrawImage(System.Drawing.Image image, System.Drawing.Rectangle destRect, int srcX, int srcY, int srcWidth, int srcHeight, System.Drawing.GraphicsUnit srcUnit)744         public void DrawImage(System.Drawing.Image image, System.Drawing.Rectangle destRect, int srcX, int srcY, int srcWidth, int srcHeight, System.Drawing.GraphicsUnit srcUnit) { }
DrawImage(System.Drawing.Image image, System.Drawing.Rectangle destRect, int srcX, int srcY, int srcWidth, int srcHeight, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Imaging.ImageAttributes imageAttr)745         public void DrawImage(System.Drawing.Image image, System.Drawing.Rectangle destRect, int srcX, int srcY, int srcWidth, int srcHeight, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Imaging.ImageAttributes imageAttr) { }
DrawImage(System.Drawing.Image image, System.Drawing.Rectangle destRect, int srcX, int srcY, int srcWidth, int srcHeight, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Imaging.ImageAttributes imageAttr, System.Drawing.Graphics.DrawImageAbort callback)746         public void DrawImage(System.Drawing.Image image, System.Drawing.Rectangle destRect, int srcX, int srcY, int srcWidth, int srcHeight, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Imaging.ImageAttributes imageAttr, System.Drawing.Graphics.DrawImageAbort callback) { }
DrawImage(System.Drawing.Image image, System.Drawing.Rectangle destRect, int srcX, int srcY, int srcWidth, int srcHeight, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Imaging.ImageAttributes imageAttrs, System.Drawing.Graphics.DrawImageAbort callback, System.IntPtr callbackData)747         public void DrawImage(System.Drawing.Image image, System.Drawing.Rectangle destRect, int srcX, int srcY, int srcWidth, int srcHeight, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Imaging.ImageAttributes imageAttrs, System.Drawing.Graphics.DrawImageAbort callback, System.IntPtr callbackData) { }
DrawImage(System.Drawing.Image image, System.Drawing.Rectangle destRect, float srcX, float srcY, float srcWidth, float srcHeight, System.Drawing.GraphicsUnit srcUnit)748         public void DrawImage(System.Drawing.Image image, System.Drawing.Rectangle destRect, float srcX, float srcY, float srcWidth, float srcHeight, System.Drawing.GraphicsUnit srcUnit) { }
DrawImage(System.Drawing.Image image, System.Drawing.Rectangle destRect, float srcX, float srcY, float srcWidth, float srcHeight, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Imaging.ImageAttributes imageAttrs)749         public void DrawImage(System.Drawing.Image image, System.Drawing.Rectangle destRect, float srcX, float srcY, float srcWidth, float srcHeight, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Imaging.ImageAttributes imageAttrs) { }
DrawImage(System.Drawing.Image image, System.Drawing.Rectangle destRect, float srcX, float srcY, float srcWidth, float srcHeight, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Imaging.ImageAttributes imageAttrs, System.Drawing.Graphics.DrawImageAbort callback)750         public void DrawImage(System.Drawing.Image image, System.Drawing.Rectangle destRect, float srcX, float srcY, float srcWidth, float srcHeight, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Imaging.ImageAttributes imageAttrs, System.Drawing.Graphics.DrawImageAbort callback) { }
DrawImage(System.Drawing.Image image, System.Drawing.Rectangle destRect, float srcX, float srcY, float srcWidth, float srcHeight, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Imaging.ImageAttributes imageAttrs, System.Drawing.Graphics.DrawImageAbort callback, System.IntPtr callbackData)751         public void DrawImage(System.Drawing.Image image, System.Drawing.Rectangle destRect, float srcX, float srcY, float srcWidth, float srcHeight, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Imaging.ImageAttributes imageAttrs, System.Drawing.Graphics.DrawImageAbort callback, System.IntPtr callbackData) { }
DrawImage(System.Drawing.Image image, System.Drawing.RectangleF rect)752         public void DrawImage(System.Drawing.Image image, System.Drawing.RectangleF rect) { }
DrawImage(System.Drawing.Image image, System.Drawing.RectangleF destRect, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit srcUnit)753         public void DrawImage(System.Drawing.Image image, System.Drawing.RectangleF destRect, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit srcUnit) { }
DrawImage(System.Drawing.Image image, int x, int y)754         public void DrawImage(System.Drawing.Image image, int x, int y) { }
DrawImage(System.Drawing.Image image, int x, int y, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit srcUnit)755         public void DrawImage(System.Drawing.Image image, int x, int y, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit srcUnit) { }
DrawImage(System.Drawing.Image image, int x, int y, int width, int height)756         public void DrawImage(System.Drawing.Image image, int x, int y, int width, int height) { }
DrawImage(System.Drawing.Image image, float x, float y)757         public void DrawImage(System.Drawing.Image image, float x, float y) { }
DrawImage(System.Drawing.Image image, float x, float y, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit srcUnit)758         public void DrawImage(System.Drawing.Image image, float x, float y, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit srcUnit) { }
DrawImage(System.Drawing.Image image, float x, float y, float width, float height)759         public void DrawImage(System.Drawing.Image image, float x, float y, float width, float height) { }
DrawImageUnscaled(System.Drawing.Image image, System.Drawing.Point point)760         public void DrawImageUnscaled(System.Drawing.Image image, System.Drawing.Point point) { }
DrawImageUnscaled(System.Drawing.Image image, System.Drawing.Rectangle rect)761         public void DrawImageUnscaled(System.Drawing.Image image, System.Drawing.Rectangle rect) { }
DrawImageUnscaled(System.Drawing.Image image, int x, int y)762         public void DrawImageUnscaled(System.Drawing.Image image, int x, int y) { }
DrawImageUnscaled(System.Drawing.Image image, int x, int y, int width, int height)763         public void DrawImageUnscaled(System.Drawing.Image image, int x, int y, int width, int height) { }
DrawImageUnscaledAndClipped(System.Drawing.Image image, System.Drawing.Rectangle rect)764         public void DrawImageUnscaledAndClipped(System.Drawing.Image image, System.Drawing.Rectangle rect) { }
DrawLine(System.Drawing.Pen pen, System.Drawing.Point pt1, System.Drawing.Point pt2)765         public void DrawLine(System.Drawing.Pen pen, System.Drawing.Point pt1, System.Drawing.Point pt2) { }
DrawLine(System.Drawing.Pen pen, System.Drawing.PointF pt1, System.Drawing.PointF pt2)766         public void DrawLine(System.Drawing.Pen pen, System.Drawing.PointF pt1, System.Drawing.PointF pt2) { }
DrawLine(System.Drawing.Pen pen, int x1, int y1, int x2, int y2)767         public void DrawLine(System.Drawing.Pen pen, int x1, int y1, int x2, int y2) { }
DrawLine(System.Drawing.Pen pen, float x1, float y1, float x2, float y2)768         public void DrawLine(System.Drawing.Pen pen, float x1, float y1, float x2, float y2) { }
DrawLines(System.Drawing.Pen pen, System.Drawing.PointF[] points)769         public void DrawLines(System.Drawing.Pen pen, System.Drawing.PointF[] points) { }
DrawLines(System.Drawing.Pen pen, System.Drawing.Point[] points)770         public void DrawLines(System.Drawing.Pen pen, System.Drawing.Point[] points) { }
DrawPath(System.Drawing.Pen pen, System.Drawing.Drawing2D.GraphicsPath path)771         public void DrawPath(System.Drawing.Pen pen, System.Drawing.Drawing2D.GraphicsPath path) { }
DrawPie(System.Drawing.Pen pen, System.Drawing.Rectangle rect, float startAngle, float sweepAngle)772         public void DrawPie(System.Drawing.Pen pen, System.Drawing.Rectangle rect, float startAngle, float sweepAngle) { }
DrawPie(System.Drawing.Pen pen, System.Drawing.RectangleF rect, float startAngle, float sweepAngle)773         public void DrawPie(System.Drawing.Pen pen, System.Drawing.RectangleF rect, float startAngle, float sweepAngle) { }
DrawPie(System.Drawing.Pen pen, int x, int y, int width, int height, int startAngle, int sweepAngle)774         public void DrawPie(System.Drawing.Pen pen, int x, int y, int width, int height, int startAngle, int sweepAngle) { }
DrawPie(System.Drawing.Pen pen, float x, float y, float width, float height, float startAngle, float sweepAngle)775         public void DrawPie(System.Drawing.Pen pen, float x, float y, float width, float height, float startAngle, float sweepAngle) { }
DrawPolygon(System.Drawing.Pen pen, System.Drawing.PointF[] points)776         public void DrawPolygon(System.Drawing.Pen pen, System.Drawing.PointF[] points) { }
DrawPolygon(System.Drawing.Pen pen, System.Drawing.Point[] points)777         public void DrawPolygon(System.Drawing.Pen pen, System.Drawing.Point[] points) { }
DrawRectangle(System.Drawing.Pen pen, System.Drawing.Rectangle rect)778         public void DrawRectangle(System.Drawing.Pen pen, System.Drawing.Rectangle rect) { }
DrawRectangle(System.Drawing.Pen pen, int x, int y, int width, int height)779         public void DrawRectangle(System.Drawing.Pen pen, int x, int y, int width, int height) { }
DrawRectangle(System.Drawing.Pen pen, float x, float y, float width, float height)780         public void DrawRectangle(System.Drawing.Pen pen, float x, float y, float width, float height) { }
DrawRectangles(System.Drawing.Pen pen, System.Drawing.RectangleF[] rects)781         public void DrawRectangles(System.Drawing.Pen pen, System.Drawing.RectangleF[] rects) { }
DrawRectangles(System.Drawing.Pen pen, System.Drawing.Rectangle[] rects)782         public void DrawRectangles(System.Drawing.Pen pen, System.Drawing.Rectangle[] rects) { }
DrawString(string s, System.Drawing.Font font, System.Drawing.Brush brush, System.Drawing.PointF point)783         public void DrawString(string s, System.Drawing.Font font, System.Drawing.Brush brush, System.Drawing.PointF point) { }
DrawString(string s, System.Drawing.Font font, System.Drawing.Brush brush, System.Drawing.PointF point, System.Drawing.StringFormat format)784         public void DrawString(string s, System.Drawing.Font font, System.Drawing.Brush brush, System.Drawing.PointF point, System.Drawing.StringFormat format) { }
DrawString(string s, System.Drawing.Font font, System.Drawing.Brush brush, System.Drawing.RectangleF layoutRectangle)785         public void DrawString(string s, System.Drawing.Font font, System.Drawing.Brush brush, System.Drawing.RectangleF layoutRectangle) { }
DrawString(string s, System.Drawing.Font font, System.Drawing.Brush brush, System.Drawing.RectangleF layoutRectangle, System.Drawing.StringFormat format)786         public void DrawString(string s, System.Drawing.Font font, System.Drawing.Brush brush, System.Drawing.RectangleF layoutRectangle, System.Drawing.StringFormat format) { }
DrawString(string s, System.Drawing.Font font, System.Drawing.Brush brush, float x, float y)787         public void DrawString(string s, System.Drawing.Font font, System.Drawing.Brush brush, float x, float y) { }
DrawString(string s, System.Drawing.Font font, System.Drawing.Brush brush, float x, float y, System.Drawing.StringFormat format)788         public void DrawString(string s, System.Drawing.Font font, System.Drawing.Brush brush, float x, float y, System.Drawing.StringFormat format) { }
EndContainer(System.Drawing.Drawing2D.GraphicsContainer container)789         public void EndContainer(System.Drawing.Drawing2D.GraphicsContainer container) { }
790         [System.MonoTODOAttribute("Metafiles enumeration, for both WMF and EMF formats, isn't supported.")]
EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Point destPoint, System.Drawing.Graphics.EnumerateMetafileProc callback)791         public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Point destPoint, System.Drawing.Graphics.EnumerateMetafileProc callback) { }
792         [System.MonoTODOAttribute("Metafiles enumeration, for both WMF and EMF formats, isn't supported.")]
EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Point destPoint, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData)793         public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Point destPoint, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData) { }
794         [System.MonoTODOAttribute("Metafiles enumeration, for both WMF and EMF formats, isn't supported.")]
EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Point destPoint, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData, System.Drawing.Imaging.ImageAttributes imageAttr)795         public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Point destPoint, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData, System.Drawing.Imaging.ImageAttributes imageAttr) { }
796         [System.MonoTODOAttribute("Metafiles enumeration, for both WMF and EMF formats, isn't supported.")]
EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Point destPoint, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Graphics.EnumerateMetafileProc callback)797         public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Point destPoint, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Graphics.EnumerateMetafileProc callback) { }
798         [System.MonoTODOAttribute("Metafiles enumeration, for both WMF and EMF formats, isn't supported.")]
EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Point destPoint, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData)799         public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Point destPoint, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData) { }
800         [System.MonoTODOAttribute("Metafiles enumeration, for both WMF and EMF formats, isn't supported.")]
EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Point destPoint, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit unit, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData, System.Drawing.Imaging.ImageAttributes imageAttr)801         public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Point destPoint, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit unit, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData, System.Drawing.Imaging.ImageAttributes imageAttr) { }
802         [System.MonoTODOAttribute("Metafiles enumeration, for both WMF and EMF formats, isn't supported.")]
EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.PointF destPoint, System.Drawing.Graphics.EnumerateMetafileProc callback)803         public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.PointF destPoint, System.Drawing.Graphics.EnumerateMetafileProc callback) { }
804         [System.MonoTODOAttribute("Metafiles enumeration, for both WMF and EMF formats, isn't supported.")]
EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.PointF destPoint, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData)805         public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.PointF destPoint, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData) { }
806         [System.MonoTODOAttribute("Metafiles enumeration, for both WMF and EMF formats, isn't supported.")]
EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.PointF destPoint, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData, System.Drawing.Imaging.ImageAttributes imageAttr)807         public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.PointF destPoint, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData, System.Drawing.Imaging.ImageAttributes imageAttr) { }
808         [System.MonoTODOAttribute("Metafiles enumeration, for both WMF and EMF formats, isn't supported.")]
EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.PointF destPoint, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Graphics.EnumerateMetafileProc callback)809         public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.PointF destPoint, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Graphics.EnumerateMetafileProc callback) { }
810         [System.MonoTODOAttribute("Metafiles enumeration, for both WMF and EMF formats, isn't supported.")]
EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.PointF destPoint, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData)811         public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.PointF destPoint, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData) { }
812         [System.MonoTODOAttribute("Metafiles enumeration, for both WMF and EMF formats, isn't supported.")]
EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.PointF destPoint, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit unit, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData, System.Drawing.Imaging.ImageAttributes imageAttr)813         public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.PointF destPoint, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit unit, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData, System.Drawing.Imaging.ImageAttributes imageAttr) { }
814         [System.MonoTODOAttribute("Metafiles enumeration, for both WMF and EMF formats, isn't supported.")]
EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.PointF[] destPoints, System.Drawing.Graphics.EnumerateMetafileProc callback)815         public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.PointF[] destPoints, System.Drawing.Graphics.EnumerateMetafileProc callback) { }
816         [System.MonoTODOAttribute("Metafiles enumeration, for both WMF and EMF formats, isn't supported.")]
EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.PointF[] destPoints, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData)817         public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.PointF[] destPoints, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData) { }
818         [System.MonoTODOAttribute("Metafiles enumeration, for both WMF and EMF formats, isn't supported.")]
EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.PointF[] destPoints, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData, System.Drawing.Imaging.ImageAttributes imageAttr)819         public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.PointF[] destPoints, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData, System.Drawing.Imaging.ImageAttributes imageAttr) { }
820         [System.MonoTODOAttribute("Metafiles enumeration, for both WMF and EMF formats, isn't supported.")]
EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.PointF[] destPoints, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Graphics.EnumerateMetafileProc callback)821         public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.PointF[] destPoints, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Graphics.EnumerateMetafileProc callback) { }
822         [System.MonoTODOAttribute("Metafiles enumeration, for both WMF and EMF formats, isn't supported.")]
EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.PointF[] destPoints, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData)823         public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.PointF[] destPoints, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData) { }
824         [System.MonoTODOAttribute("Metafiles enumeration, for both WMF and EMF formats, isn't supported.")]
EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.PointF[] destPoints, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit unit, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData, System.Drawing.Imaging.ImageAttributes imageAttr)825         public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.PointF[] destPoints, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit unit, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData, System.Drawing.Imaging.ImageAttributes imageAttr) { }
826         [System.MonoTODOAttribute("Metafiles enumeration, for both WMF and EMF formats, isn't supported.")]
EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Point[] destPoints, System.Drawing.Graphics.EnumerateMetafileProc callback)827         public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Point[] destPoints, System.Drawing.Graphics.EnumerateMetafileProc callback) { }
828         [System.MonoTODOAttribute("Metafiles enumeration, for both WMF and EMF formats, isn't supported.")]
EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Point[] destPoints, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData)829         public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Point[] destPoints, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData) { }
830         [System.MonoTODOAttribute("Metafiles enumeration, for both WMF and EMF formats, isn't supported.")]
EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Point[] destPoints, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData, System.Drawing.Imaging.ImageAttributes imageAttr)831         public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Point[] destPoints, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData, System.Drawing.Imaging.ImageAttributes imageAttr) { }
832         [System.MonoTODOAttribute("Metafiles enumeration, for both WMF and EMF formats, isn't supported.")]
EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Point[] destPoints, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Graphics.EnumerateMetafileProc callback)833         public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Point[] destPoints, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Graphics.EnumerateMetafileProc callback) { }
834         [System.MonoTODOAttribute("Metafiles enumeration, for both WMF and EMF formats, isn't supported.")]
EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Point[] destPoints, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData)835         public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Point[] destPoints, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData) { }
836         [System.MonoTODOAttribute("Metafiles enumeration, for both WMF and EMF formats, isn't supported.")]
EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Point[] destPoints, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit unit, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData, System.Drawing.Imaging.ImageAttributes imageAttr)837         public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Point[] destPoints, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit unit, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData, System.Drawing.Imaging.ImageAttributes imageAttr) { }
838         [System.MonoTODOAttribute("Metafiles enumeration, for both WMF and EMF formats, isn't supported.")]
EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Rectangle destRect, System.Drawing.Graphics.EnumerateMetafileProc callback)839         public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Rectangle destRect, System.Drawing.Graphics.EnumerateMetafileProc callback) { }
840         [System.MonoTODOAttribute("Metafiles enumeration, for both WMF and EMF formats, isn't supported.")]
EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Rectangle destRect, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData)841         public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Rectangle destRect, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData) { }
842         [System.MonoTODOAttribute("Metafiles enumeration, for both WMF and EMF formats, isn't supported.")]
EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Rectangle destRect, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData, System.Drawing.Imaging.ImageAttributes imageAttr)843         public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Rectangle destRect, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData, System.Drawing.Imaging.ImageAttributes imageAttr) { }
844         [System.MonoTODOAttribute("Metafiles enumeration, for both WMF and EMF formats, isn't supported.")]
EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Rectangle destRect, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Graphics.EnumerateMetafileProc callback)845         public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Rectangle destRect, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Graphics.EnumerateMetafileProc callback) { }
846         [System.MonoTODOAttribute("Metafiles enumeration, for both WMF and EMF formats, isn't supported.")]
EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Rectangle destRect, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData)847         public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Rectangle destRect, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData) { }
848         [System.MonoTODOAttribute("Metafiles enumeration, for both WMF and EMF formats, isn't supported.")]
EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Rectangle destRect, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit unit, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData, System.Drawing.Imaging.ImageAttributes imageAttr)849         public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Rectangle destRect, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit unit, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData, System.Drawing.Imaging.ImageAttributes imageAttr) { }
850         [System.MonoTODOAttribute("Metafiles enumeration, for both WMF and EMF formats, isn't supported.")]
EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.RectangleF destRect, System.Drawing.Graphics.EnumerateMetafileProc callback)851         public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.RectangleF destRect, System.Drawing.Graphics.EnumerateMetafileProc callback) { }
852         [System.MonoTODOAttribute("Metafiles enumeration, for both WMF and EMF formats, isn't supported.")]
EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.RectangleF destRect, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData)853         public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.RectangleF destRect, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData) { }
854         [System.MonoTODOAttribute("Metafiles enumeration, for both WMF and EMF formats, isn't supported.")]
EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.RectangleF destRect, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData, System.Drawing.Imaging.ImageAttributes imageAttr)855         public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.RectangleF destRect, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData, System.Drawing.Imaging.ImageAttributes imageAttr) { }
856         [System.MonoTODOAttribute("Metafiles enumeration, for both WMF and EMF formats, isn't supported.")]
EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.RectangleF destRect, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Graphics.EnumerateMetafileProc callback)857         public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.RectangleF destRect, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Graphics.EnumerateMetafileProc callback) { }
858         [System.MonoTODOAttribute("Metafiles enumeration, for both WMF and EMF formats, isn't supported.")]
EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.RectangleF destRect, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData)859         public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.RectangleF destRect, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData) { }
860         [System.MonoTODOAttribute("Metafiles enumeration, for both WMF and EMF formats, isn't supported.")]
EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.RectangleF destRect, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit unit, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData, System.Drawing.Imaging.ImageAttributes imageAttr)861         public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.RectangleF destRect, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit unit, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData, System.Drawing.Imaging.ImageAttributes imageAttr) { }
ExcludeClip(System.Drawing.Rectangle rect)862         public void ExcludeClip(System.Drawing.Rectangle rect) { }
ExcludeClip(System.Drawing.Region region)863         public void ExcludeClip(System.Drawing.Region region) { }
FillClosedCurve(System.Drawing.Brush brush, System.Drawing.PointF[] points)864         public void FillClosedCurve(System.Drawing.Brush brush, System.Drawing.PointF[] points) { }
FillClosedCurve(System.Drawing.Brush brush, System.Drawing.PointF[] points, System.Drawing.Drawing2D.FillMode fillmode)865         public void FillClosedCurve(System.Drawing.Brush brush, System.Drawing.PointF[] points, System.Drawing.Drawing2D.FillMode fillmode) { }
FillClosedCurve(System.Drawing.Brush brush, System.Drawing.PointF[] points, System.Drawing.Drawing2D.FillMode fillmode, float tension)866         public void FillClosedCurve(System.Drawing.Brush brush, System.Drawing.PointF[] points, System.Drawing.Drawing2D.FillMode fillmode, float tension) { }
FillClosedCurve(System.Drawing.Brush brush, System.Drawing.Point[] points)867         public void FillClosedCurve(System.Drawing.Brush brush, System.Drawing.Point[] points) { }
FillClosedCurve(System.Drawing.Brush brush, System.Drawing.Point[] points, System.Drawing.Drawing2D.FillMode fillmode)868         public void FillClosedCurve(System.Drawing.Brush brush, System.Drawing.Point[] points, System.Drawing.Drawing2D.FillMode fillmode) { }
FillClosedCurve(System.Drawing.Brush brush, System.Drawing.Point[] points, System.Drawing.Drawing2D.FillMode fillmode, float tension)869         public void FillClosedCurve(System.Drawing.Brush brush, System.Drawing.Point[] points, System.Drawing.Drawing2D.FillMode fillmode, float tension) { }
FillEllipse(System.Drawing.Brush brush, System.Drawing.Rectangle rect)870         public void FillEllipse(System.Drawing.Brush brush, System.Drawing.Rectangle rect) { }
FillEllipse(System.Drawing.Brush brush, System.Drawing.RectangleF rect)871         public void FillEllipse(System.Drawing.Brush brush, System.Drawing.RectangleF rect) { }
FillEllipse(System.Drawing.Brush brush, int x, int y, int width, int height)872         public void FillEllipse(System.Drawing.Brush brush, int x, int y, int width, int height) { }
FillEllipse(System.Drawing.Brush brush, float x, float y, float width, float height)873         public void FillEllipse(System.Drawing.Brush brush, float x, float y, float width, float height) { }
FillPath(System.Drawing.Brush brush, System.Drawing.Drawing2D.GraphicsPath path)874         public void FillPath(System.Drawing.Brush brush, System.Drawing.Drawing2D.GraphicsPath path) { }
FillPie(System.Drawing.Brush brush, System.Drawing.Rectangle rect, float startAngle, float sweepAngle)875         public void FillPie(System.Drawing.Brush brush, System.Drawing.Rectangle rect, float startAngle, float sweepAngle) { }
FillPie(System.Drawing.Brush brush, int x, int y, int width, int height, int startAngle, int sweepAngle)876         public void FillPie(System.Drawing.Brush brush, int x, int y, int width, int height, int startAngle, int sweepAngle) { }
FillPie(System.Drawing.Brush brush, float x, float y, float width, float height, float startAngle, float sweepAngle)877         public void FillPie(System.Drawing.Brush brush, float x, float y, float width, float height, float startAngle, float sweepAngle) { }
FillPolygon(System.Drawing.Brush brush, System.Drawing.PointF[] points)878         public void FillPolygon(System.Drawing.Brush brush, System.Drawing.PointF[] points) { }
FillPolygon(System.Drawing.Brush brush, System.Drawing.PointF[] points, System.Drawing.Drawing2D.FillMode fillMode)879         public void FillPolygon(System.Drawing.Brush brush, System.Drawing.PointF[] points, System.Drawing.Drawing2D.FillMode fillMode) { }
FillPolygon(System.Drawing.Brush brush, System.Drawing.Point[] points)880         public void FillPolygon(System.Drawing.Brush brush, System.Drawing.Point[] points) { }
FillPolygon(System.Drawing.Brush brush, System.Drawing.Point[] points, System.Drawing.Drawing2D.FillMode fillMode)881         public void FillPolygon(System.Drawing.Brush brush, System.Drawing.Point[] points, System.Drawing.Drawing2D.FillMode fillMode) { }
FillRectangle(System.Drawing.Brush brush, System.Drawing.Rectangle rect)882         public void FillRectangle(System.Drawing.Brush brush, System.Drawing.Rectangle rect) { }
FillRectangle(System.Drawing.Brush brush, System.Drawing.RectangleF rect)883         public void FillRectangle(System.Drawing.Brush brush, System.Drawing.RectangleF rect) { }
FillRectangle(System.Drawing.Brush brush, int x, int y, int width, int height)884         public void FillRectangle(System.Drawing.Brush brush, int x, int y, int width, int height) { }
FillRectangle(System.Drawing.Brush brush, float x, float y, float width, float height)885         public void FillRectangle(System.Drawing.Brush brush, float x, float y, float width, float height) { }
FillRectangles(System.Drawing.Brush brush, System.Drawing.RectangleF[] rects)886         public void FillRectangles(System.Drawing.Brush brush, System.Drawing.RectangleF[] rects) { }
FillRectangles(System.Drawing.Brush brush, System.Drawing.Rectangle[] rects)887         public void FillRectangles(System.Drawing.Brush brush, System.Drawing.Rectangle[] rects) { }
FillRegion(System.Drawing.Brush brush, System.Drawing.Region region)888         public void FillRegion(System.Drawing.Brush brush, System.Drawing.Region region) { }
~Graphics()889         ~Graphics() { }
Flush()890         public void Flush() { }
Flush(System.Drawing.Drawing2D.FlushIntention intention)891         public void Flush(System.Drawing.Drawing2D.FlushIntention intention) { }
892         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
FromHdc(System.IntPtr hdc)893         public static System.Drawing.Graphics FromHdc(System.IntPtr hdc) { throw null; }
894         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
895         [System.MonoTODOAttribute]
FromHdc(System.IntPtr hdc, System.IntPtr hdevice)896         public static System.Drawing.Graphics FromHdc(System.IntPtr hdc, System.IntPtr hdevice) { throw null; }
897         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
FromHdcInternal(System.IntPtr hdc)898         public static System.Drawing.Graphics FromHdcInternal(System.IntPtr hdc) { throw null; }
899         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
FromHwnd(System.IntPtr hwnd)900         public static System.Drawing.Graphics FromHwnd(System.IntPtr hwnd) { throw null; }
901         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
FromHwndInternal(System.IntPtr hwnd)902         public static System.Drawing.Graphics FromHwndInternal(System.IntPtr hwnd) { throw null; }
FromImage(System.Drawing.Image image)903         public static System.Drawing.Graphics FromImage(System.Drawing.Image image) { throw null; }
904         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
905         [System.MonoTODOAttribute]
GetContextInfo()906         public object GetContextInfo() { throw null; }
907         [System.MonoTODOAttribute]
GetHalftonePalette()908         public static System.IntPtr GetHalftonePalette() { throw null; }
GetHdc()909         public System.IntPtr GetHdc() { throw null; }
GetNearestColor(System.Drawing.Color color)910         public System.Drawing.Color GetNearestColor(System.Drawing.Color color) { throw null; }
IntersectClip(System.Drawing.Rectangle rect)911         public void IntersectClip(System.Drawing.Rectangle rect) { }
IntersectClip(System.Drawing.RectangleF rect)912         public void IntersectClip(System.Drawing.RectangleF rect) { }
IntersectClip(System.Drawing.Region region)913         public void IntersectClip(System.Drawing.Region region) { }
IsVisible(System.Drawing.Point point)914         public bool IsVisible(System.Drawing.Point point) { throw null; }
IsVisible(System.Drawing.PointF point)915         public bool IsVisible(System.Drawing.PointF point) { throw null; }
IsVisible(System.Drawing.Rectangle rect)916         public bool IsVisible(System.Drawing.Rectangle rect) { throw null; }
IsVisible(System.Drawing.RectangleF rect)917         public bool IsVisible(System.Drawing.RectangleF rect) { throw null; }
IsVisible(int x, int y)918         public bool IsVisible(int x, int y) { throw null; }
IsVisible(int x, int y, int width, int height)919         public bool IsVisible(int x, int y, int width, int height) { throw null; }
IsVisible(float x, float y)920         public bool IsVisible(float x, float y) { throw null; }
IsVisible(float x, float y, float width, float height)921         public bool IsVisible(float x, float y, float width, float height) { throw null; }
MeasureCharacterRanges(string text, System.Drawing.Font font, System.Drawing.RectangleF layoutRect, System.Drawing.StringFormat stringFormat)922         public System.Drawing.Region[] MeasureCharacterRanges(string text, System.Drawing.Font font, System.Drawing.RectangleF layoutRect, System.Drawing.StringFormat stringFormat) { throw null; }
MeasureString(string text, System.Drawing.Font font)923         public System.Drawing.SizeF MeasureString(string text, System.Drawing.Font font) { throw null; }
MeasureString(string text, System.Drawing.Font font, System.Drawing.PointF origin, System.Drawing.StringFormat stringFormat)924         public System.Drawing.SizeF MeasureString(string text, System.Drawing.Font font, System.Drawing.PointF origin, System.Drawing.StringFormat stringFormat) { throw null; }
MeasureString(string text, System.Drawing.Font font, System.Drawing.SizeF layoutArea)925         public System.Drawing.SizeF MeasureString(string text, System.Drawing.Font font, System.Drawing.SizeF layoutArea) { throw null; }
MeasureString(string text, System.Drawing.Font font, System.Drawing.SizeF layoutArea, System.Drawing.StringFormat stringFormat)926         public System.Drawing.SizeF MeasureString(string text, System.Drawing.Font font, System.Drawing.SizeF layoutArea, System.Drawing.StringFormat stringFormat) { throw null; }
MeasureString(string text, System.Drawing.Font font, System.Drawing.SizeF layoutArea, System.Drawing.StringFormat stringFormat, out int charactersFitted, out int linesFilled)927         public System.Drawing.SizeF MeasureString(string text, System.Drawing.Font font, System.Drawing.SizeF layoutArea, System.Drawing.StringFormat stringFormat, out int charactersFitted, out int linesFilled) { charactersFitted = default(int); linesFilled = default(int); throw null; }
MeasureString(string text, System.Drawing.Font font, int width)928         public System.Drawing.SizeF MeasureString(string text, System.Drawing.Font font, int width) { throw null; }
MeasureString(string text, System.Drawing.Font font, int width, System.Drawing.StringFormat format)929         public System.Drawing.SizeF MeasureString(string text, System.Drawing.Font font, int width, System.Drawing.StringFormat format) { throw null; }
MultiplyTransform(System.Drawing.Drawing2D.Matrix matrix)930         public void MultiplyTransform(System.Drawing.Drawing2D.Matrix matrix) { }
MultiplyTransform(System.Drawing.Drawing2D.Matrix matrix, System.Drawing.Drawing2D.MatrixOrder order)931         public void MultiplyTransform(System.Drawing.Drawing2D.Matrix matrix, System.Drawing.Drawing2D.MatrixOrder order) { }
ReleaseHdc()932         public void ReleaseHdc() { }
933         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
ReleaseHdc(System.IntPtr hdc)934         public void ReleaseHdc(System.IntPtr hdc) { }
935         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
936         [System.MonoLimitationAttribute("Can only be used when hdc was provided by Graphics.GetHdc() method")]
ReleaseHdcInternal(System.IntPtr hdc)937         public void ReleaseHdcInternal(System.IntPtr hdc) { }
ResetClip()938         public void ResetClip() { }
ResetTransform()939         public void ResetTransform() { }
Restore(System.Drawing.Drawing2D.GraphicsState gstate)940         public void Restore(System.Drawing.Drawing2D.GraphicsState gstate) { }
RotateTransform(float angle)941         public void RotateTransform(float angle) { }
RotateTransform(float angle, System.Drawing.Drawing2D.MatrixOrder order)942         public void RotateTransform(float angle, System.Drawing.Drawing2D.MatrixOrder order) { }
Save()943         public System.Drawing.Drawing2D.GraphicsState Save() { throw null; }
ScaleTransform(float sx, float sy)944         public void ScaleTransform(float sx, float sy) { }
ScaleTransform(float sx, float sy, System.Drawing.Drawing2D.MatrixOrder order)945         public void ScaleTransform(float sx, float sy, System.Drawing.Drawing2D.MatrixOrder order) { }
SetClip(System.Drawing.Drawing2D.GraphicsPath path)946         public void SetClip(System.Drawing.Drawing2D.GraphicsPath path) { }
SetClip(System.Drawing.Drawing2D.GraphicsPath path, System.Drawing.Drawing2D.CombineMode combineMode)947         public void SetClip(System.Drawing.Drawing2D.GraphicsPath path, System.Drawing.Drawing2D.CombineMode combineMode) { }
SetClip(System.Drawing.Graphics g)948         public void SetClip(System.Drawing.Graphics g) { }
SetClip(System.Drawing.Graphics g, System.Drawing.Drawing2D.CombineMode combineMode)949         public void SetClip(System.Drawing.Graphics g, System.Drawing.Drawing2D.CombineMode combineMode) { }
SetClip(System.Drawing.Rectangle rect)950         public void SetClip(System.Drawing.Rectangle rect) { }
SetClip(System.Drawing.Rectangle rect, System.Drawing.Drawing2D.CombineMode combineMode)951         public void SetClip(System.Drawing.Rectangle rect, System.Drawing.Drawing2D.CombineMode combineMode) { }
SetClip(System.Drawing.RectangleF rect)952         public void SetClip(System.Drawing.RectangleF rect) { }
SetClip(System.Drawing.RectangleF rect, System.Drawing.Drawing2D.CombineMode combineMode)953         public void SetClip(System.Drawing.RectangleF rect, System.Drawing.Drawing2D.CombineMode combineMode) { }
SetClip(System.Drawing.Region region, System.Drawing.Drawing2D.CombineMode combineMode)954         public void SetClip(System.Drawing.Region region, System.Drawing.Drawing2D.CombineMode combineMode) { }
TransformPoints(System.Drawing.Drawing2D.CoordinateSpace destSpace, System.Drawing.Drawing2D.CoordinateSpace srcSpace, System.Drawing.PointF[] pts)955         public void TransformPoints(System.Drawing.Drawing2D.CoordinateSpace destSpace, System.Drawing.Drawing2D.CoordinateSpace srcSpace, System.Drawing.PointF[] pts) { }
TransformPoints(System.Drawing.Drawing2D.CoordinateSpace destSpace, System.Drawing.Drawing2D.CoordinateSpace srcSpace, System.Drawing.Point[] pts)956         public void TransformPoints(System.Drawing.Drawing2D.CoordinateSpace destSpace, System.Drawing.Drawing2D.CoordinateSpace srcSpace, System.Drawing.Point[] pts) { }
TranslateClip(int dx, int dy)957         public void TranslateClip(int dx, int dy) { }
TranslateClip(float dx, float dy)958         public void TranslateClip(float dx, float dy) { }
TranslateTransform(float dx, float dy)959         public void TranslateTransform(float dx, float dy) { }
TranslateTransform(float dx, float dy, System.Drawing.Drawing2D.MatrixOrder order)960         public void TranslateTransform(float dx, float dy, System.Drawing.Drawing2D.MatrixOrder order) { }
DrawImageAbort(System.IntPtr callbackdata)961         public delegate bool DrawImageAbort(System.IntPtr callbackdata);
EnumerateMetafileProc(System.Drawing.Imaging.EmfPlusRecordType recordType, int flags, int dataSize, System.IntPtr data, System.Drawing.Imaging.PlayRecordCallback callbackData)962         public delegate bool EnumerateMetafileProc(System.Drawing.Imaging.EmfPlusRecordType recordType, int flags, int dataSize, System.IntPtr data, System.Drawing.Imaging.PlayRecordCallback callbackData);
963     }
964     public enum GraphicsUnit
965     {
966         Display = 1,
967         Document = 5,
968         Inch = 4,
969         Millimeter = 6,
970         Pixel = 2,
971         Point = 3,
972         World = 0,
973     }
974     [System.ComponentModel.EditorAttribute("System.Drawing.Design.IconEditor, System.Drawing.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
975     [System.ComponentModel.TypeConverterAttribute(typeof(System.Drawing.IconConverter))]
976     [System.SerializableAttribute]
977     public sealed partial class Icon : System.MarshalByRefObject, System.ICloneable, System.IDisposable, System.Runtime.Serialization.ISerializable
978     {
Icon(System.Drawing.Icon original, System.Drawing.Size size)979         public Icon(System.Drawing.Icon original, System.Drawing.Size size) { }
Icon(System.Drawing.Icon original, int width, int height)980         public Icon(System.Drawing.Icon original, int width, int height) { }
Icon(System.IO.Stream stream)981         public Icon(System.IO.Stream stream) { }
Icon(System.IO.Stream stream, System.Drawing.Size size)982         public Icon(System.IO.Stream stream, System.Drawing.Size size) { }
Icon(System.IO.Stream stream, int width, int height)983         public Icon(System.IO.Stream stream, int width, int height) { }
Icon(string fileName)984         public Icon(string fileName) { }
Icon(string fileName, System.Drawing.Size size)985         public Icon(string fileName, System.Drawing.Size size) { }
Icon(string fileName, int width, int height)986         public Icon(string fileName, int width, int height) { }
Icon(System.Type type, string resource)987         public Icon(System.Type type, string resource) { }
988         [System.ComponentModel.BrowsableAttribute(false)]
989         public System.IntPtr Handle { get { throw null; } }
990         [System.ComponentModel.BrowsableAttribute(false)]
991         public int Height { get { throw null; } }
992         public System.Drawing.Size Size { get { throw null; } }
993         [System.ComponentModel.BrowsableAttribute(false)]
994         public int Width { get { throw null; } }
Clone()995         public object Clone() { throw null; }
Dispose()996         public void Dispose() { }
997         [System.MonoLimitationAttribute("The same icon, SystemIcons.WinLogo, is returned for all file types.")]
ExtractAssociatedIcon(string filePath)998         public static System.Drawing.Icon ExtractAssociatedIcon(string filePath) { throw null; }
~Icon()999         ~Icon() { }
FromHandle(System.IntPtr handle)1000         public static System.Drawing.Icon FromHandle(System.IntPtr handle) { throw null; }
Save(System.IO.Stream outputStream)1001         public void Save(System.IO.Stream outputStream) { }
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context)1002         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) { }
ToBitmap()1003         public System.Drawing.Bitmap ToBitmap() { throw null; }
ToString()1004         public override string ToString() { throw null; }
1005     }
1006     public partial class IconConverter : System.ComponentModel.ExpandableObjectConverter
1007     {
IconConverter()1008         public IconConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)1009         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)1010         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)1011         public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)1012         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
1013     }
1014     public partial interface IDeviceContext : System.IDisposable
1015     {
GetHdc()1016         System.IntPtr GetHdc();
ReleaseHdc()1017         void ReleaseHdc();
1018     }
1019     [System.ComponentModel.EditorAttribute("System.Drawing.Design.ImageEditor, System.Drawing.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
1020     [System.ComponentModel.ImmutableObjectAttribute(true)]
1021     [System.ComponentModel.TypeConverterAttribute(typeof(System.Drawing.ImageConverter))]
1022     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1023     [System.SerializableAttribute]
1024     public abstract partial class Image : System.MarshalByRefObject, System.ICloneable, System.IDisposable, System.Runtime.Serialization.ISerializable
1025     {
Image()1026         internal Image() { }
1027         [System.ComponentModel.BrowsableAttribute(false)]
1028         public int Flags { get { throw null; } }
1029         [System.ComponentModel.BrowsableAttribute(false)]
1030         public System.Guid[] FrameDimensionsList { get { throw null; } }
1031         [System.ComponentModel.BrowsableAttribute(false)]
1032         [System.ComponentModel.DefaultValueAttribute(false)]
1033         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
1034         public int Height { get { throw null; } }
1035         public float HorizontalResolution { get { throw null; } }
1036         [System.ComponentModel.BrowsableAttribute(false)]
1037         public System.Drawing.Imaging.ColorPalette Palette { get { throw null; } set { } }
1038         public System.Drawing.SizeF PhysicalDimension { get { throw null; } }
1039         public System.Drawing.Imaging.PixelFormat PixelFormat { get { throw null; } }
1040         [System.ComponentModel.BrowsableAttribute(false)]
1041         public int[] PropertyIdList { get { throw null; } }
1042         [System.ComponentModel.BrowsableAttribute(false)]
1043         public System.Drawing.Imaging.PropertyItem[] PropertyItems { get { throw null; } }
1044         public System.Drawing.Imaging.ImageFormat RawFormat { get { throw null; } }
1045         public System.Drawing.Size Size { get { throw null; } }
1046         [System.ComponentModel.BindableAttribute(true)]
1047         [System.ComponentModel.DefaultValueAttribute(null)]
1048         [System.ComponentModel.LocalizableAttribute(false)]
1049         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
1050         public object Tag { get { throw null; } set { } }
1051         public float VerticalResolution { get { throw null; } }
1052         [System.ComponentModel.BrowsableAttribute(false)]
1053         [System.ComponentModel.DefaultValueAttribute(false)]
1054         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
1055         public int Width { get { throw null; } }
Clone()1056         public object Clone() { throw null; }
Dispose()1057         public void Dispose() { }
Dispose(bool disposing)1058         protected virtual void Dispose(bool disposing) { }
~Image()1059         ~Image() { }
FromFile(string filename)1060         public static System.Drawing.Image FromFile(string filename) { throw null; }
FromFile(string filename, bool useEmbeddedColorManagement)1061         public static System.Drawing.Image FromFile(string filename, bool useEmbeddedColorManagement) { throw null; }
FromHbitmap(System.IntPtr hbitmap)1062         public static System.Drawing.Bitmap FromHbitmap(System.IntPtr hbitmap) { throw null; }
FromHbitmap(System.IntPtr hbitmap, System.IntPtr hpalette)1063         public static System.Drawing.Bitmap FromHbitmap(System.IntPtr hbitmap, System.IntPtr hpalette) { throw null; }
FromStream(System.IO.Stream stream)1064         public static System.Drawing.Image FromStream(System.IO.Stream stream) { throw null; }
1065         [System.MonoLimitationAttribute("useEmbeddedColorManagement  isn't supported.")]
FromStream(System.IO.Stream stream, bool useEmbeddedColorManagement)1066         public static System.Drawing.Image FromStream(System.IO.Stream stream, bool useEmbeddedColorManagement) { throw null; }
1067         [System.MonoLimitationAttribute("useEmbeddedColorManagement  and validateImageData aren't supported.")]
FromStream(System.IO.Stream stream, bool useEmbeddedColorManagement, bool validateImageData)1068         public static System.Drawing.Image FromStream(System.IO.Stream stream, bool useEmbeddedColorManagement, bool validateImageData) { throw null; }
GetBounds(ref System.Drawing.GraphicsUnit pageUnit)1069         public System.Drawing.RectangleF GetBounds(ref System.Drawing.GraphicsUnit pageUnit) { throw null; }
GetEncoderParameterList(System.Guid encoder)1070         public System.Drawing.Imaging.EncoderParameters GetEncoderParameterList(System.Guid encoder) { throw null; }
GetFrameCount(System.Drawing.Imaging.FrameDimension dimension)1071         public int GetFrameCount(System.Drawing.Imaging.FrameDimension dimension) { throw null; }
GetPixelFormatSize(System.Drawing.Imaging.PixelFormat pixfmt)1072         public static int GetPixelFormatSize(System.Drawing.Imaging.PixelFormat pixfmt) { throw null; }
GetPropertyItem(int propid)1073         public System.Drawing.Imaging.PropertyItem GetPropertyItem(int propid) { throw null; }
GetThumbnailImage(int thumbWidth, int thumbHeight, System.Drawing.Image.GetThumbnailImageAbort callback, System.IntPtr callbackData)1074         public System.Drawing.Image GetThumbnailImage(int thumbWidth, int thumbHeight, System.Drawing.Image.GetThumbnailImageAbort callback, System.IntPtr callbackData) { throw null; }
IsAlphaPixelFormat(System.Drawing.Imaging.PixelFormat pixfmt)1075         public static bool IsAlphaPixelFormat(System.Drawing.Imaging.PixelFormat pixfmt) { throw null; }
IsCanonicalPixelFormat(System.Drawing.Imaging.PixelFormat pixfmt)1076         public static bool IsCanonicalPixelFormat(System.Drawing.Imaging.PixelFormat pixfmt) { throw null; }
IsExtendedPixelFormat(System.Drawing.Imaging.PixelFormat pixfmt)1077         public static bool IsExtendedPixelFormat(System.Drawing.Imaging.PixelFormat pixfmt) { throw null; }
RemovePropertyItem(int propid)1078         public void RemovePropertyItem(int propid) { }
RotateFlip(System.Drawing.RotateFlipType rotateFlipType)1079         public void RotateFlip(System.Drawing.RotateFlipType rotateFlipType) { }
Save(System.IO.Stream stream, System.Drawing.Imaging.ImageCodecInfo encoder, System.Drawing.Imaging.EncoderParameters encoderParams)1080         public void Save(System.IO.Stream stream, System.Drawing.Imaging.ImageCodecInfo encoder, System.Drawing.Imaging.EncoderParameters encoderParams) { }
Save(System.IO.Stream stream, System.Drawing.Imaging.ImageFormat format)1081         public void Save(System.IO.Stream stream, System.Drawing.Imaging.ImageFormat format) { }
Save(string filename)1082         public void Save(string filename) { }
Save(string filename, System.Drawing.Imaging.ImageCodecInfo encoder, System.Drawing.Imaging.EncoderParameters encoderParams)1083         public void Save(string filename, System.Drawing.Imaging.ImageCodecInfo encoder, System.Drawing.Imaging.EncoderParameters encoderParams) { }
Save(string filename, System.Drawing.Imaging.ImageFormat format)1084         public void Save(string filename, System.Drawing.Imaging.ImageFormat format) { }
SaveAdd(System.Drawing.Image image, System.Drawing.Imaging.EncoderParameters encoderParams)1085         public void SaveAdd(System.Drawing.Image image, System.Drawing.Imaging.EncoderParameters encoderParams) { }
SaveAdd(System.Drawing.Imaging.EncoderParameters encoderParams)1086         public void SaveAdd(System.Drawing.Imaging.EncoderParameters encoderParams) { }
SelectActiveFrame(System.Drawing.Imaging.FrameDimension dimension, int frameIndex)1087         public int SelectActiveFrame(System.Drawing.Imaging.FrameDimension dimension, int frameIndex) { throw null; }
SetPropertyItem(System.Drawing.Imaging.PropertyItem propitem)1088         public void SetPropertyItem(System.Drawing.Imaging.PropertyItem propitem) { }
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context)1089         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) { }
GetThumbnailImageAbort()1090         public delegate bool GetThumbnailImageAbort();
1091     }
1092     public sealed partial class ImageAnimator
1093     {
ImageAnimator()1094         internal ImageAnimator() { }
Animate(System.Drawing.Image image, System.EventHandler onFrameChangedHandler)1095         public static void Animate(System.Drawing.Image image, System.EventHandler onFrameChangedHandler) { }
CanAnimate(System.Drawing.Image image)1096         public static bool CanAnimate(System.Drawing.Image image) { throw null; }
StopAnimate(System.Drawing.Image image, System.EventHandler onFrameChangedHandler)1097         public static void StopAnimate(System.Drawing.Image image, System.EventHandler onFrameChangedHandler) { }
UpdateFrames()1098         public static void UpdateFrames() { }
UpdateFrames(System.Drawing.Image image)1099         public static void UpdateFrames(System.Drawing.Image image) { }
1100     }
1101     public partial class ImageConverter : System.ComponentModel.TypeConverter
1102     {
ImageConverter()1103         public ImageConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)1104         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)1105         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)1106         public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)1107         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes)1108         public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes) { throw null; }
GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context)1109         public override bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
1110     }
1111     public partial class ImageFormatConverter : System.ComponentModel.TypeConverter
1112     {
ImageFormatConverter()1113         public ImageFormatConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)1114         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)1115         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)1116         public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)1117         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
GetStandardValues(System.ComponentModel.ITypeDescriptorContext context)1118         public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context)1119         public override bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
1120     }
1121     public enum KnownColor
1122     {
1123         ActiveBorder = 1,
1124         ActiveCaption = 2,
1125         ActiveCaptionText = 3,
1126         AliceBlue = 28,
1127         AntiqueWhite = 29,
1128         AppWorkspace = 4,
1129         Aqua = 30,
1130         Aquamarine = 31,
1131         Azure = 32,
1132         Beige = 33,
1133         Bisque = 34,
1134         Black = 35,
1135         BlanchedAlmond = 36,
1136         Blue = 37,
1137         BlueViolet = 38,
1138         Brown = 39,
1139         BurlyWood = 40,
1140         ButtonFace = 168,
1141         ButtonHighlight = 169,
1142         ButtonShadow = 170,
1143         CadetBlue = 41,
1144         Chartreuse = 42,
1145         Chocolate = 43,
1146         Control = 5,
1147         ControlDark = 6,
1148         ControlDarkDark = 7,
1149         ControlLight = 8,
1150         ControlLightLight = 9,
1151         ControlText = 10,
1152         Coral = 44,
1153         CornflowerBlue = 45,
1154         Cornsilk = 46,
1155         Crimson = 47,
1156         Cyan = 48,
1157         DarkBlue = 49,
1158         DarkCyan = 50,
1159         DarkGoldenrod = 51,
1160         DarkGray = 52,
1161         DarkGreen = 53,
1162         DarkKhaki = 54,
1163         DarkMagenta = 55,
1164         DarkOliveGreen = 56,
1165         DarkOrange = 57,
1166         DarkOrchid = 58,
1167         DarkRed = 59,
1168         DarkSalmon = 60,
1169         DarkSeaGreen = 61,
1170         DarkSlateBlue = 62,
1171         DarkSlateGray = 63,
1172         DarkTurquoise = 64,
1173         DarkViolet = 65,
1174         DeepPink = 66,
1175         DeepSkyBlue = 67,
1176         Desktop = 11,
1177         DimGray = 68,
1178         DodgerBlue = 69,
1179         Firebrick = 70,
1180         FloralWhite = 71,
1181         ForestGreen = 72,
1182         Fuchsia = 73,
1183         Gainsboro = 74,
1184         GhostWhite = 75,
1185         Gold = 76,
1186         Goldenrod = 77,
1187         GradientActiveCaption = 171,
1188         GradientInactiveCaption = 172,
1189         Gray = 78,
1190         GrayText = 12,
1191         Green = 79,
1192         GreenYellow = 80,
1193         Highlight = 13,
1194         HighlightText = 14,
1195         Honeydew = 81,
1196         HotPink = 82,
1197         HotTrack = 15,
1198         InactiveBorder = 16,
1199         InactiveCaption = 17,
1200         InactiveCaptionText = 18,
1201         IndianRed = 83,
1202         Indigo = 84,
1203         Info = 19,
1204         InfoText = 20,
1205         Ivory = 85,
1206         Khaki = 86,
1207         Lavender = 87,
1208         LavenderBlush = 88,
1209         LawnGreen = 89,
1210         LemonChiffon = 90,
1211         LightBlue = 91,
1212         LightCoral = 92,
1213         LightCyan = 93,
1214         LightGoldenrodYellow = 94,
1215         LightGray = 95,
1216         LightGreen = 96,
1217         LightPink = 97,
1218         LightSalmon = 98,
1219         LightSeaGreen = 99,
1220         LightSkyBlue = 100,
1221         LightSlateGray = 101,
1222         LightSteelBlue = 102,
1223         LightYellow = 103,
1224         Lime = 104,
1225         LimeGreen = 105,
1226         Linen = 106,
1227         Magenta = 107,
1228         Maroon = 108,
1229         MediumAquamarine = 109,
1230         MediumBlue = 110,
1231         MediumOrchid = 111,
1232         MediumPurple = 112,
1233         MediumSeaGreen = 113,
1234         MediumSlateBlue = 114,
1235         MediumSpringGreen = 115,
1236         MediumTurquoise = 116,
1237         MediumVioletRed = 117,
1238         Menu = 21,
1239         MenuBar = 173,
1240         MenuHighlight = 174,
1241         MenuText = 22,
1242         MidnightBlue = 118,
1243         MintCream = 119,
1244         MistyRose = 120,
1245         Moccasin = 121,
1246         NavajoWhite = 122,
1247         Navy = 123,
1248         OldLace = 124,
1249         Olive = 125,
1250         OliveDrab = 126,
1251         Orange = 127,
1252         OrangeRed = 128,
1253         Orchid = 129,
1254         PaleGoldenrod = 130,
1255         PaleGreen = 131,
1256         PaleTurquoise = 132,
1257         PaleVioletRed = 133,
1258         PapayaWhip = 134,
1259         PeachPuff = 135,
1260         Peru = 136,
1261         Pink = 137,
1262         Plum = 138,
1263         PowderBlue = 139,
1264         Purple = 140,
1265         Red = 141,
1266         RosyBrown = 142,
1267         RoyalBlue = 143,
1268         SaddleBrown = 144,
1269         Salmon = 145,
1270         SandyBrown = 146,
1271         ScrollBar = 23,
1272         SeaGreen = 147,
1273         SeaShell = 148,
1274         Sienna = 149,
1275         Silver = 150,
1276         SkyBlue = 151,
1277         SlateBlue = 152,
1278         SlateGray = 153,
1279         Snow = 154,
1280         SpringGreen = 155,
1281         SteelBlue = 156,
1282         Tan = 157,
1283         Teal = 158,
1284         Thistle = 159,
1285         Tomato = 160,
1286         Transparent = 27,
1287         Turquoise = 161,
1288         Violet = 162,
1289         Wheat = 163,
1290         White = 164,
1291         WhiteSmoke = 165,
1292         Window = 24,
1293         WindowFrame = 25,
1294         WindowText = 26,
1295         Yellow = 166,
1296         YellowGreen = 167,
1297     }
1298     public sealed partial class Pen : System.MarshalByRefObject, System.ICloneable, System.IDisposable
1299     {
Pen(System.Drawing.Brush brush)1300         public Pen(System.Drawing.Brush brush) { }
Pen(System.Drawing.Brush brush, float width)1301         public Pen(System.Drawing.Brush brush, float width) { }
Pen(System.Drawing.Color color)1302         public Pen(System.Drawing.Color color) { }
Pen(System.Drawing.Color color, float width)1303         public Pen(System.Drawing.Color color, float width) { }
1304         [System.MonoLimitationAttribute("Libgdiplus doesn't use this property for rendering")]
1305         public System.Drawing.Drawing2D.PenAlignment Alignment { get { throw null; } set { } }
1306         public System.Drawing.Brush Brush { get { throw null; } set { } }
1307         public System.Drawing.Color Color { get { throw null; } set { } }
1308         public float[] CompoundArray { get { throw null; } set { } }
1309         public System.Drawing.Drawing2D.CustomLineCap CustomEndCap { get { throw null; } set { } }
1310         public System.Drawing.Drawing2D.CustomLineCap CustomStartCap { get { throw null; } set { } }
1311         public System.Drawing.Drawing2D.DashCap DashCap { get { throw null; } set { } }
1312         public float DashOffset { get { throw null; } set { } }
1313         public float[] DashPattern { get { throw null; } set { } }
1314         public System.Drawing.Drawing2D.DashStyle DashStyle { get { throw null; } set { } }
1315         public System.Drawing.Drawing2D.LineCap EndCap { get { throw null; } set { } }
1316         public System.Drawing.Drawing2D.LineJoin LineJoin { get { throw null; } set { } }
1317         public float MiterLimit { get { throw null; } set { } }
1318         public System.Drawing.Drawing2D.PenType PenType { get { throw null; } }
1319         public System.Drawing.Drawing2D.LineCap StartCap { get { throw null; } set { } }
1320         public System.Drawing.Drawing2D.Matrix Transform { get { throw null; } set { } }
1321         public float Width { get { throw null; } set { } }
Clone()1322         public object Clone() { throw null; }
Dispose()1323         public void Dispose() { }
~Pen()1324         ~Pen() { }
MultiplyTransform(System.Drawing.Drawing2D.Matrix matrix)1325         public void MultiplyTransform(System.Drawing.Drawing2D.Matrix matrix) { }
MultiplyTransform(System.Drawing.Drawing2D.Matrix matrix, System.Drawing.Drawing2D.MatrixOrder order)1326         public void MultiplyTransform(System.Drawing.Drawing2D.Matrix matrix, System.Drawing.Drawing2D.MatrixOrder order) { }
ResetTransform()1327         public void ResetTransform() { }
RotateTransform(float angle)1328         public void RotateTransform(float angle) { }
RotateTransform(float angle, System.Drawing.Drawing2D.MatrixOrder order)1329         public void RotateTransform(float angle, System.Drawing.Drawing2D.MatrixOrder order) { }
ScaleTransform(float sx, float sy)1330         public void ScaleTransform(float sx, float sy) { }
ScaleTransform(float sx, float sy, System.Drawing.Drawing2D.MatrixOrder order)1331         public void ScaleTransform(float sx, float sy, System.Drawing.Drawing2D.MatrixOrder order) { }
SetLineCap(System.Drawing.Drawing2D.LineCap startCap, System.Drawing.Drawing2D.LineCap endCap, System.Drawing.Drawing2D.DashCap dashCap)1332         public void SetLineCap(System.Drawing.Drawing2D.LineCap startCap, System.Drawing.Drawing2D.LineCap endCap, System.Drawing.Drawing2D.DashCap dashCap) { }
TranslateTransform(float dx, float dy)1333         public void TranslateTransform(float dx, float dy) { }
TranslateTransform(float dx, float dy, System.Drawing.Drawing2D.MatrixOrder order)1334         public void TranslateTransform(float dx, float dy, System.Drawing.Drawing2D.MatrixOrder order) { }
1335     }
1336     public sealed partial class Pens
1337     {
Pens()1338         internal Pens() { }
1339         public static System.Drawing.Pen AliceBlue { get { throw null; } }
1340         public static System.Drawing.Pen AntiqueWhite { get { throw null; } }
1341         public static System.Drawing.Pen Aqua { get { throw null; } }
1342         public static System.Drawing.Pen Aquamarine { get { throw null; } }
1343         public static System.Drawing.Pen Azure { get { throw null; } }
1344         public static System.Drawing.Pen Beige { get { throw null; } }
1345         public static System.Drawing.Pen Bisque { get { throw null; } }
1346         public static System.Drawing.Pen Black { get { throw null; } }
1347         public static System.Drawing.Pen BlanchedAlmond { get { throw null; } }
1348         public static System.Drawing.Pen Blue { get { throw null; } }
1349         public static System.Drawing.Pen BlueViolet { get { throw null; } }
1350         public static System.Drawing.Pen Brown { get { throw null; } }
1351         public static System.Drawing.Pen BurlyWood { get { throw null; } }
1352         public static System.Drawing.Pen CadetBlue { get { throw null; } }
1353         public static System.Drawing.Pen Chartreuse { get { throw null; } }
1354         public static System.Drawing.Pen Chocolate { get { throw null; } }
1355         public static System.Drawing.Pen Coral { get { throw null; } }
1356         public static System.Drawing.Pen CornflowerBlue { get { throw null; } }
1357         public static System.Drawing.Pen Cornsilk { get { throw null; } }
1358         public static System.Drawing.Pen Crimson { get { throw null; } }
1359         public static System.Drawing.Pen Cyan { get { throw null; } }
1360         public static System.Drawing.Pen DarkBlue { get { throw null; } }
1361         public static System.Drawing.Pen DarkCyan { get { throw null; } }
1362         public static System.Drawing.Pen DarkGoldenrod { get { throw null; } }
1363         public static System.Drawing.Pen DarkGray { get { throw null; } }
1364         public static System.Drawing.Pen DarkGreen { get { throw null; } }
1365         public static System.Drawing.Pen DarkKhaki { get { throw null; } }
1366         public static System.Drawing.Pen DarkMagenta { get { throw null; } }
1367         public static System.Drawing.Pen DarkOliveGreen { get { throw null; } }
1368         public static System.Drawing.Pen DarkOrange { get { throw null; } }
1369         public static System.Drawing.Pen DarkOrchid { get { throw null; } }
1370         public static System.Drawing.Pen DarkRed { get { throw null; } }
1371         public static System.Drawing.Pen DarkSalmon { get { throw null; } }
1372         public static System.Drawing.Pen DarkSeaGreen { get { throw null; } }
1373         public static System.Drawing.Pen DarkSlateBlue { get { throw null; } }
1374         public static System.Drawing.Pen DarkSlateGray { get { throw null; } }
1375         public static System.Drawing.Pen DarkTurquoise { get { throw null; } }
1376         public static System.Drawing.Pen DarkViolet { get { throw null; } }
1377         public static System.Drawing.Pen DeepPink { get { throw null; } }
1378         public static System.Drawing.Pen DeepSkyBlue { get { throw null; } }
1379         public static System.Drawing.Pen DimGray { get { throw null; } }
1380         public static System.Drawing.Pen DodgerBlue { get { throw null; } }
1381         public static System.Drawing.Pen Firebrick { get { throw null; } }
1382         public static System.Drawing.Pen FloralWhite { get { throw null; } }
1383         public static System.Drawing.Pen ForestGreen { get { throw null; } }
1384         public static System.Drawing.Pen Fuchsia { get { throw null; } }
1385         public static System.Drawing.Pen Gainsboro { get { throw null; } }
1386         public static System.Drawing.Pen GhostWhite { get { throw null; } }
1387         public static System.Drawing.Pen Gold { get { throw null; } }
1388         public static System.Drawing.Pen Goldenrod { get { throw null; } }
1389         public static System.Drawing.Pen Gray { get { throw null; } }
1390         public static System.Drawing.Pen Green { get { throw null; } }
1391         public static System.Drawing.Pen GreenYellow { get { throw null; } }
1392         public static System.Drawing.Pen Honeydew { get { throw null; } }
1393         public static System.Drawing.Pen HotPink { get { throw null; } }
1394         public static System.Drawing.Pen IndianRed { get { throw null; } }
1395         public static System.Drawing.Pen Indigo { get { throw null; } }
1396         public static System.Drawing.Pen Ivory { get { throw null; } }
1397         public static System.Drawing.Pen Khaki { get { throw null; } }
1398         public static System.Drawing.Pen Lavender { get { throw null; } }
1399         public static System.Drawing.Pen LavenderBlush { get { throw null; } }
1400         public static System.Drawing.Pen LawnGreen { get { throw null; } }
1401         public static System.Drawing.Pen LemonChiffon { get { throw null; } }
1402         public static System.Drawing.Pen LightBlue { get { throw null; } }
1403         public static System.Drawing.Pen LightCoral { get { throw null; } }
1404         public static System.Drawing.Pen LightCyan { get { throw null; } }
1405         public static System.Drawing.Pen LightGoldenrodYellow { get { throw null; } }
1406         public static System.Drawing.Pen LightGray { get { throw null; } }
1407         public static System.Drawing.Pen LightGreen { get { throw null; } }
1408         public static System.Drawing.Pen LightPink { get { throw null; } }
1409         public static System.Drawing.Pen LightSalmon { get { throw null; } }
1410         public static System.Drawing.Pen LightSeaGreen { get { throw null; } }
1411         public static System.Drawing.Pen LightSkyBlue { get { throw null; } }
1412         public static System.Drawing.Pen LightSlateGray { get { throw null; } }
1413         public static System.Drawing.Pen LightSteelBlue { get { throw null; } }
1414         public static System.Drawing.Pen LightYellow { get { throw null; } }
1415         public static System.Drawing.Pen Lime { get { throw null; } }
1416         public static System.Drawing.Pen LimeGreen { get { throw null; } }
1417         public static System.Drawing.Pen Linen { get { throw null; } }
1418         public static System.Drawing.Pen Magenta { get { throw null; } }
1419         public static System.Drawing.Pen Maroon { get { throw null; } }
1420         public static System.Drawing.Pen MediumAquamarine { get { throw null; } }
1421         public static System.Drawing.Pen MediumBlue { get { throw null; } }
1422         public static System.Drawing.Pen MediumOrchid { get { throw null; } }
1423         public static System.Drawing.Pen MediumPurple { get { throw null; } }
1424         public static System.Drawing.Pen MediumSeaGreen { get { throw null; } }
1425         public static System.Drawing.Pen MediumSlateBlue { get { throw null; } }
1426         public static System.Drawing.Pen MediumSpringGreen { get { throw null; } }
1427         public static System.Drawing.Pen MediumTurquoise { get { throw null; } }
1428         public static System.Drawing.Pen MediumVioletRed { get { throw null; } }
1429         public static System.Drawing.Pen MidnightBlue { get { throw null; } }
1430         public static System.Drawing.Pen MintCream { get { throw null; } }
1431         public static System.Drawing.Pen MistyRose { get { throw null; } }
1432         public static System.Drawing.Pen Moccasin { get { throw null; } }
1433         public static System.Drawing.Pen NavajoWhite { get { throw null; } }
1434         public static System.Drawing.Pen Navy { get { throw null; } }
1435         public static System.Drawing.Pen OldLace { get { throw null; } }
1436         public static System.Drawing.Pen Olive { get { throw null; } }
1437         public static System.Drawing.Pen OliveDrab { get { throw null; } }
1438         public static System.Drawing.Pen Orange { get { throw null; } }
1439         public static System.Drawing.Pen OrangeRed { get { throw null; } }
1440         public static System.Drawing.Pen Orchid { get { throw null; } }
1441         public static System.Drawing.Pen PaleGoldenrod { get { throw null; } }
1442         public static System.Drawing.Pen PaleGreen { get { throw null; } }
1443         public static System.Drawing.Pen PaleTurquoise { get { throw null; } }
1444         public static System.Drawing.Pen PaleVioletRed { get { throw null; } }
1445         public static System.Drawing.Pen PapayaWhip { get { throw null; } }
1446         public static System.Drawing.Pen PeachPuff { get { throw null; } }
1447         public static System.Drawing.Pen Peru { get { throw null; } }
1448         public static System.Drawing.Pen Pink { get { throw null; } }
1449         public static System.Drawing.Pen Plum { get { throw null; } }
1450         public static System.Drawing.Pen PowderBlue { get { throw null; } }
1451         public static System.Drawing.Pen Purple { get { throw null; } }
1452         public static System.Drawing.Pen Red { get { throw null; } }
1453         public static System.Drawing.Pen RosyBrown { get { throw null; } }
1454         public static System.Drawing.Pen RoyalBlue { get { throw null; } }
1455         public static System.Drawing.Pen SaddleBrown { get { throw null; } }
1456         public static System.Drawing.Pen Salmon { get { throw null; } }
1457         public static System.Drawing.Pen SandyBrown { get { throw null; } }
1458         public static System.Drawing.Pen SeaGreen { get { throw null; } }
1459         public static System.Drawing.Pen SeaShell { get { throw null; } }
1460         public static System.Drawing.Pen Sienna { get { throw null; } }
1461         public static System.Drawing.Pen Silver { get { throw null; } }
1462         public static System.Drawing.Pen SkyBlue { get { throw null; } }
1463         public static System.Drawing.Pen SlateBlue { get { throw null; } }
1464         public static System.Drawing.Pen SlateGray { get { throw null; } }
1465         public static System.Drawing.Pen Snow { get { throw null; } }
1466         public static System.Drawing.Pen SpringGreen { get { throw null; } }
1467         public static System.Drawing.Pen SteelBlue { get { throw null; } }
1468         public static System.Drawing.Pen Tan { get { throw null; } }
1469         public static System.Drawing.Pen Teal { get { throw null; } }
1470         public static System.Drawing.Pen Thistle { get { throw null; } }
1471         public static System.Drawing.Pen Tomato { get { throw null; } }
1472         public static System.Drawing.Pen Transparent { get { throw null; } }
1473         public static System.Drawing.Pen Turquoise { get { throw null; } }
1474         public static System.Drawing.Pen Violet { get { throw null; } }
1475         public static System.Drawing.Pen Wheat { get { throw null; } }
1476         public static System.Drawing.Pen White { get { throw null; } }
1477         public static System.Drawing.Pen WhiteSmoke { get { throw null; } }
1478         public static System.Drawing.Pen Yellow { get { throw null; } }
1479         public static System.Drawing.Pen YellowGreen { get { throw null; } }
1480     }
1481     [System.ComponentModel.TypeConverterAttribute(typeof(System.Drawing.PointConverter))]
1482     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1483     [System.SerializableAttribute]
1484     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
1485     public partial struct Point
1486     {
1487         public static readonly System.Drawing.Point Empty;
PointSystem.Drawing.Point1488         public Point(System.Drawing.Size sz) { throw null;}
PointSystem.Drawing.Point1489         public Point(int dw) { throw null;}
PointSystem.Drawing.Point1490         public Point(int x, int y) { throw null;}
1491         [System.ComponentModel.BrowsableAttribute(false)]
1492         public bool IsEmpty { get { throw null; } }
1493         public int X { get { throw null; } set { } }
1494         public int Y { get { throw null; } set { } }
AddSystem.Drawing.Point1495         public static System.Drawing.Point Add(System.Drawing.Point pt, System.Drawing.Size sz) { throw null; }
CeilingSystem.Drawing.Point1496         public static System.Drawing.Point Ceiling(System.Drawing.PointF value) { throw null; }
EqualsSystem.Drawing.Point1497         public override bool Equals(object obj) { throw null; }
GetHashCodeSystem.Drawing.Point1498         public override int GetHashCode() { throw null; }
OffsetSystem.Drawing.Point1499         public void Offset(System.Drawing.Point p) { }
OffsetSystem.Drawing.Point1500         public void Offset(int dx, int dy) { }
operator +System.Drawing.Point1501         public static System.Drawing.Point operator +(System.Drawing.Point pt, System.Drawing.Size sz) { throw null; }
operator ==System.Drawing.Point1502         public static bool operator ==(System.Drawing.Point left, System.Drawing.Point right) { throw null; }
operator System.Drawing.SizeSystem.Drawing.Point1503         public static explicit operator System.Drawing.Size (System.Drawing.Point p) { throw null; }
operator System.Drawing.PointFSystem.Drawing.Point1504         public static implicit operator System.Drawing.PointF (System.Drawing.Point p) { throw null; }
operator !=System.Drawing.Point1505         public static bool operator !=(System.Drawing.Point left, System.Drawing.Point right) { throw null; }
operator -System.Drawing.Point1506         public static System.Drawing.Point operator -(System.Drawing.Point pt, System.Drawing.Size sz) { throw null; }
RoundSystem.Drawing.Point1507         public static System.Drawing.Point Round(System.Drawing.PointF value) { throw null; }
SubtractSystem.Drawing.Point1508         public static System.Drawing.Point Subtract(System.Drawing.Point pt, System.Drawing.Size sz) { throw null; }
ToStringSystem.Drawing.Point1509         public override string ToString() { throw null; }
TruncateSystem.Drawing.Point1510         public static System.Drawing.Point Truncate(System.Drawing.PointF value) { throw null; }
1511     }
1512     public partial class PointConverter : System.ComponentModel.TypeConverter
1513     {
PointConverter()1514         public PointConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)1515         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)1516         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)1517         public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)1518         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System.Collections.IDictionary propertyValues)1519         public override object CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System.Collections.IDictionary propertyValues) { throw null; }
GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext context)1520         public override bool GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes)1521         public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes) { throw null; }
GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context)1522         public override bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
1523     }
1524     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1525     [System.SerializableAttribute]
1526     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
1527     public partial struct PointF
1528     {
1529         public static readonly System.Drawing.PointF Empty;
PointFSystem.Drawing.PointF1530         public PointF(float x, float y) { throw null;}
1531         [System.ComponentModel.BrowsableAttribute(false)]
1532         public bool IsEmpty { get { throw null; } }
1533         public float X { get { throw null; } set { } }
1534         public float Y { get { throw null; } set { } }
AddSystem.Drawing.PointF1535         public static System.Drawing.PointF Add(System.Drawing.PointF pt, System.Drawing.Size sz) { throw null; }
AddSystem.Drawing.PointF1536         public static System.Drawing.PointF Add(System.Drawing.PointF pt, System.Drawing.SizeF sz) { throw null; }
EqualsSystem.Drawing.PointF1537         public override bool Equals(object obj) { throw null; }
GetHashCodeSystem.Drawing.PointF1538         public override int GetHashCode() { throw null; }
operator +System.Drawing.PointF1539         public static System.Drawing.PointF operator +(System.Drawing.PointF pt, System.Drawing.Size sz) { throw null; }
operator +System.Drawing.PointF1540         public static System.Drawing.PointF operator +(System.Drawing.PointF pt, System.Drawing.SizeF sz) { throw null; }
operator ==System.Drawing.PointF1541         public static bool operator ==(System.Drawing.PointF left, System.Drawing.PointF right) { throw null; }
operator !=System.Drawing.PointF1542         public static bool operator !=(System.Drawing.PointF left, System.Drawing.PointF right) { throw null; }
operator -System.Drawing.PointF1543         public static System.Drawing.PointF operator -(System.Drawing.PointF pt, System.Drawing.Size sz) { throw null; }
operator -System.Drawing.PointF1544         public static System.Drawing.PointF operator -(System.Drawing.PointF pt, System.Drawing.SizeF sz) { throw null; }
SubtractSystem.Drawing.PointF1545         public static System.Drawing.PointF Subtract(System.Drawing.PointF pt, System.Drawing.Size sz) { throw null; }
SubtractSystem.Drawing.PointF1546         public static System.Drawing.PointF Subtract(System.Drawing.PointF pt, System.Drawing.SizeF sz) { throw null; }
ToStringSystem.Drawing.PointF1547         public override string ToString() { throw null; }
1548     }
1549     [System.ComponentModel.TypeConverterAttribute(typeof(System.Drawing.RectangleConverter))]
1550     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1551     [System.SerializableAttribute]
1552     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
1553     public partial struct Rectangle
1554     {
1555         public static readonly System.Drawing.Rectangle Empty;
RectangleSystem.Drawing.Rectangle1556         public Rectangle(System.Drawing.Point location, System.Drawing.Size size) { throw null;}
RectangleSystem.Drawing.Rectangle1557         public Rectangle(int x, int y, int width, int height) { throw null;}
1558         [System.ComponentModel.BrowsableAttribute(false)]
1559         public int Bottom { get { throw null; } }
1560         public int Height { get { throw null; } set { } }
1561         [System.ComponentModel.BrowsableAttribute(false)]
1562         public bool IsEmpty { get { throw null; } }
1563         [System.ComponentModel.BrowsableAttribute(false)]
1564         public int Left { get { throw null; } }
1565         [System.ComponentModel.BrowsableAttribute(false)]
1566         public System.Drawing.Point Location { get { throw null; } set { } }
1567         [System.ComponentModel.BrowsableAttribute(false)]
1568         public int Right { get { throw null; } }
1569         [System.ComponentModel.BrowsableAttribute(false)]
1570         public System.Drawing.Size Size { get { throw null; } set { } }
1571         [System.ComponentModel.BrowsableAttribute(false)]
1572         public int Top { get { throw null; } }
1573         public int Width { get { throw null; } set { } }
1574         public int X { get { throw null; } set { } }
1575         public int Y { get { throw null; } set { } }
CeilingSystem.Drawing.Rectangle1576         public static System.Drawing.Rectangle Ceiling(System.Drawing.RectangleF value) { throw null; }
ContainsSystem.Drawing.Rectangle1577         public bool Contains(System.Drawing.Point pt) { throw null; }
ContainsSystem.Drawing.Rectangle1578         public bool Contains(System.Drawing.Rectangle rect) { throw null; }
ContainsSystem.Drawing.Rectangle1579         public bool Contains(int x, int y) { throw null; }
EqualsSystem.Drawing.Rectangle1580         public override bool Equals(object obj) { throw null; }
FromLTRBSystem.Drawing.Rectangle1581         public static System.Drawing.Rectangle FromLTRB(int left, int top, int right, int bottom) { throw null; }
GetHashCodeSystem.Drawing.Rectangle1582         public override int GetHashCode() { throw null; }
InflateSystem.Drawing.Rectangle1583         public static System.Drawing.Rectangle Inflate(System.Drawing.Rectangle rect, int x, int y) { throw null; }
InflateSystem.Drawing.Rectangle1584         public void Inflate(System.Drawing.Size size) { }
InflateSystem.Drawing.Rectangle1585         public void Inflate(int width, int height) { }
IntersectSystem.Drawing.Rectangle1586         public void Intersect(System.Drawing.Rectangle rect) { }
IntersectSystem.Drawing.Rectangle1587         public static System.Drawing.Rectangle Intersect(System.Drawing.Rectangle a, System.Drawing.Rectangle b) { throw null; }
IntersectsWithSystem.Drawing.Rectangle1588         public bool IntersectsWith(System.Drawing.Rectangle rect) { throw null; }
OffsetSystem.Drawing.Rectangle1589         public void Offset(System.Drawing.Point pos) { }
OffsetSystem.Drawing.Rectangle1590         public void Offset(int x, int y) { }
operator ==System.Drawing.Rectangle1591         public static bool operator ==(System.Drawing.Rectangle left, System.Drawing.Rectangle right) { throw null; }
operator !=System.Drawing.Rectangle1592         public static bool operator !=(System.Drawing.Rectangle left, System.Drawing.Rectangle right) { throw null; }
RoundSystem.Drawing.Rectangle1593         public static System.Drawing.Rectangle Round(System.Drawing.RectangleF value) { throw null; }
ToStringSystem.Drawing.Rectangle1594         public override string ToString() { throw null; }
TruncateSystem.Drawing.Rectangle1595         public static System.Drawing.Rectangle Truncate(System.Drawing.RectangleF value) { throw null; }
UnionSystem.Drawing.Rectangle1596         public static System.Drawing.Rectangle Union(System.Drawing.Rectangle a, System.Drawing.Rectangle b) { throw null; }
1597     }
1598     public partial class RectangleConverter : System.ComponentModel.TypeConverter
1599     {
RectangleConverter()1600         public RectangleConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)1601         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)1602         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)1603         public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)1604         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System.Collections.IDictionary propertyValues)1605         public override object CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System.Collections.IDictionary propertyValues) { throw null; }
GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext context)1606         public override bool GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes)1607         public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes) { throw null; }
GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context)1608         public override bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
1609     }
1610     [System.SerializableAttribute]
1611     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
1612     public partial struct RectangleF
1613     {
1614         public static readonly System.Drawing.RectangleF Empty;
RectangleFSystem.Drawing.RectangleF1615         public RectangleF(System.Drawing.PointF location, System.Drawing.SizeF size) { throw null;}
RectangleFSystem.Drawing.RectangleF1616         public RectangleF(float x, float y, float width, float height) { throw null;}
1617         [System.ComponentModel.BrowsableAttribute(false)]
1618         public float Bottom { get { throw null; } }
1619         public float Height { get { throw null; } set { } }
1620         [System.ComponentModel.BrowsableAttribute(false)]
1621         public bool IsEmpty { get { throw null; } }
1622         [System.ComponentModel.BrowsableAttribute(false)]
1623         public float Left { get { throw null; } }
1624         [System.ComponentModel.BrowsableAttribute(false)]
1625         public System.Drawing.PointF Location { get { throw null; } set { } }
1626         [System.ComponentModel.BrowsableAttribute(false)]
1627         public float Right { get { throw null; } }
1628         [System.ComponentModel.BrowsableAttribute(false)]
1629         public System.Drawing.SizeF Size { get { throw null; } set { } }
1630         [System.ComponentModel.BrowsableAttribute(false)]
1631         public float Top { get { throw null; } }
1632         public float Width { get { throw null; } set { } }
1633         public float X { get { throw null; } set { } }
1634         public float Y { get { throw null; } set { } }
ContainsSystem.Drawing.RectangleF1635         public bool Contains(System.Drawing.PointF pt) { throw null; }
ContainsSystem.Drawing.RectangleF1636         public bool Contains(System.Drawing.RectangleF rect) { throw null; }
ContainsSystem.Drawing.RectangleF1637         public bool Contains(float x, float y) { throw null; }
EqualsSystem.Drawing.RectangleF1638         public override bool Equals(object obj) { throw null; }
FromLTRBSystem.Drawing.RectangleF1639         public static System.Drawing.RectangleF FromLTRB(float left, float top, float right, float bottom) { throw null; }
GetHashCodeSystem.Drawing.RectangleF1640         public override int GetHashCode() { throw null; }
InflateSystem.Drawing.RectangleF1641         public static System.Drawing.RectangleF Inflate(System.Drawing.RectangleF rect, float x, float y) { throw null; }
InflateSystem.Drawing.RectangleF1642         public void Inflate(System.Drawing.SizeF size) { }
InflateSystem.Drawing.RectangleF1643         public void Inflate(float x, float y) { }
IntersectSystem.Drawing.RectangleF1644         public void Intersect(System.Drawing.RectangleF rect) { }
IntersectSystem.Drawing.RectangleF1645         public static System.Drawing.RectangleF Intersect(System.Drawing.RectangleF a, System.Drawing.RectangleF b) { throw null; }
IntersectsWithSystem.Drawing.RectangleF1646         public bool IntersectsWith(System.Drawing.RectangleF rect) { throw null; }
OffsetSystem.Drawing.RectangleF1647         public void Offset(System.Drawing.PointF pos) { }
OffsetSystem.Drawing.RectangleF1648         public void Offset(float x, float y) { }
operator ==System.Drawing.RectangleF1649         public static bool operator ==(System.Drawing.RectangleF left, System.Drawing.RectangleF right) { throw null; }
operator System.Drawing.RectangleFSystem.Drawing.RectangleF1650         public static implicit operator System.Drawing.RectangleF (System.Drawing.Rectangle r) { throw null; }
operator !=System.Drawing.RectangleF1651         public static bool operator !=(System.Drawing.RectangleF left, System.Drawing.RectangleF right) { throw null; }
ToStringSystem.Drawing.RectangleF1652         public override string ToString() { throw null; }
UnionSystem.Drawing.RectangleF1653         public static System.Drawing.RectangleF Union(System.Drawing.RectangleF a, System.Drawing.RectangleF b) { throw null; }
1654     }
1655     public sealed partial class Region : System.MarshalByRefObject, System.IDisposable
1656     {
Region()1657         public Region() { }
Region(System.Drawing.Drawing2D.GraphicsPath path)1658         public Region(System.Drawing.Drawing2D.GraphicsPath path) { }
Region(System.Drawing.Drawing2D.RegionData rgnData)1659         public Region(System.Drawing.Drawing2D.RegionData rgnData) { }
Region(System.Drawing.Rectangle rect)1660         public Region(System.Drawing.Rectangle rect) { }
Region(System.Drawing.RectangleF rect)1661         public Region(System.Drawing.RectangleF rect) { }
Clone()1662         public System.Drawing.Region Clone() { throw null; }
Complement(System.Drawing.Drawing2D.GraphicsPath path)1663         public void Complement(System.Drawing.Drawing2D.GraphicsPath path) { }
Complement(System.Drawing.Rectangle rect)1664         public void Complement(System.Drawing.Rectangle rect) { }
Complement(System.Drawing.RectangleF rect)1665         public void Complement(System.Drawing.RectangleF rect) { }
Complement(System.Drawing.Region region)1666         public void Complement(System.Drawing.Region region) { }
Dispose()1667         public void Dispose() { }
Equals(System.Drawing.Region region, System.Drawing.Graphics g)1668         public bool Equals(System.Drawing.Region region, System.Drawing.Graphics g) { throw null; }
Exclude(System.Drawing.Drawing2D.GraphicsPath path)1669         public void Exclude(System.Drawing.Drawing2D.GraphicsPath path) { }
Exclude(System.Drawing.Rectangle rect)1670         public void Exclude(System.Drawing.Rectangle rect) { }
Exclude(System.Drawing.RectangleF rect)1671         public void Exclude(System.Drawing.RectangleF rect) { }
Exclude(System.Drawing.Region region)1672         public void Exclude(System.Drawing.Region region) { }
~Region()1673         ~Region() { }
FromHrgn(System.IntPtr hrgn)1674         public static System.Drawing.Region FromHrgn(System.IntPtr hrgn) { throw null; }
GetBounds(System.Drawing.Graphics g)1675         public System.Drawing.RectangleF GetBounds(System.Drawing.Graphics g) { throw null; }
GetHrgn(System.Drawing.Graphics g)1676         public System.IntPtr GetHrgn(System.Drawing.Graphics g) { throw null; }
GetRegionData()1677         public System.Drawing.Drawing2D.RegionData GetRegionData() { throw null; }
GetRegionScans(System.Drawing.Drawing2D.Matrix matrix)1678         public System.Drawing.RectangleF[] GetRegionScans(System.Drawing.Drawing2D.Matrix matrix) { throw null; }
Intersect(System.Drawing.Drawing2D.GraphicsPath path)1679         public void Intersect(System.Drawing.Drawing2D.GraphicsPath path) { }
Intersect(System.Drawing.Rectangle rect)1680         public void Intersect(System.Drawing.Rectangle rect) { }
Intersect(System.Drawing.RectangleF rect)1681         public void Intersect(System.Drawing.RectangleF rect) { }
Intersect(System.Drawing.Region region)1682         public void Intersect(System.Drawing.Region region) { }
IsEmpty(System.Drawing.Graphics g)1683         public bool IsEmpty(System.Drawing.Graphics g) { throw null; }
IsInfinite(System.Drawing.Graphics g)1684         public bool IsInfinite(System.Drawing.Graphics g) { throw null; }
IsVisible(System.Drawing.Point point)1685         public bool IsVisible(System.Drawing.Point point) { throw null; }
IsVisible(System.Drawing.Point point, System.Drawing.Graphics g)1686         public bool IsVisible(System.Drawing.Point point, System.Drawing.Graphics g) { throw null; }
IsVisible(System.Drawing.PointF point)1687         public bool IsVisible(System.Drawing.PointF point) { throw null; }
IsVisible(System.Drawing.PointF point, System.Drawing.Graphics g)1688         public bool IsVisible(System.Drawing.PointF point, System.Drawing.Graphics g) { throw null; }
IsVisible(System.Drawing.Rectangle rect)1689         public bool IsVisible(System.Drawing.Rectangle rect) { throw null; }
IsVisible(System.Drawing.Rectangle rect, System.Drawing.Graphics g)1690         public bool IsVisible(System.Drawing.Rectangle rect, System.Drawing.Graphics g) { throw null; }
IsVisible(System.Drawing.RectangleF rect)1691         public bool IsVisible(System.Drawing.RectangleF rect) { throw null; }
IsVisible(System.Drawing.RectangleF rect, System.Drawing.Graphics g)1692         public bool IsVisible(System.Drawing.RectangleF rect, System.Drawing.Graphics g) { throw null; }
IsVisible(int x, int y, System.Drawing.Graphics g)1693         public bool IsVisible(int x, int y, System.Drawing.Graphics g) { throw null; }
IsVisible(int x, int y, int width, int height)1694         public bool IsVisible(int x, int y, int width, int height) { throw null; }
IsVisible(int x, int y, int width, int height, System.Drawing.Graphics g)1695         public bool IsVisible(int x, int y, int width, int height, System.Drawing.Graphics g) { throw null; }
IsVisible(float x, float y)1696         public bool IsVisible(float x, float y) { throw null; }
IsVisible(float x, float y, System.Drawing.Graphics g)1697         public bool IsVisible(float x, float y, System.Drawing.Graphics g) { throw null; }
IsVisible(float x, float y, float width, float height)1698         public bool IsVisible(float x, float y, float width, float height) { throw null; }
IsVisible(float x, float y, float width, float height, System.Drawing.Graphics g)1699         public bool IsVisible(float x, float y, float width, float height, System.Drawing.Graphics g) { throw null; }
MakeEmpty()1700         public void MakeEmpty() { }
MakeInfinite()1701         public void MakeInfinite() { }
ReleaseHrgn(System.IntPtr regionHandle)1702         public void ReleaseHrgn(System.IntPtr regionHandle) { }
Transform(System.Drawing.Drawing2D.Matrix matrix)1703         public void Transform(System.Drawing.Drawing2D.Matrix matrix) { }
Translate(int dx, int dy)1704         public void Translate(int dx, int dy) { }
Translate(float dx, float dy)1705         public void Translate(float dx, float dy) { }
Union(System.Drawing.Drawing2D.GraphicsPath path)1706         public void Union(System.Drawing.Drawing2D.GraphicsPath path) { }
Union(System.Drawing.Rectangle rect)1707         public void Union(System.Drawing.Rectangle rect) { }
Union(System.Drawing.RectangleF rect)1708         public void Union(System.Drawing.RectangleF rect) { }
Union(System.Drawing.Region region)1709         public void Union(System.Drawing.Region region) { }
Xor(System.Drawing.Drawing2D.GraphicsPath path)1710         public void Xor(System.Drawing.Drawing2D.GraphicsPath path) { }
Xor(System.Drawing.Rectangle rect)1711         public void Xor(System.Drawing.Rectangle rect) { }
Xor(System.Drawing.RectangleF rect)1712         public void Xor(System.Drawing.RectangleF rect) { }
Xor(System.Drawing.Region region)1713         public void Xor(System.Drawing.Region region) { }
1714     }
1715     public enum RotateFlipType
1716     {
1717         Rotate180FlipNone = 2,
1718         Rotate180FlipX = 6,
1719         Rotate180FlipXY = 0,
1720         Rotate180FlipY = 4,
1721         Rotate270FlipNone = 3,
1722         Rotate270FlipX = 7,
1723         Rotate270FlipXY = 1,
1724         Rotate270FlipY = 5,
1725         Rotate90FlipNone = 1,
1726         Rotate90FlipX = 5,
1727         Rotate90FlipXY = 3,
1728         Rotate90FlipY = 7,
1729         RotateNoneFlipNone = 0,
1730         RotateNoneFlipX = 4,
1731         RotateNoneFlipXY = 2,
1732         RotateNoneFlipY = 6,
1733     }
1734     [System.ComponentModel.TypeConverterAttribute(typeof(System.Drawing.SizeConverter))]
1735     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1736     [System.SerializableAttribute]
1737     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
1738     public partial struct Size
1739     {
1740         public static readonly System.Drawing.Size Empty;
SizeSystem.Drawing.Size1741         public Size(System.Drawing.Point pt) { throw null;}
SizeSystem.Drawing.Size1742         public Size(int width, int height) { throw null;}
1743         public int Height { get { throw null; } set { } }
1744         [System.ComponentModel.BrowsableAttribute(false)]
1745         public bool IsEmpty { get { throw null; } }
1746         public int Width { get { throw null; } set { } }
AddSystem.Drawing.Size1747         public static System.Drawing.Size Add(System.Drawing.Size sz1, System.Drawing.Size sz2) { throw null; }
CeilingSystem.Drawing.Size1748         public static System.Drawing.Size Ceiling(System.Drawing.SizeF value) { throw null; }
EqualsSystem.Drawing.Size1749         public override bool Equals(object obj) { throw null; }
GetHashCodeSystem.Drawing.Size1750         public override int GetHashCode() { throw null; }
operator +System.Drawing.Size1751         public static System.Drawing.Size operator +(System.Drawing.Size sz1, System.Drawing.Size sz2) { throw null; }
operator ==System.Drawing.Size1752         public static bool operator ==(System.Drawing.Size sz1, System.Drawing.Size sz2) { throw null; }
operator System.Drawing.PointSystem.Drawing.Size1753         public static explicit operator System.Drawing.Point (System.Drawing.Size size) { throw null; }
operator System.Drawing.SizeFSystem.Drawing.Size1754         public static implicit operator System.Drawing.SizeF (System.Drawing.Size p) { throw null; }
operator !=System.Drawing.Size1755         public static bool operator !=(System.Drawing.Size sz1, System.Drawing.Size sz2) { throw null; }
operator -System.Drawing.Size1756         public static System.Drawing.Size operator -(System.Drawing.Size sz1, System.Drawing.Size sz2) { throw null; }
RoundSystem.Drawing.Size1757         public static System.Drawing.Size Round(System.Drawing.SizeF value) { throw null; }
SubtractSystem.Drawing.Size1758         public static System.Drawing.Size Subtract(System.Drawing.Size sz1, System.Drawing.Size sz2) { throw null; }
ToStringSystem.Drawing.Size1759         public override string ToString() { throw null; }
TruncateSystem.Drawing.Size1760         public static System.Drawing.Size Truncate(System.Drawing.SizeF value) { throw null; }
1761     }
1762     public partial class SizeConverter : System.ComponentModel.TypeConverter
1763     {
SizeConverter()1764         public SizeConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)1765         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)1766         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)1767         public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)1768         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System.Collections.IDictionary propertyValues)1769         public override object CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System.Collections.IDictionary propertyValues) { throw null; }
GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext context)1770         public override bool GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes)1771         public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes) { throw null; }
GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context)1772         public override bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
1773     }
1774     [System.ComponentModel.TypeConverterAttribute(typeof(System.Drawing.SizeFConverter))]
1775     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1776     [System.SerializableAttribute]
1777     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
1778     public partial struct SizeF
1779     {
1780         public static readonly System.Drawing.SizeF Empty;
SizeFSystem.Drawing.SizeF1781         public SizeF(System.Drawing.PointF pt) { throw null;}
SizeFSystem.Drawing.SizeF1782         public SizeF(System.Drawing.SizeF size) { throw null;}
SizeFSystem.Drawing.SizeF1783         public SizeF(float width, float height) { throw null;}
1784         public float Height { get { throw null; } set { } }
1785         [System.ComponentModel.BrowsableAttribute(false)]
1786         public bool IsEmpty { get { throw null; } }
1787         public float Width { get { throw null; } set { } }
AddSystem.Drawing.SizeF1788         public static System.Drawing.SizeF Add(System.Drawing.SizeF sz1, System.Drawing.SizeF sz2) { throw null; }
EqualsSystem.Drawing.SizeF1789         public override bool Equals(object obj) { throw null; }
GetHashCodeSystem.Drawing.SizeF1790         public override int GetHashCode() { throw null; }
operator +System.Drawing.SizeF1791         public static System.Drawing.SizeF operator +(System.Drawing.SizeF sz1, System.Drawing.SizeF sz2) { throw null; }
operator ==System.Drawing.SizeF1792         public static bool operator ==(System.Drawing.SizeF sz1, System.Drawing.SizeF sz2) { throw null; }
operator System.Drawing.PointFSystem.Drawing.SizeF1793         public static explicit operator System.Drawing.PointF (System.Drawing.SizeF size) { throw null; }
operator !=System.Drawing.SizeF1794         public static bool operator !=(System.Drawing.SizeF sz1, System.Drawing.SizeF sz2) { throw null; }
operator -System.Drawing.SizeF1795         public static System.Drawing.SizeF operator -(System.Drawing.SizeF sz1, System.Drawing.SizeF sz2) { throw null; }
SubtractSystem.Drawing.SizeF1796         public static System.Drawing.SizeF Subtract(System.Drawing.SizeF sz1, System.Drawing.SizeF sz2) { throw null; }
ToPointFSystem.Drawing.SizeF1797         public System.Drawing.PointF ToPointF() { throw null; }
ToSizeSystem.Drawing.SizeF1798         public System.Drawing.Size ToSize() { throw null; }
ToStringSystem.Drawing.SizeF1799         public override string ToString() { throw null; }
1800     }
1801     public partial class SizeFConverter : System.ComponentModel.TypeConverter
1802     {
SizeFConverter()1803         public SizeFConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)1804         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)1805         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)1806         public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)1807         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System.Collections.IDictionary propertyValues)1808         public override object CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System.Collections.IDictionary propertyValues) { throw null; }
GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext context)1809         public override bool GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes)1810         public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes) { throw null; }
GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context)1811         public override bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
1812     }
1813     public sealed partial class SolidBrush : System.Drawing.Brush
1814     {
SolidBrush(System.Drawing.Color color)1815         public SolidBrush(System.Drawing.Color color) { }
1816         public System.Drawing.Color Color { get { throw null; } set { } }
Clone()1817         public override object Clone() { throw null; }
Dispose(bool disposing)1818         protected override void Dispose(bool disposing) { }
1819     }
1820     public enum StringAlignment
1821     {
1822         Center = 1,
1823         Far = 2,
1824         Near = 0,
1825     }
1826     public enum StringDigitSubstitute
1827     {
1828         National = 2,
1829         None = 1,
1830         Traditional = 3,
1831         User = 0,
1832     }
1833     public sealed partial class StringFormat : System.MarshalByRefObject, System.ICloneable, System.IDisposable
1834     {
StringFormat()1835         public StringFormat() { }
StringFormat(System.Drawing.StringFormat format)1836         public StringFormat(System.Drawing.StringFormat format) { }
StringFormat(System.Drawing.StringFormatFlags options)1837         public StringFormat(System.Drawing.StringFormatFlags options) { }
StringFormat(System.Drawing.StringFormatFlags options, int language)1838         public StringFormat(System.Drawing.StringFormatFlags options, int language) { }
1839         public System.Drawing.StringAlignment Alignment { get { throw null; } set { } }
1840         public int DigitSubstitutionLanguage { get { throw null; } }
1841         public System.Drawing.StringDigitSubstitute DigitSubstitutionMethod { get { throw null; } }
1842         public System.Drawing.StringFormatFlags FormatFlags { get { throw null; } set { } }
1843         public static System.Drawing.StringFormat GenericDefault { get { throw null; } }
1844         public static System.Drawing.StringFormat GenericTypographic { get { throw null; } }
1845         public System.Drawing.Text.HotkeyPrefix HotkeyPrefix { get { throw null; } set { } }
1846         public System.Drawing.StringAlignment LineAlignment { get { throw null; } set { } }
1847         public System.Drawing.StringTrimming Trimming { get { throw null; } set { } }
Clone()1848         public object Clone() { throw null; }
Dispose()1849         public void Dispose() { }
~StringFormat()1850         ~StringFormat() { }
GetTabStops(out float firstTabOffset)1851         public float[] GetTabStops(out float firstTabOffset) { firstTabOffset = default(float); throw null; }
SetDigitSubstitution(int language, System.Drawing.StringDigitSubstitute substitute)1852         public void SetDigitSubstitution(int language, System.Drawing.StringDigitSubstitute substitute) { }
SetMeasurableCharacterRanges(System.Drawing.CharacterRange[] ranges)1853         public void SetMeasurableCharacterRanges(System.Drawing.CharacterRange[] ranges) { }
SetTabStops(float firstTabOffset, float[] tabStops)1854         public void SetTabStops(float firstTabOffset, float[] tabStops) { }
ToString()1855         public override string ToString() { throw null; }
1856     }
1857     [System.FlagsAttribute]
1858     public enum StringFormatFlags
1859     {
1860         DirectionRightToLeft = 1,
1861         DirectionVertical = 2,
1862         DisplayFormatControl = 32,
1863         FitBlackBox = 4,
1864         LineLimit = 8192,
1865         MeasureTrailingSpaces = 2048,
1866         NoClip = 16384,
1867         NoFontFallback = 1024,
1868         NoWrap = 4096,
1869     }
1870     public enum StringTrimming
1871     {
1872         Character = 1,
1873         EllipsisCharacter = 3,
1874         EllipsisPath = 5,
1875         EllipsisWord = 4,
1876         None = 0,
1877         Word = 2,
1878     }
1879     public enum StringUnit
1880     {
1881         Display = 1,
1882         Document = 5,
1883         Em = 32,
1884         Inch = 4,
1885         Millimeter = 6,
1886         Pixel = 2,
1887         Point = 3,
1888         World = 0,
1889     }
1890     public sealed partial class SystemBrushes
1891     {
SystemBrushes()1892         internal SystemBrushes() { }
1893         public static System.Drawing.Brush ActiveBorder { get { throw null; } }
1894         public static System.Drawing.Brush ActiveCaption { get { throw null; } }
1895         public static System.Drawing.Brush ActiveCaptionText { get { throw null; } }
1896         public static System.Drawing.Brush AppWorkspace { get { throw null; } }
1897         public static System.Drawing.Brush ButtonFace { get { throw null; } }
1898         public static System.Drawing.Brush ButtonHighlight { get { throw null; } }
1899         public static System.Drawing.Brush ButtonShadow { get { throw null; } }
1900         public static System.Drawing.Brush Control { get { throw null; } }
1901         public static System.Drawing.Brush ControlDark { get { throw null; } }
1902         public static System.Drawing.Brush ControlDarkDark { get { throw null; } }
1903         public static System.Drawing.Brush ControlLight { get { throw null; } }
1904         public static System.Drawing.Brush ControlLightLight { get { throw null; } }
1905         public static System.Drawing.Brush ControlText { get { throw null; } }
1906         public static System.Drawing.Brush Desktop { get { throw null; } }
1907         public static System.Drawing.Brush GradientActiveCaption { get { throw null; } }
1908         public static System.Drawing.Brush GradientInactiveCaption { get { throw null; } }
1909         public static System.Drawing.Brush GrayText { get { throw null; } }
1910         public static System.Drawing.Brush Highlight { get { throw null; } }
1911         public static System.Drawing.Brush HighlightText { get { throw null; } }
1912         public static System.Drawing.Brush HotTrack { get { throw null; } }
1913         public static System.Drawing.Brush InactiveBorder { get { throw null; } }
1914         public static System.Drawing.Brush InactiveCaption { get { throw null; } }
1915         public static System.Drawing.Brush InactiveCaptionText { get { throw null; } }
1916         public static System.Drawing.Brush Info { get { throw null; } }
1917         public static System.Drawing.Brush InfoText { get { throw null; } }
1918         public static System.Drawing.Brush Menu { get { throw null; } }
1919         public static System.Drawing.Brush MenuBar { get { throw null; } }
1920         public static System.Drawing.Brush MenuHighlight { get { throw null; } }
1921         public static System.Drawing.Brush MenuText { get { throw null; } }
1922         public static System.Drawing.Brush ScrollBar { get { throw null; } }
1923         public static System.Drawing.Brush Window { get { throw null; } }
1924         public static System.Drawing.Brush WindowFrame { get { throw null; } }
1925         public static System.Drawing.Brush WindowText { get { throw null; } }
FromSystemColor(System.Drawing.Color c)1926         public static System.Drawing.Brush FromSystemColor(System.Drawing.Color c) { throw null; }
1927     }
1928     public sealed partial class SystemColors
1929     {
SystemColors()1930         internal SystemColors() { }
1931         public static System.Drawing.Color ActiveBorder { get { throw null; } }
1932         public static System.Drawing.Color ActiveCaption { get { throw null; } }
1933         public static System.Drawing.Color ActiveCaptionText { get { throw null; } }
1934         public static System.Drawing.Color AppWorkspace { get { throw null; } }
1935         public static System.Drawing.Color ButtonFace { get { throw null; } }
1936         public static System.Drawing.Color ButtonHighlight { get { throw null; } }
1937         public static System.Drawing.Color ButtonShadow { get { throw null; } }
1938         public static System.Drawing.Color Control { get { throw null; } }
1939         public static System.Drawing.Color ControlDark { get { throw null; } }
1940         public static System.Drawing.Color ControlDarkDark { get { throw null; } }
1941         public static System.Drawing.Color ControlLight { get { throw null; } }
1942         public static System.Drawing.Color ControlLightLight { get { throw null; } }
1943         public static System.Drawing.Color ControlText { get { throw null; } }
1944         public static System.Drawing.Color Desktop { get { throw null; } }
1945         public static System.Drawing.Color GradientActiveCaption { get { throw null; } }
1946         public static System.Drawing.Color GradientInactiveCaption { get { throw null; } }
1947         public static System.Drawing.Color GrayText { get { throw null; } }
1948         public static System.Drawing.Color Highlight { get { throw null; } }
1949         public static System.Drawing.Color HighlightText { get { throw null; } }
1950         public static System.Drawing.Color HotTrack { get { throw null; } }
1951         public static System.Drawing.Color InactiveBorder { get { throw null; } }
1952         public static System.Drawing.Color InactiveCaption { get { throw null; } }
1953         public static System.Drawing.Color InactiveCaptionText { get { throw null; } }
1954         public static System.Drawing.Color Info { get { throw null; } }
1955         public static System.Drawing.Color InfoText { get { throw null; } }
1956         public static System.Drawing.Color Menu { get { throw null; } }
1957         public static System.Drawing.Color MenuBar { get { throw null; } }
1958         public static System.Drawing.Color MenuHighlight { get { throw null; } }
1959         public static System.Drawing.Color MenuText { get { throw null; } }
1960         public static System.Drawing.Color ScrollBar { get { throw null; } }
1961         public static System.Drawing.Color Window { get { throw null; } }
1962         public static System.Drawing.Color WindowFrame { get { throw null; } }
1963         public static System.Drawing.Color WindowText { get { throw null; } }
1964     }
1965     public sealed partial class SystemFonts
1966     {
SystemFonts()1967         internal SystemFonts() { }
1968         public static System.Drawing.Font CaptionFont { get { throw null; } }
1969         public static System.Drawing.Font DefaultFont { get { throw null; } }
1970         public static System.Drawing.Font DialogFont { get { throw null; } }
1971         public static System.Drawing.Font IconTitleFont { get { throw null; } }
1972         public static System.Drawing.Font MenuFont { get { throw null; } }
1973         public static System.Drawing.Font MessageBoxFont { get { throw null; } }
1974         public static System.Drawing.Font SmallCaptionFont { get { throw null; } }
1975         public static System.Drawing.Font StatusFont { get { throw null; } }
GetFontByName(string systemFontName)1976         public static System.Drawing.Font GetFontByName(string systemFontName) { throw null; }
1977     }
1978     public sealed partial class SystemIcons
1979     {
SystemIcons()1980         internal SystemIcons() { }
1981         public static System.Drawing.Icon Application { get { throw null; } }
1982         public static System.Drawing.Icon Asterisk { get { throw null; } }
1983         public static System.Drawing.Icon Error { get { throw null; } }
1984         public static System.Drawing.Icon Exclamation { get { throw null; } }
1985         public static System.Drawing.Icon Hand { get { throw null; } }
1986         public static System.Drawing.Icon Information { get { throw null; } }
1987         public static System.Drawing.Icon Question { get { throw null; } }
1988         public static System.Drawing.Icon Shield { get { throw null; } }
1989         public static System.Drawing.Icon Warning { get { throw null; } }
1990         public static System.Drawing.Icon WinLogo { get { throw null; } }
1991     }
1992     public sealed partial class SystemPens
1993     {
SystemPens()1994         internal SystemPens() { }
1995         public static System.Drawing.Pen ActiveBorder { get { throw null; } }
1996         public static System.Drawing.Pen ActiveCaption { get { throw null; } }
1997         public static System.Drawing.Pen ActiveCaptionText { get { throw null; } }
1998         public static System.Drawing.Pen AppWorkspace { get { throw null; } }
1999         public static System.Drawing.Pen ButtonFace { get { throw null; } }
2000         public static System.Drawing.Pen ButtonHighlight { get { throw null; } }
2001         public static System.Drawing.Pen ButtonShadow { get { throw null; } }
2002         public static System.Drawing.Pen Control { get { throw null; } }
2003         public static System.Drawing.Pen ControlDark { get { throw null; } }
2004         public static System.Drawing.Pen ControlDarkDark { get { throw null; } }
2005         public static System.Drawing.Pen ControlLight { get { throw null; } }
2006         public static System.Drawing.Pen ControlLightLight { get { throw null; } }
2007         public static System.Drawing.Pen ControlText { get { throw null; } }
2008         public static System.Drawing.Pen Desktop { get { throw null; } }
2009         public static System.Drawing.Pen GradientActiveCaption { get { throw null; } }
2010         public static System.Drawing.Pen GradientInactiveCaption { get { throw null; } }
2011         public static System.Drawing.Pen GrayText { get { throw null; } }
2012         public static System.Drawing.Pen Highlight { get { throw null; } }
2013         public static System.Drawing.Pen HighlightText { get { throw null; } }
2014         public static System.Drawing.Pen HotTrack { get { throw null; } }
2015         public static System.Drawing.Pen InactiveBorder { get { throw null; } }
2016         public static System.Drawing.Pen InactiveCaption { get { throw null; } }
2017         public static System.Drawing.Pen InactiveCaptionText { get { throw null; } }
2018         public static System.Drawing.Pen Info { get { throw null; } }
2019         public static System.Drawing.Pen InfoText { get { throw null; } }
2020         public static System.Drawing.Pen Menu { get { throw null; } }
2021         public static System.Drawing.Pen MenuBar { get { throw null; } }
2022         public static System.Drawing.Pen MenuHighlight { get { throw null; } }
2023         public static System.Drawing.Pen MenuText { get { throw null; } }
2024         public static System.Drawing.Pen ScrollBar { get { throw null; } }
2025         public static System.Drawing.Pen Window { get { throw null; } }
2026         public static System.Drawing.Pen WindowFrame { get { throw null; } }
2027         public static System.Drawing.Pen WindowText { get { throw null; } }
FromSystemColor(System.Drawing.Color c)2028         public static System.Drawing.Pen FromSystemColor(System.Drawing.Color c) { throw null; }
2029     }
2030     public sealed partial class TextureBrush : System.Drawing.Brush
2031     {
TextureBrush(System.Drawing.Image bitmap)2032         public TextureBrush(System.Drawing.Image bitmap) { }
TextureBrush(System.Drawing.Image image, System.Drawing.Drawing2D.WrapMode wrapMode)2033         public TextureBrush(System.Drawing.Image image, System.Drawing.Drawing2D.WrapMode wrapMode) { }
TextureBrush(System.Drawing.Image image, System.Drawing.Drawing2D.WrapMode wrapMode, System.Drawing.Rectangle dstRect)2034         public TextureBrush(System.Drawing.Image image, System.Drawing.Drawing2D.WrapMode wrapMode, System.Drawing.Rectangle dstRect) { }
TextureBrush(System.Drawing.Image image, System.Drawing.Drawing2D.WrapMode wrapMode, System.Drawing.RectangleF dstRect)2035         public TextureBrush(System.Drawing.Image image, System.Drawing.Drawing2D.WrapMode wrapMode, System.Drawing.RectangleF dstRect) { }
TextureBrush(System.Drawing.Image image, System.Drawing.Rectangle dstRect)2036         public TextureBrush(System.Drawing.Image image, System.Drawing.Rectangle dstRect) { }
2037         [System.MonoLimitationAttribute("ImageAttributes are ignored when using libgdiplus")]
TextureBrush(System.Drawing.Image image, System.Drawing.Rectangle dstRect, System.Drawing.Imaging.ImageAttributes imageAttr)2038         public TextureBrush(System.Drawing.Image image, System.Drawing.Rectangle dstRect, System.Drawing.Imaging.ImageAttributes imageAttr) { }
TextureBrush(System.Drawing.Image image, System.Drawing.RectangleF dstRect)2039         public TextureBrush(System.Drawing.Image image, System.Drawing.RectangleF dstRect) { }
2040         [System.MonoLimitationAttribute("ImageAttributes are ignored when using libgdiplus")]
TextureBrush(System.Drawing.Image image, System.Drawing.RectangleF dstRect, System.Drawing.Imaging.ImageAttributes imageAttr)2041         public TextureBrush(System.Drawing.Image image, System.Drawing.RectangleF dstRect, System.Drawing.Imaging.ImageAttributes imageAttr) { }
2042         public System.Drawing.Image Image { get { throw null; } }
2043         public System.Drawing.Drawing2D.Matrix Transform { get { throw null; } set { } }
2044         public System.Drawing.Drawing2D.WrapMode WrapMode { get { throw null; } set { } }
Clone()2045         public override object Clone() { throw null; }
MultiplyTransform(System.Drawing.Drawing2D.Matrix matrix)2046         public void MultiplyTransform(System.Drawing.Drawing2D.Matrix matrix) { }
MultiplyTransform(System.Drawing.Drawing2D.Matrix matrix, System.Drawing.Drawing2D.MatrixOrder order)2047         public void MultiplyTransform(System.Drawing.Drawing2D.Matrix matrix, System.Drawing.Drawing2D.MatrixOrder order) { }
ResetTransform()2048         public void ResetTransform() { }
RotateTransform(float angle)2049         public void RotateTransform(float angle) { }
RotateTransform(float angle, System.Drawing.Drawing2D.MatrixOrder order)2050         public void RotateTransform(float angle, System.Drawing.Drawing2D.MatrixOrder order) { }
ScaleTransform(float sx, float sy)2051         public void ScaleTransform(float sx, float sy) { }
ScaleTransform(float sx, float sy, System.Drawing.Drawing2D.MatrixOrder order)2052         public void ScaleTransform(float sx, float sy, System.Drawing.Drawing2D.MatrixOrder order) { }
TranslateTransform(float dx, float dy)2053         public void TranslateTransform(float dx, float dy) { }
TranslateTransform(float dx, float dy, System.Drawing.Drawing2D.MatrixOrder order)2054         public void TranslateTransform(float dx, float dy, System.Drawing.Drawing2D.MatrixOrder order) { }
2055     }
2056     [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
2057     public partial class ToolboxBitmapAttribute : System.Attribute
2058     {
2059         public static readonly System.Drawing.ToolboxBitmapAttribute Default;
ToolboxBitmapAttribute(string imageFile)2060         public ToolboxBitmapAttribute(string imageFile) { }
ToolboxBitmapAttribute(System.Type t)2061         public ToolboxBitmapAttribute(System.Type t) { }
ToolboxBitmapAttribute(System.Type t, string name)2062         public ToolboxBitmapAttribute(System.Type t, string name) { }
Equals(object value)2063         public override bool Equals(object value) { throw null; }
GetHashCode()2064         public override int GetHashCode() { throw null; }
GetImage(object component)2065         public System.Drawing.Image GetImage(object component) { throw null; }
GetImage(object component, bool large)2066         public System.Drawing.Image GetImage(object component, bool large) { throw null; }
GetImage(System.Type type)2067         public System.Drawing.Image GetImage(System.Type type) { throw null; }
GetImage(System.Type type, bool large)2068         public System.Drawing.Image GetImage(System.Type type, bool large) { throw null; }
GetImage(System.Type type, string imgName, bool large)2069         public System.Drawing.Image GetImage(System.Type type, string imgName, bool large) { throw null; }
GetImageFromResource(System.Type t, string imageName, bool large)2070         public static System.Drawing.Image GetImageFromResource(System.Type t, string imageName, bool large) { throw null; }
2071     }
2072 }
2073 #if CONFIG_DEP
2074 namespace System.Drawing.Configuration
2075 {
2076     public sealed partial class SystemDrawingSection : System.Configuration.ConfigurationSection
2077     {
SystemDrawingSection()2078         public SystemDrawingSection() { }
2079         public string BitmapSuffix { get { throw null; } set { } }
2080         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
2081     }
2082 }
2083 #endif
2084 namespace System.Drawing.Design
2085 {
2086     public sealed partial class CategoryNameCollection : System.Collections.ReadOnlyCollectionBase
2087     {
CategoryNameCollection(System.Drawing.Design.CategoryNameCollection value)2088         public CategoryNameCollection(System.Drawing.Design.CategoryNameCollection value) { }
CategoryNameCollection(string[] value)2089         public CategoryNameCollection(string[] value) { }
2090         public string this[int index] { get { throw null; } }
Contains(string value)2091         public bool Contains(string value) { throw null; }
CopyTo(string[] array, int index)2092         public void CopyTo(string[] array, int index) { }
IndexOf(string value)2093         public int IndexOf(string value) { throw null; }
2094     }
2095     public partial interface IPropertyValueUIService
2096     {
2097         event System.EventHandler PropertyUIValueItemsChanged;
AddPropertyValueUIHandler(System.Drawing.Design.PropertyValueUIHandler newHandler)2098         void AddPropertyValueUIHandler(System.Drawing.Design.PropertyValueUIHandler newHandler);
GetPropertyUIValueItems(System.ComponentModel.ITypeDescriptorContext context, System.ComponentModel.PropertyDescriptor propDesc)2099         System.Drawing.Design.PropertyValueUIItem[] GetPropertyUIValueItems(System.ComponentModel.ITypeDescriptorContext context, System.ComponentModel.PropertyDescriptor propDesc);
NotifyPropertyValueUIItemsChanged()2100         void NotifyPropertyValueUIItemsChanged();
RemovePropertyValueUIHandler(System.Drawing.Design.PropertyValueUIHandler newHandler)2101         void RemovePropertyValueUIHandler(System.Drawing.Design.PropertyValueUIHandler newHandler);
2102     }
2103     public partial interface IToolboxItemProvider
2104     {
2105         System.Drawing.Design.ToolboxItemCollection Items { get; }
2106     }
2107     [System.Runtime.InteropServices.GuidAttribute("4BACD258-DE64-4048-BC4E-FEDBEF9ACB76")]
2108     [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(1))]
2109     public partial interface IToolboxService
2110     {
2111         System.Drawing.Design.CategoryNameCollection CategoryNames { get; }
2112         string SelectedCategory { get; set; }
AddCreator(System.Drawing.Design.ToolboxItemCreatorCallback creator, string format)2113         void AddCreator(System.Drawing.Design.ToolboxItemCreatorCallback creator, string format);
AddCreator(System.Drawing.Design.ToolboxItemCreatorCallback creator, string format, System.ComponentModel.Design.IDesignerHost host)2114         void AddCreator(System.Drawing.Design.ToolboxItemCreatorCallback creator, string format, System.ComponentModel.Design.IDesignerHost host);
AddLinkedToolboxItem(System.Drawing.Design.ToolboxItem toolboxItem, System.ComponentModel.Design.IDesignerHost host)2115         void AddLinkedToolboxItem(System.Drawing.Design.ToolboxItem toolboxItem, System.ComponentModel.Design.IDesignerHost host);
AddLinkedToolboxItem(System.Drawing.Design.ToolboxItem toolboxItem, string category, System.ComponentModel.Design.IDesignerHost host)2116         void AddLinkedToolboxItem(System.Drawing.Design.ToolboxItem toolboxItem, string category, System.ComponentModel.Design.IDesignerHost host);
AddToolboxItem(System.Drawing.Design.ToolboxItem toolboxItem)2117         void AddToolboxItem(System.Drawing.Design.ToolboxItem toolboxItem);
AddToolboxItem(System.Drawing.Design.ToolboxItem toolboxItem, string category)2118         void AddToolboxItem(System.Drawing.Design.ToolboxItem toolboxItem, string category);
DeserializeToolboxItem(object serializedObject)2119         System.Drawing.Design.ToolboxItem DeserializeToolboxItem(object serializedObject);
DeserializeToolboxItem(object serializedObject, System.ComponentModel.Design.IDesignerHost host)2120         System.Drawing.Design.ToolboxItem DeserializeToolboxItem(object serializedObject, System.ComponentModel.Design.IDesignerHost host);
GetSelectedToolboxItem()2121         System.Drawing.Design.ToolboxItem GetSelectedToolboxItem();
GetSelectedToolboxItem(System.ComponentModel.Design.IDesignerHost host)2122         System.Drawing.Design.ToolboxItem GetSelectedToolboxItem(System.ComponentModel.Design.IDesignerHost host);
GetToolboxItems()2123         System.Drawing.Design.ToolboxItemCollection GetToolboxItems();
GetToolboxItems(System.ComponentModel.Design.IDesignerHost host)2124         System.Drawing.Design.ToolboxItemCollection GetToolboxItems(System.ComponentModel.Design.IDesignerHost host);
GetToolboxItems(string category)2125         System.Drawing.Design.ToolboxItemCollection GetToolboxItems(string category);
GetToolboxItems(string category, System.ComponentModel.Design.IDesignerHost host)2126         System.Drawing.Design.ToolboxItemCollection GetToolboxItems(string category, System.ComponentModel.Design.IDesignerHost host);
IsSupported(object serializedObject, System.Collections.ICollection filterAttributes)2127         bool IsSupported(object serializedObject, System.Collections.ICollection filterAttributes);
IsSupported(object serializedObject, System.ComponentModel.Design.IDesignerHost host)2128         bool IsSupported(object serializedObject, System.ComponentModel.Design.IDesignerHost host);
IsToolboxItem(object serializedObject)2129         bool IsToolboxItem(object serializedObject);
IsToolboxItem(object serializedObject, System.ComponentModel.Design.IDesignerHost host)2130         bool IsToolboxItem(object serializedObject, System.ComponentModel.Design.IDesignerHost host);
Refresh()2131         void Refresh();
RemoveCreator(string format)2132         void RemoveCreator(string format);
RemoveCreator(string format, System.ComponentModel.Design.IDesignerHost host)2133         void RemoveCreator(string format, System.ComponentModel.Design.IDesignerHost host);
RemoveToolboxItem(System.Drawing.Design.ToolboxItem toolboxItem)2134         void RemoveToolboxItem(System.Drawing.Design.ToolboxItem toolboxItem);
RemoveToolboxItem(System.Drawing.Design.ToolboxItem toolboxItem, string category)2135         void RemoveToolboxItem(System.Drawing.Design.ToolboxItem toolboxItem, string category);
SelectedToolboxItemUsed()2136         void SelectedToolboxItemUsed();
SerializeToolboxItem(System.Drawing.Design.ToolboxItem toolboxItem)2137         object SerializeToolboxItem(System.Drawing.Design.ToolboxItem toolboxItem);
SetCursor()2138         bool SetCursor();
SetSelectedToolboxItem(System.Drawing.Design.ToolboxItem toolboxItem)2139         void SetSelectedToolboxItem(System.Drawing.Design.ToolboxItem toolboxItem);
2140     }
2141     public partial interface IToolboxUser
2142     {
GetToolSupported(System.Drawing.Design.ToolboxItem tool)2143         bool GetToolSupported(System.Drawing.Design.ToolboxItem tool);
ToolPicked(System.Drawing.Design.ToolboxItem tool)2144         void ToolPicked(System.Drawing.Design.ToolboxItem tool);
2145     }
2146     public partial class PaintValueEventArgs : System.EventArgs
2147     {
PaintValueEventArgs(System.ComponentModel.ITypeDescriptorContext context, object value, System.Drawing.Graphics graphics, System.Drawing.Rectangle bounds)2148         public PaintValueEventArgs(System.ComponentModel.ITypeDescriptorContext context, object value, System.Drawing.Graphics graphics, System.Drawing.Rectangle bounds) { }
2149         public System.Drawing.Rectangle Bounds { get { throw null; } }
2150         public System.ComponentModel.ITypeDescriptorContext Context { get { throw null; } }
2151         public System.Drawing.Graphics Graphics { get { throw null; } }
2152         public object Value { get { throw null; } }
2153     }
PropertyValueUIHandler(System.ComponentModel.ITypeDescriptorContext context, System.ComponentModel.PropertyDescriptor propDesc, System.Collections.ArrayList valueUIItemList)2154     public delegate void PropertyValueUIHandler(System.ComponentModel.ITypeDescriptorContext context, System.ComponentModel.PropertyDescriptor propDesc, System.Collections.ArrayList valueUIItemList);
2155     public partial class PropertyValueUIItem
2156     {
PropertyValueUIItem(System.Drawing.Image uiItemImage, System.Drawing.Design.PropertyValueUIItemInvokeHandler handler, string tooltip)2157         public PropertyValueUIItem(System.Drawing.Image uiItemImage, System.Drawing.Design.PropertyValueUIItemInvokeHandler handler, string tooltip) { }
2158         public virtual System.Drawing.Image Image { get { throw null; } }
2159         public virtual System.Drawing.Design.PropertyValueUIItemInvokeHandler InvokeHandler { get { throw null; } }
2160         public virtual string ToolTip { get { throw null; } }
Reset()2161         public virtual void Reset() { }
2162     }
PropertyValueUIItemInvokeHandler(System.ComponentModel.ITypeDescriptorContext context, System.ComponentModel.PropertyDescriptor descriptor, System.Drawing.Design.PropertyValueUIItem invokedItem)2163     public delegate void PropertyValueUIItemInvokeHandler(System.ComponentModel.ITypeDescriptorContext context, System.ComponentModel.PropertyDescriptor descriptor, System.Drawing.Design.PropertyValueUIItem invokedItem);
2164     public partial class ToolboxComponentsCreatedEventArgs : System.EventArgs
2165     {
ToolboxComponentsCreatedEventArgs(System.ComponentModel.IComponent[] components)2166         public ToolboxComponentsCreatedEventArgs(System.ComponentModel.IComponent[] components) { }
2167         public System.ComponentModel.IComponent[] Components { get { throw null; } }
2168     }
ToolboxComponentsCreatedEventHandler(object sender, System.Drawing.Design.ToolboxComponentsCreatedEventArgs e)2169     public delegate void ToolboxComponentsCreatedEventHandler(object sender, System.Drawing.Design.ToolboxComponentsCreatedEventArgs e);
2170     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Unrestricted=true)]
2171     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
2172     public partial class ToolboxComponentsCreatingEventArgs : System.EventArgs
2173     {
ToolboxComponentsCreatingEventArgs(System.ComponentModel.Design.IDesignerHost host)2174         public ToolboxComponentsCreatingEventArgs(System.ComponentModel.Design.IDesignerHost host) { }
2175         public System.ComponentModel.Design.IDesignerHost DesignerHost { get { throw null; } }
2176     }
ToolboxComponentsCreatingEventHandler(object sender, System.Drawing.Design.ToolboxComponentsCreatingEventArgs e)2177     public delegate void ToolboxComponentsCreatingEventHandler(object sender, System.Drawing.Design.ToolboxComponentsCreatingEventArgs e);
2178     [System.MonoTODOAttribute("Implementation is incomplete.")]
2179     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Unrestricted=true)]
2180     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
2181     [System.SerializableAttribute]
2182     public partial class ToolboxItem : System.Runtime.Serialization.ISerializable
2183     {
ToolboxItem()2184         public ToolboxItem() { }
ToolboxItem(System.Type toolType)2185         public ToolboxItem(System.Type toolType) { }
2186         public System.Reflection.AssemblyName AssemblyName { get { throw null; } set { } }
2187         public System.Drawing.Bitmap Bitmap { get { throw null; } set { } }
2188         public string Company { get { throw null; } set { } }
2189         public virtual string ComponentType { get { throw null; } }
2190         public System.Reflection.AssemblyName[] DependentAssemblies { get { throw null; } set { } }
2191         public string Description { get { throw null; } set { } }
2192         public string DisplayName { get { throw null; } set { } }
2193         public System.Collections.ICollection Filter { get { throw null; } set { } }
2194         public bool IsTransient { get { throw null; } set { } }
2195         public virtual bool Locked { get { throw null; } }
2196         public System.Drawing.Bitmap OriginalBitmap { get { throw null; } set { } }
2197         public System.Collections.IDictionary Properties { get { throw null; } }
2198         public string TypeName { get { throw null; } set { } }
2199         public virtual string Version { get { throw null; } }
2200         public event System.Drawing.Design.ToolboxComponentsCreatedEventHandler ComponentsCreated { add { } remove { } }
2201         public event System.Drawing.Design.ToolboxComponentsCreatingEventHandler ComponentsCreating { add { } remove { } }
CheckUnlocked()2202         protected void CheckUnlocked() { }
CreateComponents()2203         public System.ComponentModel.IComponent[] CreateComponents() { throw null; }
CreateComponents(System.ComponentModel.Design.IDesignerHost host)2204         public System.ComponentModel.IComponent[] CreateComponents(System.ComponentModel.Design.IDesignerHost host) { throw null; }
CreateComponents(System.ComponentModel.Design.IDesignerHost host, System.Collections.IDictionary defaultValues)2205         public System.ComponentModel.IComponent[] CreateComponents(System.ComponentModel.Design.IDesignerHost host, System.Collections.IDictionary defaultValues) { throw null; }
CreateComponentsCore(System.ComponentModel.Design.IDesignerHost host)2206         protected virtual System.ComponentModel.IComponent[] CreateComponentsCore(System.ComponentModel.Design.IDesignerHost host) { throw null; }
CreateComponentsCore(System.ComponentModel.Design.IDesignerHost host, System.Collections.IDictionary defaultValues)2207         protected virtual System.ComponentModel.IComponent[] CreateComponentsCore(System.ComponentModel.Design.IDesignerHost host, System.Collections.IDictionary defaultValues) { throw null; }
Deserialize(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)2208         protected virtual void Deserialize(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
Equals(object obj)2209         public override bool Equals(object obj) { throw null; }
FilterPropertyValue(string propertyName, object value)2210         protected virtual object FilterPropertyValue(string propertyName, object value) { throw null; }
GetHashCode()2211         public override int GetHashCode() { throw null; }
GetType(System.ComponentModel.Design.IDesignerHost host)2212         public System.Type GetType(System.ComponentModel.Design.IDesignerHost host) { throw null; }
GetType(System.ComponentModel.Design.IDesignerHost host, System.Reflection.AssemblyName assemblyName, string typeName, bool reference)2213         protected virtual System.Type GetType(System.ComponentModel.Design.IDesignerHost host, System.Reflection.AssemblyName assemblyName, string typeName, bool reference) { throw null; }
Initialize(System.Type type)2214         public virtual void Initialize(System.Type type) { }
Lock()2215         public virtual void Lock() { }
OnComponentsCreated(System.Drawing.Design.ToolboxComponentsCreatedEventArgs args)2216         protected virtual void OnComponentsCreated(System.Drawing.Design.ToolboxComponentsCreatedEventArgs args) { }
OnComponentsCreating(System.Drawing.Design.ToolboxComponentsCreatingEventArgs args)2217         protected virtual void OnComponentsCreating(System.Drawing.Design.ToolboxComponentsCreatingEventArgs args) { }
Serialize(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)2218         protected virtual void Serialize(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)2219         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
ToString()2220         public override string ToString() { throw null; }
ValidatePropertyType(string propertyName, object value, System.Type expectedType, bool allowNull)2221         protected void ValidatePropertyType(string propertyName, object value, System.Type expectedType, bool allowNull) { }
ValidatePropertyValue(string propertyName, object value)2222         protected virtual object ValidatePropertyValue(string propertyName, object value) { throw null; }
2223     }
2224     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
2225     public sealed partial class ToolboxItemCollection : System.Collections.ReadOnlyCollectionBase
2226     {
ToolboxItemCollection(System.Drawing.Design.ToolboxItemCollection value)2227         public ToolboxItemCollection(System.Drawing.Design.ToolboxItemCollection value) { }
ToolboxItemCollection(System.Drawing.Design.ToolboxItem[] value)2228         public ToolboxItemCollection(System.Drawing.Design.ToolboxItem[] value) { }
2229         public System.Drawing.Design.ToolboxItem this[int index] { get { throw null; } }
Contains(System.Drawing.Design.ToolboxItem value)2230         public bool Contains(System.Drawing.Design.ToolboxItem value) { throw null; }
CopyTo(System.Drawing.Design.ToolboxItem[] array, int index)2231         public void CopyTo(System.Drawing.Design.ToolboxItem[] array, int index) { }
IndexOf(System.Drawing.Design.ToolboxItem value)2232         public int IndexOf(System.Drawing.Design.ToolboxItem value) { throw null; }
2233     }
ToolboxItemCreatorCallback(object serializedObject, string format)2234     public delegate System.Drawing.Design.ToolboxItem ToolboxItemCreatorCallback(object serializedObject, string format);
2235     public partial class UITypeEditor
2236     {
UITypeEditor()2237         public UITypeEditor() { }
2238         public virtual bool IsDropDownResizable { get { throw null; } }
EditValue(System.ComponentModel.ITypeDescriptorContext context, System.IServiceProvider provider, object value)2239         public virtual object EditValue(System.ComponentModel.ITypeDescriptorContext context, System.IServiceProvider provider, object value) { throw null; }
EditValue(System.IServiceProvider provider, object value)2240         public object EditValue(System.IServiceProvider provider, object value) { throw null; }
GetEditStyle()2241         public System.Drawing.Design.UITypeEditorEditStyle GetEditStyle() { throw null; }
GetEditStyle(System.ComponentModel.ITypeDescriptorContext context)2242         public virtual System.Drawing.Design.UITypeEditorEditStyle GetEditStyle(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetPaintValueSupported()2243         public bool GetPaintValueSupported() { throw null; }
GetPaintValueSupported(System.ComponentModel.ITypeDescriptorContext context)2244         public virtual bool GetPaintValueSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
PaintValue(System.Drawing.Design.PaintValueEventArgs e)2245         public virtual void PaintValue(System.Drawing.Design.PaintValueEventArgs e) { }
PaintValue(object value, System.Drawing.Graphics canvas, System.Drawing.Rectangle rectangle)2246         public void PaintValue(object value, System.Drawing.Graphics canvas, System.Drawing.Rectangle rectangle) { }
2247     }
2248     public enum UITypeEditorEditStyle
2249     {
2250         DropDown = 3,
2251         Modal = 2,
2252         None = 1,
2253     }
2254 }
2255 namespace System.Drawing.Drawing2D
2256 {
2257     public sealed partial class AdjustableArrowCap : System.Drawing.Drawing2D.CustomLineCap
2258     {
AdjustableArrowCap(float width, float height)2259         public AdjustableArrowCap(float width, float height) : base (default(System.Drawing.Drawing2D.GraphicsPath), default(System.Drawing.Drawing2D.GraphicsPath)) { }
AdjustableArrowCap(float width, float height, bool isFilled)2260         public AdjustableArrowCap(float width, float height, bool isFilled) : base (default(System.Drawing.Drawing2D.GraphicsPath), default(System.Drawing.Drawing2D.GraphicsPath)) { }
2261         public bool Filled { get { throw null; } set { } }
2262         public float Height { get { throw null; } set { } }
2263         public float MiddleInset { get { throw null; } set { } }
2264         public float Width { get { throw null; } set { } }
2265     }
2266     public sealed partial class Blend
2267     {
Blend()2268         public Blend() { }
Blend(int count)2269         public Blend(int count) { }
2270         public float[] Factors { get { throw null; } set { } }
2271         public float[] Positions { get { throw null; } set { } }
2272     }
2273     public sealed partial class ColorBlend
2274     {
ColorBlend()2275         public ColorBlend() { }
ColorBlend(int count)2276         public ColorBlend(int count) { }
2277         public System.Drawing.Color[] Colors { get { throw null; } set { } }
2278         public float[] Positions { get { throw null; } set { } }
2279     }
2280     public enum CombineMode
2281     {
2282         Complement = 5,
2283         Exclude = 4,
2284         Intersect = 1,
2285         Replace = 0,
2286         Union = 2,
2287         Xor = 3,
2288     }
2289     public enum CompositingMode
2290     {
2291         SourceCopy = 1,
2292         SourceOver = 0,
2293     }
2294     public enum CompositingQuality
2295     {
2296         AssumeLinear = 4,
2297         Default = 0,
2298         GammaCorrected = 3,
2299         HighQuality = 2,
2300         HighSpeed = 1,
2301         Invalid = -1,
2302     }
2303     public enum CoordinateSpace
2304     {
2305         Device = 2,
2306         Page = 1,
2307         World = 0,
2308     }
2309     public partial class CustomLineCap : System.MarshalByRefObject, System.ICloneable, System.IDisposable
2310     {
CustomLineCap(System.Drawing.Drawing2D.GraphicsPath fillPath, System.Drawing.Drawing2D.GraphicsPath strokePath)2311         public CustomLineCap(System.Drawing.Drawing2D.GraphicsPath fillPath, System.Drawing.Drawing2D.GraphicsPath strokePath) { }
CustomLineCap(System.Drawing.Drawing2D.GraphicsPath fillPath, System.Drawing.Drawing2D.GraphicsPath strokePath, System.Drawing.Drawing2D.LineCap baseCap)2312         public CustomLineCap(System.Drawing.Drawing2D.GraphicsPath fillPath, System.Drawing.Drawing2D.GraphicsPath strokePath, System.Drawing.Drawing2D.LineCap baseCap) { }
CustomLineCap(System.Drawing.Drawing2D.GraphicsPath fillPath, System.Drawing.Drawing2D.GraphicsPath strokePath, System.Drawing.Drawing2D.LineCap baseCap, float baseInset)2313         public CustomLineCap(System.Drawing.Drawing2D.GraphicsPath fillPath, System.Drawing.Drawing2D.GraphicsPath strokePath, System.Drawing.Drawing2D.LineCap baseCap, float baseInset) { }
2314         public System.Drawing.Drawing2D.LineCap BaseCap { get { throw null; } set { } }
2315         public float BaseInset { get { throw null; } set { } }
2316         public System.Drawing.Drawing2D.LineJoin StrokeJoin { get { throw null; } set { } }
2317         public float WidthScale { get { throw null; } set { } }
Clone()2318         public object Clone() { throw null; }
Dispose()2319         public void Dispose() { }
Dispose(bool disposing)2320         protected virtual void Dispose(bool disposing) { }
~CustomLineCap()2321         ~CustomLineCap() { }
GetStrokeCaps(out System.Drawing.Drawing2D.LineCap startCap, out System.Drawing.Drawing2D.LineCap endCap)2322         public void GetStrokeCaps(out System.Drawing.Drawing2D.LineCap startCap, out System.Drawing.Drawing2D.LineCap endCap) { startCap = default(System.Drawing.Drawing2D.LineCap); endCap = default(System.Drawing.Drawing2D.LineCap); }
SetStrokeCaps(System.Drawing.Drawing2D.LineCap startCap, System.Drawing.Drawing2D.LineCap endCap)2323         public void SetStrokeCaps(System.Drawing.Drawing2D.LineCap startCap, System.Drawing.Drawing2D.LineCap endCap) { }
2324     }
2325     public enum DashCap
2326     {
2327         Flat = 0,
2328         Round = 2,
2329         Triangle = 3,
2330     }
2331     public enum DashStyle
2332     {
2333         Custom = 5,
2334         Dash = 1,
2335         DashDot = 3,
2336         DashDotDot = 4,
2337         Dot = 2,
2338         Solid = 0,
2339     }
2340     public enum FillMode
2341     {
2342         Alternate = 0,
2343         Winding = 1,
2344     }
2345     public enum FlushIntention
2346     {
2347         Flush = 0,
2348         Sync = 1,
2349     }
2350     public sealed partial class GraphicsContainer : System.MarshalByRefObject
2351     {
GraphicsContainer()2352         internal GraphicsContainer() { }
2353     }
2354     public sealed partial class GraphicsPath : System.MarshalByRefObject, System.ICloneable, System.IDisposable
2355     {
GraphicsPath()2356         public GraphicsPath() { }
GraphicsPath(System.Drawing.Drawing2D.FillMode fillMode)2357         public GraphicsPath(System.Drawing.Drawing2D.FillMode fillMode) { }
GraphicsPath(System.Drawing.PointF[] pts, byte[] types)2358         public GraphicsPath(System.Drawing.PointF[] pts, byte[] types) { }
GraphicsPath(System.Drawing.PointF[] pts, byte[] types, System.Drawing.Drawing2D.FillMode fillMode)2359         public GraphicsPath(System.Drawing.PointF[] pts, byte[] types, System.Drawing.Drawing2D.FillMode fillMode) { }
GraphicsPath(System.Drawing.Point[] pts, byte[] types)2360         public GraphicsPath(System.Drawing.Point[] pts, byte[] types) { }
GraphicsPath(System.Drawing.Point[] pts, byte[] types, System.Drawing.Drawing2D.FillMode fillMode)2361         public GraphicsPath(System.Drawing.Point[] pts, byte[] types, System.Drawing.Drawing2D.FillMode fillMode) { }
2362         public System.Drawing.Drawing2D.FillMode FillMode { get { throw null; } set { } }
2363         public System.Drawing.Drawing2D.PathData PathData { get { throw null; } }
2364         public System.Drawing.PointF[] PathPoints { get { throw null; } }
2365         public byte[] PathTypes { get { throw null; } }
2366         public int PointCount { get { throw null; } }
AddArc(System.Drawing.Rectangle rect, float startAngle, float sweepAngle)2367         public void AddArc(System.Drawing.Rectangle rect, float startAngle, float sweepAngle) { }
AddArc(System.Drawing.RectangleF rect, float startAngle, float sweepAngle)2368         public void AddArc(System.Drawing.RectangleF rect, float startAngle, float sweepAngle) { }
AddArc(int x, int y, int width, int height, float startAngle, float sweepAngle)2369         public void AddArc(int x, int y, int width, int height, float startAngle, float sweepAngle) { }
AddArc(float x, float y, float width, float height, float startAngle, float sweepAngle)2370         public void AddArc(float x, float y, float width, float height, float startAngle, float sweepAngle) { }
AddBezier(System.Drawing.Point pt1, System.Drawing.Point pt2, System.Drawing.Point pt3, System.Drawing.Point pt4)2371         public void AddBezier(System.Drawing.Point pt1, System.Drawing.Point pt2, System.Drawing.Point pt3, System.Drawing.Point pt4) { }
AddBezier(System.Drawing.PointF pt1, System.Drawing.PointF pt2, System.Drawing.PointF pt3, System.Drawing.PointF pt4)2372         public void AddBezier(System.Drawing.PointF pt1, System.Drawing.PointF pt2, System.Drawing.PointF pt3, System.Drawing.PointF pt4) { }
AddBezier(int x1, int y1, int x2, int y2, int x3, int y3, int x4, int y4)2373         public void AddBezier(int x1, int y1, int x2, int y2, int x3, int y3, int x4, int y4) { }
AddBezier(float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4)2374         public void AddBezier(float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4) { }
AddBeziers(System.Drawing.PointF[] points)2375         public void AddBeziers(System.Drawing.PointF[] points) { }
AddBeziers(params System.Drawing.Point[] points)2376         public void AddBeziers(params System.Drawing.Point[] points) { }
AddClosedCurve(System.Drawing.PointF[] points)2377         public void AddClosedCurve(System.Drawing.PointF[] points) { }
AddClosedCurve(System.Drawing.PointF[] points, float tension)2378         public void AddClosedCurve(System.Drawing.PointF[] points, float tension) { }
AddClosedCurve(System.Drawing.Point[] points)2379         public void AddClosedCurve(System.Drawing.Point[] points) { }
AddClosedCurve(System.Drawing.Point[] points, float tension)2380         public void AddClosedCurve(System.Drawing.Point[] points, float tension) { }
AddCurve(System.Drawing.PointF[] points)2381         public void AddCurve(System.Drawing.PointF[] points) { }
AddCurve(System.Drawing.PointF[] points, int offset, int numberOfSegments, float tension)2382         public void AddCurve(System.Drawing.PointF[] points, int offset, int numberOfSegments, float tension) { }
AddCurve(System.Drawing.PointF[] points, float tension)2383         public void AddCurve(System.Drawing.PointF[] points, float tension) { }
AddCurve(System.Drawing.Point[] points)2384         public void AddCurve(System.Drawing.Point[] points) { }
AddCurve(System.Drawing.Point[] points, int offset, int numberOfSegments, float tension)2385         public void AddCurve(System.Drawing.Point[] points, int offset, int numberOfSegments, float tension) { }
AddCurve(System.Drawing.Point[] points, float tension)2386         public void AddCurve(System.Drawing.Point[] points, float tension) { }
AddEllipse(System.Drawing.Rectangle rect)2387         public void AddEllipse(System.Drawing.Rectangle rect) { }
AddEllipse(System.Drawing.RectangleF rect)2388         public void AddEllipse(System.Drawing.RectangleF rect) { }
AddEllipse(int x, int y, int width, int height)2389         public void AddEllipse(int x, int y, int width, int height) { }
AddEllipse(float x, float y, float width, float height)2390         public void AddEllipse(float x, float y, float width, float height) { }
AddLine(System.Drawing.Point pt1, System.Drawing.Point pt2)2391         public void AddLine(System.Drawing.Point pt1, System.Drawing.Point pt2) { }
AddLine(System.Drawing.PointF pt1, System.Drawing.PointF pt2)2392         public void AddLine(System.Drawing.PointF pt1, System.Drawing.PointF pt2) { }
AddLine(int x1, int y1, int x2, int y2)2393         public void AddLine(int x1, int y1, int x2, int y2) { }
AddLine(float x1, float y1, float x2, float y2)2394         public void AddLine(float x1, float y1, float x2, float y2) { }
AddLines(System.Drawing.PointF[] points)2395         public void AddLines(System.Drawing.PointF[] points) { }
AddLines(System.Drawing.Point[] points)2396         public void AddLines(System.Drawing.Point[] points) { }
AddPath(System.Drawing.Drawing2D.GraphicsPath addingPath, bool connect)2397         public void AddPath(System.Drawing.Drawing2D.GraphicsPath addingPath, bool connect) { }
AddPie(System.Drawing.Rectangle rect, float startAngle, float sweepAngle)2398         public void AddPie(System.Drawing.Rectangle rect, float startAngle, float sweepAngle) { }
AddPie(int x, int y, int width, int height, float startAngle, float sweepAngle)2399         public void AddPie(int x, int y, int width, int height, float startAngle, float sweepAngle) { }
AddPie(float x, float y, float width, float height, float startAngle, float sweepAngle)2400         public void AddPie(float x, float y, float width, float height, float startAngle, float sweepAngle) { }
AddPolygon(System.Drawing.PointF[] points)2401         public void AddPolygon(System.Drawing.PointF[] points) { }
AddPolygon(System.Drawing.Point[] points)2402         public void AddPolygon(System.Drawing.Point[] points) { }
AddRectangle(System.Drawing.Rectangle rect)2403         public void AddRectangle(System.Drawing.Rectangle rect) { }
AddRectangle(System.Drawing.RectangleF rect)2404         public void AddRectangle(System.Drawing.RectangleF rect) { }
AddRectangles(System.Drawing.RectangleF[] rects)2405         public void AddRectangles(System.Drawing.RectangleF[] rects) { }
AddRectangles(System.Drawing.Rectangle[] rects)2406         public void AddRectangles(System.Drawing.Rectangle[] rects) { }
2407         [System.MonoTODOAttribute("The StringFormat parameter is ignored when using libgdiplus.")]
AddString(string s, System.Drawing.FontFamily family, int style, float emSize, System.Drawing.Point origin, System.Drawing.StringFormat format)2408         public void AddString(string s, System.Drawing.FontFamily family, int style, float emSize, System.Drawing.Point origin, System.Drawing.StringFormat format) { }
2409         [System.MonoTODOAttribute("The StringFormat parameter is ignored when using libgdiplus.")]
AddString(string s, System.Drawing.FontFamily family, int style, float emSize, System.Drawing.PointF origin, System.Drawing.StringFormat format)2410         public void AddString(string s, System.Drawing.FontFamily family, int style, float emSize, System.Drawing.PointF origin, System.Drawing.StringFormat format) { }
2411         [System.MonoTODOAttribute("The layoutRect and StringFormat parameters are ignored when using libgdiplus.")]
AddString(string s, System.Drawing.FontFamily family, int style, float emSize, System.Drawing.Rectangle layoutRect, System.Drawing.StringFormat format)2412         public void AddString(string s, System.Drawing.FontFamily family, int style, float emSize, System.Drawing.Rectangle layoutRect, System.Drawing.StringFormat format) { }
2413         [System.MonoTODOAttribute("The layoutRect and StringFormat parameters are ignored when using libgdiplus.")]
AddString(string s, System.Drawing.FontFamily family, int style, float emSize, System.Drawing.RectangleF layoutRect, System.Drawing.StringFormat format)2414         public void AddString(string s, System.Drawing.FontFamily family, int style, float emSize, System.Drawing.RectangleF layoutRect, System.Drawing.StringFormat format) { }
ClearMarkers()2415         public void ClearMarkers() { }
Clone()2416         public object Clone() { throw null; }
CloseAllFigures()2417         public void CloseAllFigures() { }
CloseFigure()2418         public void CloseFigure() { }
Dispose()2419         public void Dispose() { }
~GraphicsPath()2420         ~GraphicsPath() { }
Flatten()2421         public void Flatten() { }
Flatten(System.Drawing.Drawing2D.Matrix matrix)2422         public void Flatten(System.Drawing.Drawing2D.Matrix matrix) { }
Flatten(System.Drawing.Drawing2D.Matrix matrix, float flatness)2423         public void Flatten(System.Drawing.Drawing2D.Matrix matrix, float flatness) { }
GetBounds()2424         public System.Drawing.RectangleF GetBounds() { throw null; }
GetBounds(System.Drawing.Drawing2D.Matrix matrix)2425         public System.Drawing.RectangleF GetBounds(System.Drawing.Drawing2D.Matrix matrix) { throw null; }
GetBounds(System.Drawing.Drawing2D.Matrix matrix, System.Drawing.Pen pen)2426         public System.Drawing.RectangleF GetBounds(System.Drawing.Drawing2D.Matrix matrix, System.Drawing.Pen pen) { throw null; }
GetLastPoint()2427         public System.Drawing.PointF GetLastPoint() { throw null; }
IsOutlineVisible(System.Drawing.Point point, System.Drawing.Pen pen)2428         public bool IsOutlineVisible(System.Drawing.Point point, System.Drawing.Pen pen) { throw null; }
IsOutlineVisible(System.Drawing.Point pt, System.Drawing.Pen pen, System.Drawing.Graphics graphics)2429         public bool IsOutlineVisible(System.Drawing.Point pt, System.Drawing.Pen pen, System.Drawing.Graphics graphics) { throw null; }
IsOutlineVisible(System.Drawing.PointF point, System.Drawing.Pen pen)2430         public bool IsOutlineVisible(System.Drawing.PointF point, System.Drawing.Pen pen) { throw null; }
IsOutlineVisible(System.Drawing.PointF pt, System.Drawing.Pen pen, System.Drawing.Graphics graphics)2431         public bool IsOutlineVisible(System.Drawing.PointF pt, System.Drawing.Pen pen, System.Drawing.Graphics graphics) { throw null; }
IsOutlineVisible(int x, int y, System.Drawing.Pen pen)2432         public bool IsOutlineVisible(int x, int y, System.Drawing.Pen pen) { throw null; }
IsOutlineVisible(int x, int y, System.Drawing.Pen pen, System.Drawing.Graphics graphics)2433         public bool IsOutlineVisible(int x, int y, System.Drawing.Pen pen, System.Drawing.Graphics graphics) { throw null; }
IsOutlineVisible(float x, float y, System.Drawing.Pen pen)2434         public bool IsOutlineVisible(float x, float y, System.Drawing.Pen pen) { throw null; }
IsOutlineVisible(float x, float y, System.Drawing.Pen pen, System.Drawing.Graphics graphics)2435         public bool IsOutlineVisible(float x, float y, System.Drawing.Pen pen, System.Drawing.Graphics graphics) { throw null; }
IsVisible(System.Drawing.Point point)2436         public bool IsVisible(System.Drawing.Point point) { throw null; }
IsVisible(System.Drawing.Point pt, System.Drawing.Graphics graphics)2437         public bool IsVisible(System.Drawing.Point pt, System.Drawing.Graphics graphics) { throw null; }
IsVisible(System.Drawing.PointF point)2438         public bool IsVisible(System.Drawing.PointF point) { throw null; }
IsVisible(System.Drawing.PointF pt, System.Drawing.Graphics graphics)2439         public bool IsVisible(System.Drawing.PointF pt, System.Drawing.Graphics graphics) { throw null; }
IsVisible(int x, int y)2440         public bool IsVisible(int x, int y) { throw null; }
IsVisible(int x, int y, System.Drawing.Graphics graphics)2441         public bool IsVisible(int x, int y, System.Drawing.Graphics graphics) { throw null; }
IsVisible(float x, float y)2442         public bool IsVisible(float x, float y) { throw null; }
IsVisible(float x, float y, System.Drawing.Graphics graphics)2443         public bool IsVisible(float x, float y, System.Drawing.Graphics graphics) { throw null; }
Reset()2444         public void Reset() { }
Reverse()2445         public void Reverse() { }
SetMarkers()2446         public void SetMarkers() { }
StartFigure()2447         public void StartFigure() { }
Transform(System.Drawing.Drawing2D.Matrix matrix)2448         public void Transform(System.Drawing.Drawing2D.Matrix matrix) { }
2449         [System.MonoTODOAttribute("GdipWarpPath isn't implemented in libgdiplus")]
Warp(System.Drawing.PointF[] destPoints, System.Drawing.RectangleF srcRect)2450         public void Warp(System.Drawing.PointF[] destPoints, System.Drawing.RectangleF srcRect) { }
2451         [System.MonoTODOAttribute("GdipWarpPath isn't implemented in libgdiplus")]
Warp(System.Drawing.PointF[] destPoints, System.Drawing.RectangleF srcRect, System.Drawing.Drawing2D.Matrix matrix)2452         public void Warp(System.Drawing.PointF[] destPoints, System.Drawing.RectangleF srcRect, System.Drawing.Drawing2D.Matrix matrix) { }
2453         [System.MonoTODOAttribute("GdipWarpPath isn't implemented in libgdiplus")]
Warp(System.Drawing.PointF[] destPoints, System.Drawing.RectangleF srcRect, System.Drawing.Drawing2D.Matrix matrix, System.Drawing.Drawing2D.WarpMode warpMode)2454         public void Warp(System.Drawing.PointF[] destPoints, System.Drawing.RectangleF srcRect, System.Drawing.Drawing2D.Matrix matrix, System.Drawing.Drawing2D.WarpMode warpMode) { }
2455         [System.MonoTODOAttribute("GdipWarpPath isn't implemented in libgdiplus")]
Warp(System.Drawing.PointF[] destPoints, System.Drawing.RectangleF srcRect, System.Drawing.Drawing2D.Matrix matrix, System.Drawing.Drawing2D.WarpMode warpMode, float flatness)2456         public void Warp(System.Drawing.PointF[] destPoints, System.Drawing.RectangleF srcRect, System.Drawing.Drawing2D.Matrix matrix, System.Drawing.Drawing2D.WarpMode warpMode, float flatness) { }
2457         [System.MonoTODOAttribute("GdipWidenPath isn't implemented in libgdiplus")]
Widen(System.Drawing.Pen pen)2458         public void Widen(System.Drawing.Pen pen) { }
2459         [System.MonoTODOAttribute("GdipWidenPath isn't implemented in libgdiplus")]
Widen(System.Drawing.Pen pen, System.Drawing.Drawing2D.Matrix matrix)2460         public void Widen(System.Drawing.Pen pen, System.Drawing.Drawing2D.Matrix matrix) { }
2461         [System.MonoTODOAttribute("GdipWidenPath isn't implemented in libgdiplus")]
Widen(System.Drawing.Pen pen, System.Drawing.Drawing2D.Matrix matrix, float flatness)2462         public void Widen(System.Drawing.Pen pen, System.Drawing.Drawing2D.Matrix matrix, float flatness) { }
2463     }
2464     public sealed partial class GraphicsPathIterator : System.MarshalByRefObject, System.IDisposable
2465     {
GraphicsPathIterator(System.Drawing.Drawing2D.GraphicsPath path)2466         public GraphicsPathIterator(System.Drawing.Drawing2D.GraphicsPath path) { }
2467         public int Count { get { throw null; } }
2468         public int SubpathCount { get { throw null; } }
CopyData(ref System.Drawing.PointF[] points, ref byte[] types, int startIndex, int endIndex)2469         public int CopyData(ref System.Drawing.PointF[] points, ref byte[] types, int startIndex, int endIndex) { throw null; }
Dispose()2470         public void Dispose() { }
Enumerate(ref System.Drawing.PointF[] points, ref byte[] types)2471         public int Enumerate(ref System.Drawing.PointF[] points, ref byte[] types) { throw null; }
~GraphicsPathIterator()2472         ~GraphicsPathIterator() { }
HasCurve()2473         public bool HasCurve() { throw null; }
NextMarker(System.Drawing.Drawing2D.GraphicsPath path)2474         public int NextMarker(System.Drawing.Drawing2D.GraphicsPath path) { throw null; }
NextMarker(out int startIndex, out int endIndex)2475         public int NextMarker(out int startIndex, out int endIndex) { startIndex = default(int); endIndex = default(int); throw null; }
NextPathType(out byte pathType, out int startIndex, out int endIndex)2476         public int NextPathType(out byte pathType, out int startIndex, out int endIndex) { pathType = default(byte); startIndex = default(int); endIndex = default(int); throw null; }
NextSubpath(System.Drawing.Drawing2D.GraphicsPath path, out bool isClosed)2477         public int NextSubpath(System.Drawing.Drawing2D.GraphicsPath path, out bool isClosed) { isClosed = default(bool); throw null; }
NextSubpath(out int startIndex, out int endIndex, out bool isClosed)2478         public int NextSubpath(out int startIndex, out int endIndex, out bool isClosed) { startIndex = default(int); endIndex = default(int); isClosed = default(bool); throw null; }
Rewind()2479         public void Rewind() { }
2480     }
2481     public sealed partial class GraphicsState : System.MarshalByRefObject
2482     {
GraphicsState()2483         internal GraphicsState() { }
2484     }
2485     public sealed partial class HatchBrush : System.Drawing.Brush
2486     {
HatchBrush(System.Drawing.Drawing2D.HatchStyle hatchstyle, System.Drawing.Color foreColor)2487         public HatchBrush(System.Drawing.Drawing2D.HatchStyle hatchstyle, System.Drawing.Color foreColor) { }
HatchBrush(System.Drawing.Drawing2D.HatchStyle hatchstyle, System.Drawing.Color foreColor, System.Drawing.Color backColor)2488         public HatchBrush(System.Drawing.Drawing2D.HatchStyle hatchstyle, System.Drawing.Color foreColor, System.Drawing.Color backColor) { }
2489         public System.Drawing.Color BackgroundColor { get { throw null; } }
2490         public System.Drawing.Color ForegroundColor { get { throw null; } }
2491         public System.Drawing.Drawing2D.HatchStyle HatchStyle { get { throw null; } }
Clone()2492         public override object Clone() { throw null; }
2493     }
2494     public enum HatchStyle
2495     {
2496         BackwardDiagonal = 3,
2497         Cross = 4,
2498         DarkDownwardDiagonal = 20,
2499         DarkHorizontal = 29,
2500         DarkUpwardDiagonal = 21,
2501         DarkVertical = 28,
2502         DashedDownwardDiagonal = 30,
2503         DashedHorizontal = 32,
2504         DashedUpwardDiagonal = 31,
2505         DashedVertical = 33,
2506         DiagonalBrick = 38,
2507         DiagonalCross = 5,
2508         Divot = 42,
2509         DottedDiamond = 44,
2510         DottedGrid = 43,
2511         ForwardDiagonal = 2,
2512         Horizontal = 0,
2513         HorizontalBrick = 39,
2514         LargeCheckerBoard = 50,
2515         LargeConfetti = 35,
2516         LargeGrid = 4,
2517         LightDownwardDiagonal = 18,
2518         LightHorizontal = 25,
2519         LightUpwardDiagonal = 19,
2520         LightVertical = 24,
2521         Max = 4,
2522         Min = 0,
2523         NarrowHorizontal = 27,
2524         NarrowVertical = 26,
2525         OutlinedDiamond = 51,
2526         Percent05 = 6,
2527         Percent10 = 7,
2528         Percent20 = 8,
2529         Percent25 = 9,
2530         Percent30 = 10,
2531         Percent40 = 11,
2532         Percent50 = 12,
2533         Percent60 = 13,
2534         Percent70 = 14,
2535         Percent75 = 15,
2536         Percent80 = 16,
2537         Percent90 = 17,
2538         Plaid = 41,
2539         Shingle = 45,
2540         SmallCheckerBoard = 49,
2541         SmallConfetti = 34,
2542         SmallGrid = 48,
2543         SolidDiamond = 52,
2544         Sphere = 47,
2545         Trellis = 46,
2546         Vertical = 1,
2547         Wave = 37,
2548         Weave = 40,
2549         WideDownwardDiagonal = 22,
2550         WideUpwardDiagonal = 23,
2551         ZigZag = 36,
2552     }
2553     public enum InterpolationMode
2554     {
2555         Bicubic = 4,
2556         Bilinear = 3,
2557         Default = 0,
2558         High = 2,
2559         HighQualityBicubic = 7,
2560         HighQualityBilinear = 6,
2561         Invalid = -1,
2562         Low = 1,
2563         NearestNeighbor = 5,
2564     }
2565     public sealed partial class LinearGradientBrush : System.Drawing.Brush
2566     {
LinearGradientBrush(System.Drawing.Point point1, System.Drawing.Point point2, System.Drawing.Color color1, System.Drawing.Color color2)2567         public LinearGradientBrush(System.Drawing.Point point1, System.Drawing.Point point2, System.Drawing.Color color1, System.Drawing.Color color2) { }
LinearGradientBrush(System.Drawing.PointF point1, System.Drawing.PointF point2, System.Drawing.Color color1, System.Drawing.Color color2)2568         public LinearGradientBrush(System.Drawing.PointF point1, System.Drawing.PointF point2, System.Drawing.Color color1, System.Drawing.Color color2) { }
LinearGradientBrush(System.Drawing.Rectangle rect, System.Drawing.Color color1, System.Drawing.Color color2, System.Drawing.Drawing2D.LinearGradientMode linearGradientMode)2569         public LinearGradientBrush(System.Drawing.Rectangle rect, System.Drawing.Color color1, System.Drawing.Color color2, System.Drawing.Drawing2D.LinearGradientMode linearGradientMode) { }
LinearGradientBrush(System.Drawing.Rectangle rect, System.Drawing.Color color1, System.Drawing.Color color2, float angle)2570         public LinearGradientBrush(System.Drawing.Rectangle rect, System.Drawing.Color color1, System.Drawing.Color color2, float angle) { }
LinearGradientBrush(System.Drawing.Rectangle rect, System.Drawing.Color color1, System.Drawing.Color color2, float angle, bool isAngleScaleable)2571         public LinearGradientBrush(System.Drawing.Rectangle rect, System.Drawing.Color color1, System.Drawing.Color color2, float angle, bool isAngleScaleable) { }
LinearGradientBrush(System.Drawing.RectangleF rect, System.Drawing.Color color1, System.Drawing.Color color2, System.Drawing.Drawing2D.LinearGradientMode linearGradientMode)2572         public LinearGradientBrush(System.Drawing.RectangleF rect, System.Drawing.Color color1, System.Drawing.Color color2, System.Drawing.Drawing2D.LinearGradientMode linearGradientMode) { }
LinearGradientBrush(System.Drawing.RectangleF rect, System.Drawing.Color color1, System.Drawing.Color color2, float angle)2573         public LinearGradientBrush(System.Drawing.RectangleF rect, System.Drawing.Color color1, System.Drawing.Color color2, float angle) { }
LinearGradientBrush(System.Drawing.RectangleF rect, System.Drawing.Color color1, System.Drawing.Color color2, float angle, bool isAngleScaleable)2574         public LinearGradientBrush(System.Drawing.RectangleF rect, System.Drawing.Color color1, System.Drawing.Color color2, float angle, bool isAngleScaleable) { }
2575         public System.Drawing.Drawing2D.Blend Blend { get { throw null; } set { } }
2576         [System.MonoTODOAttribute("The GammaCorrection value is ignored when using libgdiplus.")]
2577         public bool GammaCorrection { get { throw null; } set { } }
2578         public System.Drawing.Drawing2D.ColorBlend InterpolationColors { get { throw null; } set { } }
2579         public System.Drawing.Color[] LinearColors { get { throw null; } set { } }
2580         public System.Drawing.RectangleF Rectangle { get { throw null; } }
2581         public System.Drawing.Drawing2D.Matrix Transform { get { throw null; } set { } }
2582         public System.Drawing.Drawing2D.WrapMode WrapMode { get { throw null; } set { } }
Clone()2583         public override object Clone() { throw null; }
MultiplyTransform(System.Drawing.Drawing2D.Matrix matrix)2584         public void MultiplyTransform(System.Drawing.Drawing2D.Matrix matrix) { }
MultiplyTransform(System.Drawing.Drawing2D.Matrix matrix, System.Drawing.Drawing2D.MatrixOrder order)2585         public void MultiplyTransform(System.Drawing.Drawing2D.Matrix matrix, System.Drawing.Drawing2D.MatrixOrder order) { }
ResetTransform()2586         public void ResetTransform() { }
RotateTransform(float angle)2587         public void RotateTransform(float angle) { }
RotateTransform(float angle, System.Drawing.Drawing2D.MatrixOrder order)2588         public void RotateTransform(float angle, System.Drawing.Drawing2D.MatrixOrder order) { }
ScaleTransform(float sx, float sy)2589         public void ScaleTransform(float sx, float sy) { }
ScaleTransform(float sx, float sy, System.Drawing.Drawing2D.MatrixOrder order)2590         public void ScaleTransform(float sx, float sy, System.Drawing.Drawing2D.MatrixOrder order) { }
SetBlendTriangularShape(float focus)2591         public void SetBlendTriangularShape(float focus) { }
SetBlendTriangularShape(float focus, float scale)2592         public void SetBlendTriangularShape(float focus, float scale) { }
SetSigmaBellShape(float focus)2593         public void SetSigmaBellShape(float focus) { }
SetSigmaBellShape(float focus, float scale)2594         public void SetSigmaBellShape(float focus, float scale) { }
TranslateTransform(float dx, float dy)2595         public void TranslateTransform(float dx, float dy) { }
TranslateTransform(float dx, float dy, System.Drawing.Drawing2D.MatrixOrder order)2596         public void TranslateTransform(float dx, float dy, System.Drawing.Drawing2D.MatrixOrder order) { }
2597     }
2598     public enum LinearGradientMode
2599     {
2600         BackwardDiagonal = 3,
2601         ForwardDiagonal = 2,
2602         Horizontal = 0,
2603         Vertical = 1,
2604     }
2605     public enum LineCap
2606     {
2607         AnchorMask = 240,
2608         ArrowAnchor = 20,
2609         Custom = 255,
2610         DiamondAnchor = 19,
2611         Flat = 0,
2612         NoAnchor = 16,
2613         Round = 2,
2614         RoundAnchor = 18,
2615         Square = 1,
2616         SquareAnchor = 17,
2617         Triangle = 3,
2618     }
2619     public enum LineJoin
2620     {
2621         Bevel = 1,
2622         Miter = 0,
2623         MiterClipped = 3,
2624         Round = 2,
2625     }
2626     public sealed partial class Matrix : System.MarshalByRefObject, System.IDisposable
2627     {
Matrix()2628         public Matrix() { }
Matrix(System.Drawing.Rectangle rect, System.Drawing.Point[] plgpts)2629         public Matrix(System.Drawing.Rectangle rect, System.Drawing.Point[] plgpts) { }
Matrix(System.Drawing.RectangleF rect, System.Drawing.PointF[] plgpts)2630         public Matrix(System.Drawing.RectangleF rect, System.Drawing.PointF[] plgpts) { }
Matrix(float m11, float m12, float m21, float m22, float dx, float dy)2631         public Matrix(float m11, float m12, float m21, float m22, float dx, float dy) { }
2632         public float[] Elements { get { throw null; } }
2633         public bool IsIdentity { get { throw null; } }
2634         public bool IsInvertible { get { throw null; } }
2635         public float OffsetX { get { throw null; } }
2636         public float OffsetY { get { throw null; } }
Clone()2637         public System.Drawing.Drawing2D.Matrix Clone() { throw null; }
Dispose()2638         public void Dispose() { }
Equals(object obj)2639         public override bool Equals(object obj) { throw null; }
~Matrix()2640         ~Matrix() { }
GetHashCode()2641         public override int GetHashCode() { throw null; }
Invert()2642         public void Invert() { }
Multiply(System.Drawing.Drawing2D.Matrix matrix)2643         public void Multiply(System.Drawing.Drawing2D.Matrix matrix) { }
Multiply(System.Drawing.Drawing2D.Matrix matrix, System.Drawing.Drawing2D.MatrixOrder order)2644         public void Multiply(System.Drawing.Drawing2D.Matrix matrix, System.Drawing.Drawing2D.MatrixOrder order) { }
Reset()2645         public void Reset() { }
Rotate(float angle)2646         public void Rotate(float angle) { }
Rotate(float angle, System.Drawing.Drawing2D.MatrixOrder order)2647         public void Rotate(float angle, System.Drawing.Drawing2D.MatrixOrder order) { }
RotateAt(float angle, System.Drawing.PointF point)2648         public void RotateAt(float angle, System.Drawing.PointF point) { }
RotateAt(float angle, System.Drawing.PointF point, System.Drawing.Drawing2D.MatrixOrder order)2649         public void RotateAt(float angle, System.Drawing.PointF point, System.Drawing.Drawing2D.MatrixOrder order) { }
Scale(float scaleX, float scaleY)2650         public void Scale(float scaleX, float scaleY) { }
Scale(float scaleX, float scaleY, System.Drawing.Drawing2D.MatrixOrder order)2651         public void Scale(float scaleX, float scaleY, System.Drawing.Drawing2D.MatrixOrder order) { }
Shear(float shearX, float shearY)2652         public void Shear(float shearX, float shearY) { }
Shear(float shearX, float shearY, System.Drawing.Drawing2D.MatrixOrder order)2653         public void Shear(float shearX, float shearY, System.Drawing.Drawing2D.MatrixOrder order) { }
TransformPoints(System.Drawing.PointF[] pts)2654         public void TransformPoints(System.Drawing.PointF[] pts) { }
TransformPoints(System.Drawing.Point[] pts)2655         public void TransformPoints(System.Drawing.Point[] pts) { }
TransformVectors(System.Drawing.PointF[] pts)2656         public void TransformVectors(System.Drawing.PointF[] pts) { }
TransformVectors(System.Drawing.Point[] pts)2657         public void TransformVectors(System.Drawing.Point[] pts) { }
Translate(float offsetX, float offsetY)2658         public void Translate(float offsetX, float offsetY) { }
Translate(float offsetX, float offsetY, System.Drawing.Drawing2D.MatrixOrder order)2659         public void Translate(float offsetX, float offsetY, System.Drawing.Drawing2D.MatrixOrder order) { }
VectorTransformPoints(System.Drawing.Point[] pts)2660         public void VectorTransformPoints(System.Drawing.Point[] pts) { }
2661     }
2662     public enum MatrixOrder
2663     {
2664         Append = 1,
2665         Prepend = 0,
2666     }
2667     public sealed partial class PathData
2668     {
PathData()2669         public PathData() { }
2670         public System.Drawing.PointF[] Points { get { throw null; } set { } }
2671         public byte[] Types { get { throw null; } set { } }
2672     }
2673     [System.MonoTODOAttribute("libgdiplus/cairo doesn't support path gradients - unless it can be mapped to a radial gradient")]
2674     public sealed partial class PathGradientBrush : System.Drawing.Brush
2675     {
PathGradientBrush(System.Drawing.Drawing2D.GraphicsPath path)2676         public PathGradientBrush(System.Drawing.Drawing2D.GraphicsPath path) { }
PathGradientBrush(System.Drawing.PointF[] points)2677         public PathGradientBrush(System.Drawing.PointF[] points) { }
PathGradientBrush(System.Drawing.PointF[] points, System.Drawing.Drawing2D.WrapMode wrapMode)2678         public PathGradientBrush(System.Drawing.PointF[] points, System.Drawing.Drawing2D.WrapMode wrapMode) { }
PathGradientBrush(System.Drawing.Point[] points)2679         public PathGradientBrush(System.Drawing.Point[] points) { }
PathGradientBrush(System.Drawing.Point[] points, System.Drawing.Drawing2D.WrapMode wrapMode)2680         public PathGradientBrush(System.Drawing.Point[] points, System.Drawing.Drawing2D.WrapMode wrapMode) { }
2681         public System.Drawing.Drawing2D.Blend Blend { get { throw null; } set { } }
2682         public System.Drawing.Color CenterColor { get { throw null; } set { } }
2683         public System.Drawing.PointF CenterPoint { get { throw null; } set { } }
2684         public System.Drawing.PointF FocusScales { get { throw null; } set { } }
2685         public System.Drawing.Drawing2D.ColorBlend InterpolationColors { get { throw null; } set { } }
2686         public System.Drawing.RectangleF Rectangle { get { throw null; } }
2687         public System.Drawing.Color[] SurroundColors { get { throw null; } set { } }
2688         public System.Drawing.Drawing2D.Matrix Transform { get { throw null; } set { } }
2689         public System.Drawing.Drawing2D.WrapMode WrapMode { get { throw null; } set { } }
Clone()2690         public override object Clone() { throw null; }
MultiplyTransform(System.Drawing.Drawing2D.Matrix matrix)2691         public void MultiplyTransform(System.Drawing.Drawing2D.Matrix matrix) { }
MultiplyTransform(System.Drawing.Drawing2D.Matrix matrix, System.Drawing.Drawing2D.MatrixOrder order)2692         public void MultiplyTransform(System.Drawing.Drawing2D.Matrix matrix, System.Drawing.Drawing2D.MatrixOrder order) { }
ResetTransform()2693         public void ResetTransform() { }
RotateTransform(float angle)2694         public void RotateTransform(float angle) { }
RotateTransform(float angle, System.Drawing.Drawing2D.MatrixOrder order)2695         public void RotateTransform(float angle, System.Drawing.Drawing2D.MatrixOrder order) { }
ScaleTransform(float sx, float sy)2696         public void ScaleTransform(float sx, float sy) { }
ScaleTransform(float sx, float sy, System.Drawing.Drawing2D.MatrixOrder order)2697         public void ScaleTransform(float sx, float sy, System.Drawing.Drawing2D.MatrixOrder order) { }
SetBlendTriangularShape(float focus)2698         public void SetBlendTriangularShape(float focus) { }
SetBlendTriangularShape(float focus, float scale)2699         public void SetBlendTriangularShape(float focus, float scale) { }
SetSigmaBellShape(float focus)2700         public void SetSigmaBellShape(float focus) { }
SetSigmaBellShape(float focus, float scale)2701         public void SetSigmaBellShape(float focus, float scale) { }
TranslateTransform(float dx, float dy)2702         public void TranslateTransform(float dx, float dy) { }
TranslateTransform(float dx, float dy, System.Drawing.Drawing2D.MatrixOrder order)2703         public void TranslateTransform(float dx, float dy, System.Drawing.Drawing2D.MatrixOrder order) { }
2704     }
2705     public enum PathPointType
2706     {
2707         Bezier = 3,
2708         Bezier3 = 3,
2709         CloseSubpath = 128,
2710         DashMode = 16,
2711         Line = 1,
2712         PathMarker = 32,
2713         PathTypeMask = 7,
2714         Start = 0,
2715     }
2716     public enum PenAlignment
2717     {
2718         Center = 0,
2719         Inset = 1,
2720         Left = 3,
2721         Outset = 2,
2722         Right = 4,
2723     }
2724     public enum PenType
2725     {
2726         HatchFill = 1,
2727         LinearGradient = 4,
2728         PathGradient = 3,
2729         SolidColor = 0,
2730         TextureFill = 2,
2731     }
2732     public enum PixelOffsetMode
2733     {
2734         Default = 0,
2735         Half = 4,
2736         HighQuality = 2,
2737         HighSpeed = 1,
2738         Invalid = -1,
2739         None = 3,
2740     }
2741     public enum QualityMode
2742     {
2743         Default = 0,
2744         High = 2,
2745         Invalid = -1,
2746         Low = 1,
2747     }
2748     public sealed partial class RegionData
2749     {
RegionData()2750         internal RegionData() { }
2751         public byte[] Data { get { throw null; } set { } }
2752     }
2753     public enum SmoothingMode
2754     {
2755         AntiAlias = 4,
2756         Default = 0,
2757         HighQuality = 2,
2758         HighSpeed = 1,
2759         Invalid = -1,
2760         None = 3,
2761     }
2762     public enum WarpMode
2763     {
2764         Bilinear = 1,
2765         Perspective = 0,
2766     }
2767     public enum WrapMode
2768     {
2769         Clamp = 4,
2770         Tile = 0,
2771         TileFlipX = 1,
2772         TileFlipXY = 3,
2773         TileFlipY = 2,
2774     }
2775 }
2776 namespace System.Drawing.Imaging
2777 {
2778     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
2779     public sealed partial class BitmapData
2780     {
BitmapData()2781         public BitmapData() { }
2782         public int Height { get { throw null; } set { } }
2783         public System.Drawing.Imaging.PixelFormat PixelFormat { get { throw null; } set { } }
2784         public int Reserved { get { throw null; } set { } }
2785         public System.IntPtr Scan0 { get { throw null; } set { } }
2786         public int Stride { get { throw null; } set { } }
2787         public int Width { get { throw null; } set { } }
2788     }
2789     public enum ColorAdjustType
2790     {
2791         Any = 6,
2792         Bitmap = 1,
2793         Brush = 2,
2794         Count = 5,
2795         Default = 0,
2796         Pen = 3,
2797         Text = 4,
2798     }
2799     public enum ColorChannelFlag
2800     {
2801         ColorChannelC = 0,
2802         ColorChannelK = 3,
2803         ColorChannelLast = 4,
2804         ColorChannelM = 1,
2805         ColorChannelY = 2,
2806     }
2807     public sealed partial class ColorMap
2808     {
ColorMap()2809         public ColorMap() { }
2810         public System.Drawing.Color NewColor { get { throw null; } set { } }
2811         public System.Drawing.Color OldColor { get { throw null; } set { } }
2812     }
2813     public enum ColorMapType
2814     {
2815         Brush = 1,
2816         Default = 0,
2817     }
2818     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
2819     public sealed partial class ColorMatrix
2820     {
ColorMatrix()2821         public ColorMatrix() { }
2822         [System.CLSCompliantAttribute(false)]
ColorMatrix(float[][] newColorMatrix)2823         public ColorMatrix(float[][] newColorMatrix) { }
2824         public float this[int row, int column] { get { throw null; } set { } }
2825         public float Matrix00 { get { throw null; } set { } }
2826         public float Matrix01 { get { throw null; } set { } }
2827         public float Matrix02 { get { throw null; } set { } }
2828         public float Matrix03 { get { throw null; } set { } }
2829         public float Matrix04 { get { throw null; } set { } }
2830         public float Matrix10 { get { throw null; } set { } }
2831         public float Matrix11 { get { throw null; } set { } }
2832         public float Matrix12 { get { throw null; } set { } }
2833         public float Matrix13 { get { throw null; } set { } }
2834         public float Matrix14 { get { throw null; } set { } }
2835         public float Matrix20 { get { throw null; } set { } }
2836         public float Matrix21 { get { throw null; } set { } }
2837         public float Matrix22 { get { throw null; } set { } }
2838         public float Matrix23 { get { throw null; } set { } }
2839         public float Matrix24 { get { throw null; } set { } }
2840         public float Matrix30 { get { throw null; } set { } }
2841         public float Matrix31 { get { throw null; } set { } }
2842         public float Matrix32 { get { throw null; } set { } }
2843         public float Matrix33 { get { throw null; } set { } }
2844         public float Matrix34 { get { throw null; } set { } }
2845         public float Matrix40 { get { throw null; } set { } }
2846         public float Matrix41 { get { throw null; } set { } }
2847         public float Matrix42 { get { throw null; } set { } }
2848         public float Matrix43 { get { throw null; } set { } }
2849         public float Matrix44 { get { throw null; } set { } }
2850     }
2851     public enum ColorMatrixFlag
2852     {
2853         AltGrays = 2,
2854         Default = 0,
2855         SkipGrays = 1,
2856     }
2857     public enum ColorMode
2858     {
2859         Argb32Mode = 0,
2860         Argb64Mode = 1,
2861     }
2862     public sealed partial class ColorPalette
2863     {
ColorPalette()2864         internal ColorPalette() { }
2865         public System.Drawing.Color[] Entries { get { throw null; } }
2866         public int Flags { get { throw null; } }
2867     }
2868     public enum EmfPlusRecordType
2869     {
2870         BeginContainer = 16423,
2871         BeginContainerNoParams = 16424,
2872         Clear = 16393,
2873         Comment = 16387,
2874         DrawArc = 16402,
2875         DrawBeziers = 16409,
2876         DrawClosedCurve = 16407,
2877         DrawCurve = 16408,
2878         DrawDriverString = 16438,
2879         DrawEllipse = 16399,
2880         DrawImage = 16410,
2881         DrawImagePoints = 16411,
2882         DrawLines = 16397,
2883         DrawPath = 16405,
2884         DrawPie = 16401,
2885         DrawRects = 16395,
2886         DrawString = 16412,
2887         EmfAbortPath = 68,
2888         EmfAlphaBlend = 114,
2889         EmfAngleArc = 41,
2890         EmfArcTo = 55,
2891         EmfBeginPath = 59,
2892         EmfBitBlt = 76,
2893         EmfChord = 46,
2894         EmfCloseFigure = 61,
2895         EmfColorCorrectPalette = 111,
2896         EmfColorMatchToTargetW = 121,
2897         EmfCreateBrushIndirect = 39,
2898         EmfCreateColorSpace = 99,
2899         EmfCreateColorSpaceW = 122,
2900         EmfCreateDibPatternBrushPt = 94,
2901         EmfCreateMonoBrush = 93,
2902         EmfCreatePalette = 49,
2903         EmfCreatePen = 38,
2904         EmfDeleteColorSpace = 101,
2905         EmfDeleteObject = 40,
2906         EmfDrawEscape = 105,
2907         EmfEllipse = 42,
2908         EmfEndPath = 60,
2909         EmfEof = 14,
2910         EmfExcludeClipRect = 29,
2911         EmfExtCreateFontIndirect = 82,
2912         EmfExtCreatePen = 95,
2913         EmfExtEscape = 106,
2914         EmfExtFloodFill = 53,
2915         EmfExtSelectClipRgn = 75,
2916         EmfExtTextOutA = 83,
2917         EmfExtTextOutW = 84,
2918         EmfFillPath = 62,
2919         EmfFillRgn = 71,
2920         EmfFlattenPath = 65,
2921         EmfForceUfiMapping = 109,
2922         EmfFrameRgn = 72,
2923         EmfGdiComment = 70,
2924         EmfGlsBoundedRecord = 103,
2925         EmfGlsRecord = 102,
2926         EmfGradientFill = 118,
2927         EmfHeader = 1,
2928         EmfIntersectClipRect = 30,
2929         EmfInvertRgn = 73,
2930         EmfLineTo = 54,
2931         EmfMaskBlt = 78,
2932         EmfMax = 122,
2933         EmfMin = 1,
2934         EmfModifyWorldTransform = 36,
2935         EmfMoveToEx = 27,
2936         EmfNamedEscpae = 110,
2937         EmfOffsetClipRgn = 26,
2938         EmfPaintRgn = 74,
2939         EmfPie = 47,
2940         EmfPixelFormat = 104,
2941         EmfPlgBlt = 79,
2942         EmfPlusRecordBase = 16384,
2943         EmfPolyBezier = 2,
2944         EmfPolyBezier16 = 85,
2945         EmfPolyBezierTo = 5,
2946         EmfPolyBezierTo16 = 88,
2947         EmfPolyDraw = 56,
2948         EmfPolyDraw16 = 92,
2949         EmfPolygon = 3,
2950         EmfPolygon16 = 86,
2951         EmfPolyline = 4,
2952         EmfPolyline16 = 87,
2953         EmfPolyLineTo = 6,
2954         EmfPolylineTo16 = 89,
2955         EmfPolyPolygon = 8,
2956         EmfPolyPolygon16 = 91,
2957         EmfPolyPolyline = 7,
2958         EmfPolyPolyline16 = 90,
2959         EmfPolyTextOutA = 96,
2960         EmfPolyTextOutW = 97,
2961         EmfRealizePalette = 52,
2962         EmfRectangle = 43,
2963         EmfReserved069 = 69,
2964         EmfReserved117 = 117,
2965         EmfResizePalette = 51,
2966         EmfRestoreDC = 34,
2967         EmfRoundArc = 45,
2968         EmfRoundRect = 44,
2969         EmfSaveDC = 33,
2970         EmfScaleViewportExtEx = 31,
2971         EmfScaleWindowExtEx = 32,
2972         EmfSelectClipPath = 67,
2973         EmfSelectObject = 37,
2974         EmfSelectPalette = 48,
2975         EmfSetArcDirection = 57,
2976         EmfSetBkColor = 25,
2977         EmfSetBkMode = 18,
2978         EmfSetBrushOrgEx = 13,
2979         EmfSetColorAdjustment = 23,
2980         EmfSetColorSpace = 100,
2981         EmfSetDIBitsToDevice = 80,
2982         EmfSetIcmMode = 98,
2983         EmfSetIcmProfileA = 112,
2984         EmfSetIcmProfileW = 113,
2985         EmfSetLayout = 115,
2986         EmfSetLinkedUfis = 119,
2987         EmfSetMapMode = 17,
2988         EmfSetMapperFlags = 16,
2989         EmfSetMetaRgn = 28,
2990         EmfSetMiterLimit = 58,
2991         EmfSetPaletteEntries = 50,
2992         EmfSetPixelV = 15,
2993         EmfSetPolyFillMode = 19,
2994         EmfSetROP2 = 20,
2995         EmfSetStretchBltMode = 21,
2996         EmfSetTextAlign = 22,
2997         EmfSetTextColor = 24,
2998         EmfSetTextJustification = 120,
2999         EmfSetViewportExtEx = 11,
3000         EmfSetViewportOrgEx = 12,
3001         EmfSetWindowExtEx = 9,
3002         EmfSetWindowOrgEx = 10,
3003         EmfSetWorldTransform = 35,
3004         EmfSmallTextOut = 108,
3005         EmfStartDoc = 107,
3006         EmfStretchBlt = 77,
3007         EmfStretchDIBits = 81,
3008         EmfStrokeAndFillPath = 63,
3009         EmfStrokePath = 64,
3010         EmfTransparentBlt = 116,
3011         EmfWidenPath = 66,
3012         EndContainer = 16425,
3013         EndOfFile = 16386,
3014         FillClosedCurve = 16406,
3015         FillEllipse = 16398,
3016         FillPath = 16404,
3017         FillPie = 16400,
3018         FillPolygon = 16396,
3019         FillRects = 16394,
3020         FillRegion = 16403,
3021         GetDC = 16388,
3022         Header = 16385,
3023         Invalid = 16384,
3024         Max = 16438,
3025         Min = 16385,
3026         MultiFormatEnd = 16391,
3027         MultiFormatSection = 16390,
3028         MultiFormatStart = 16389,
3029         MultiplyWorldTransform = 16428,
3030         Object = 16392,
3031         OffsetClip = 16437,
3032         ResetClip = 16433,
3033         ResetWorldTransform = 16427,
3034         Restore = 16422,
3035         RotateWorldTransform = 16431,
3036         Save = 16421,
3037         ScaleWorldTransform = 16430,
3038         SetAntiAliasMode = 16414,
3039         SetClipPath = 16435,
3040         SetClipRect = 16434,
3041         SetClipRegion = 16436,
3042         SetCompositingMode = 16419,
3043         SetCompositingQuality = 16420,
3044         SetInterpolationMode = 16417,
3045         SetPageTransform = 16432,
3046         SetPixelOffsetMode = 16418,
3047         SetRenderingOrigin = 16413,
3048         SetTextContrast = 16416,
3049         SetTextRenderingHint = 16415,
3050         SetWorldTransform = 16426,
3051         Total = 16439,
3052         TranslateWorldTransform = 16429,
3053         WmfAnimatePalette = 66614,
3054         WmfArc = 67607,
3055         WmfBitBlt = 67874,
3056         WmfChord = 67632,
3057         WmfCreateBrushIndirect = 66300,
3058         WmfCreateFontIndirect = 66299,
3059         WmfCreatePalette = 65783,
3060         WmfCreatePatternBrush = 66041,
3061         WmfCreatePenIndirect = 66298,
3062         WmfCreateRegion = 67327,
3063         WmfDeleteObject = 66032,
3064         WmfDibBitBlt = 67904,
3065         WmfDibCreatePatternBrush = 65858,
3066         WmfDibStretchBlt = 68417,
3067         WmfEllipse = 66584,
3068         WmfEscape = 67110,
3069         WmfExcludeClipRect = 66581,
3070         WmfExtFloodFill = 66888,
3071         WmfExtTextOut = 68146,
3072         WmfFillRegion = 66088,
3073         WmfFloodFill = 66585,
3074         WmfFrameRegion = 66601,
3075         WmfIntersectClipRect = 66582,
3076         WmfInvertRegion = 65834,
3077         WmfLineTo = 66067,
3078         WmfMoveTo = 66068,
3079         WmfOffsetCilpRgn = 66080,
3080         WmfOffsetViewportOrg = 66065,
3081         WmfOffsetWindowOrg = 66063,
3082         WmfPaintRegion = 65835,
3083         WmfPatBlt = 67101,
3084         WmfPie = 67610,
3085         WmfPolygon = 66340,
3086         WmfPolyline = 66341,
3087         WmfPolyPolygon = 66872,
3088         WmfRealizePalette = 65589,
3089         WmfRecordBase = 65536,
3090         WmfRectangle = 66587,
3091         WmfResizePalette = 65849,
3092         WmfRestoreDC = 65831,
3093         WmfRoundRect = 67100,
3094         WmfSaveDC = 65566,
3095         WmfScaleViewportExt = 66578,
3096         WmfScaleWindowExt = 66576,
3097         WmfSelectClipRegion = 65836,
3098         WmfSelectObject = 65837,
3099         WmfSelectPalette = 66100,
3100         WmfSetBkColor = 66049,
3101         WmfSetBkMode = 65794,
3102         WmfSetDibToDev = 68915,
3103         WmfSetLayout = 65865,
3104         WmfSetMapMode = 65795,
3105         WmfSetMapperFlags = 66097,
3106         WmfSetPalEntries = 65591,
3107         WmfSetPixel = 66591,
3108         WmfSetPolyFillMode = 65798,
3109         WmfSetRelAbs = 65797,
3110         WmfSetROP2 = 65796,
3111         WmfSetStretchBltMode = 65799,
3112         WmfSetTextAlign = 65838,
3113         WmfSetTextCharExtra = 65800,
3114         WmfSetTextColor = 66057,
3115         WmfSetTextJustification = 66058,
3116         WmfSetViewportExt = 66062,
3117         WmfSetViewportOrg = 66061,
3118         WmfSetWindowExt = 66060,
3119         WmfSetWindowOrg = 66059,
3120         WmfStretchBlt = 68387,
3121         WmfStretchDib = 69443,
3122         WmfTextOut = 66849,
3123     }
3124     public enum EmfType
3125     {
3126         EmfOnly = 3,
3127         EmfPlusDual = 5,
3128         EmfPlusOnly = 4,
3129     }
3130     public sealed partial class Encoder
3131     {
3132         public static readonly System.Drawing.Imaging.Encoder ChrominanceTable;
3133         public static readonly System.Drawing.Imaging.Encoder ColorDepth;
3134         public static readonly System.Drawing.Imaging.Encoder Compression;
3135         public static readonly System.Drawing.Imaging.Encoder LuminanceTable;
3136         public static readonly System.Drawing.Imaging.Encoder Quality;
3137         public static readonly System.Drawing.Imaging.Encoder RenderMethod;
3138         public static readonly System.Drawing.Imaging.Encoder SaveFlag;
3139         public static readonly System.Drawing.Imaging.Encoder ScanMethod;
3140         public static readonly System.Drawing.Imaging.Encoder Transformation;
3141         public static readonly System.Drawing.Imaging.Encoder Version;
Encoder(System.Guid guid)3142         public Encoder(System.Guid guid) { }
3143         public System.Guid Guid { get { throw null; } }
3144     }
3145     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
3146     public sealed partial class EncoderParameter : System.IDisposable
3147     {
EncoderParameter(System.Drawing.Imaging.Encoder encoder, byte value)3148         public EncoderParameter(System.Drawing.Imaging.Encoder encoder, byte value) { }
EncoderParameter(System.Drawing.Imaging.Encoder encoder, byte value, bool undefined)3149         public EncoderParameter(System.Drawing.Imaging.Encoder encoder, byte value, bool undefined) { }
EncoderParameter(System.Drawing.Imaging.Encoder encoder, byte[] value)3150         public EncoderParameter(System.Drawing.Imaging.Encoder encoder, byte[] value) { }
EncoderParameter(System.Drawing.Imaging.Encoder encoder, byte[] value, bool undefined)3151         public EncoderParameter(System.Drawing.Imaging.Encoder encoder, byte[] value, bool undefined) { }
EncoderParameter(System.Drawing.Imaging.Encoder encoder, short value)3152         public EncoderParameter(System.Drawing.Imaging.Encoder encoder, short value) { }
EncoderParameter(System.Drawing.Imaging.Encoder encoder, short[] value)3153         public EncoderParameter(System.Drawing.Imaging.Encoder encoder, short[] value) { }
EncoderParameter(System.Drawing.Imaging.Encoder encoder, int numberValues, System.Drawing.Imaging.EncoderParameterValueType type, System.IntPtr value)3154         public EncoderParameter(System.Drawing.Imaging.Encoder encoder, int numberValues, System.Drawing.Imaging.EncoderParameterValueType type, System.IntPtr value) { }
EncoderParameter(System.Drawing.Imaging.Encoder encoder, int numerator, int denominator)3155         public EncoderParameter(System.Drawing.Imaging.Encoder encoder, int numerator, int denominator) { }
EncoderParameter(System.Drawing.Imaging.Encoder encoder, int NumberOfValues, int Type, int Value)3156         public EncoderParameter(System.Drawing.Imaging.Encoder encoder, int NumberOfValues, int Type, int Value) { }
EncoderParameter(System.Drawing.Imaging.Encoder encoder, int numerator1, int demoninator1, int numerator2, int demoninator2)3157         public EncoderParameter(System.Drawing.Imaging.Encoder encoder, int numerator1, int demoninator1, int numerator2, int demoninator2) { }
EncoderParameter(System.Drawing.Imaging.Encoder encoder, int[] numerator, int[] denominator)3158         public EncoderParameter(System.Drawing.Imaging.Encoder encoder, int[] numerator, int[] denominator) { }
EncoderParameter(System.Drawing.Imaging.Encoder encoder, int[] numerator1, int[] denominator1, int[] numerator2, int[] denominator2)3159         public EncoderParameter(System.Drawing.Imaging.Encoder encoder, int[] numerator1, int[] denominator1, int[] numerator2, int[] denominator2) { }
EncoderParameter(System.Drawing.Imaging.Encoder encoder, long value)3160         public EncoderParameter(System.Drawing.Imaging.Encoder encoder, long value) { }
EncoderParameter(System.Drawing.Imaging.Encoder encoder, long rangebegin, long rangeend)3161         public EncoderParameter(System.Drawing.Imaging.Encoder encoder, long rangebegin, long rangeend) { }
EncoderParameter(System.Drawing.Imaging.Encoder encoder, long[] value)3162         public EncoderParameter(System.Drawing.Imaging.Encoder encoder, long[] value) { }
EncoderParameter(System.Drawing.Imaging.Encoder encoder, long[] rangebegin, long[] rangeend)3163         public EncoderParameter(System.Drawing.Imaging.Encoder encoder, long[] rangebegin, long[] rangeend) { }
EncoderParameter(System.Drawing.Imaging.Encoder encoder, string value)3164         public EncoderParameter(System.Drawing.Imaging.Encoder encoder, string value) { }
3165         public System.Drawing.Imaging.Encoder Encoder { get { throw null; } set { } }
3166         public int NumberOfValues { get { throw null; } }
3167         public System.Drawing.Imaging.EncoderParameterValueType Type { get { throw null; } }
3168         public System.Drawing.Imaging.EncoderParameterValueType ValueType { get { throw null; } }
Dispose()3169         public void Dispose() { }
~EncoderParameter()3170         ~EncoderParameter() { }
3171     }
3172     public sealed partial class EncoderParameters : System.IDisposable
3173     {
EncoderParameters()3174         public EncoderParameters() { }
EncoderParameters(int count)3175         public EncoderParameters(int count) { }
3176         public System.Drawing.Imaging.EncoderParameter[] Param { get { throw null; } set { } }
Dispose()3177         public void Dispose() { }
3178     }
3179     public enum EncoderParameterValueType
3180     {
3181         ValueTypeAscii = 2,
3182         ValueTypeByte = 1,
3183         ValueTypeLong = 4,
3184         ValueTypeLongRange = 6,
3185         ValueTypeRational = 5,
3186         ValueTypeRationalRange = 8,
3187         ValueTypeShort = 3,
3188         ValueTypeUndefined = 7,
3189     }
3190     public enum EncoderValue
3191     {
3192         ColorTypeCMYK = 0,
3193         ColorTypeYCCK = 1,
3194         CompressionCCITT3 = 3,
3195         CompressionCCITT4 = 4,
3196         CompressionLZW = 2,
3197         CompressionNone = 6,
3198         CompressionRle = 5,
3199         Flush = 20,
3200         FrameDimensionPage = 23,
3201         FrameDimensionResolution = 22,
3202         FrameDimensionTime = 21,
3203         LastFrame = 19,
3204         MultiFrame = 18,
3205         RenderNonProgressive = 12,
3206         RenderProgressive = 11,
3207         ScanMethodInterlaced = 7,
3208         ScanMethodNonInterlaced = 8,
3209         TransformFlipHorizontal = 16,
3210         TransformFlipVertical = 17,
3211         TransformRotate180 = 14,
3212         TransformRotate270 = 15,
3213         TransformRotate90 = 13,
3214         VersionGif87 = 9,
3215         VersionGif89 = 10,
3216     }
3217     public sealed partial class FrameDimension
3218     {
FrameDimension(System.Guid guid)3219         public FrameDimension(System.Guid guid) { }
3220         public System.Guid Guid { get { throw null; } }
3221         public static System.Drawing.Imaging.FrameDimension Page { get { throw null; } }
3222         public static System.Drawing.Imaging.FrameDimension Resolution { get { throw null; } }
3223         public static System.Drawing.Imaging.FrameDimension Time { get { throw null; } }
Equals(object o)3224         public override bool Equals(object o) { throw null; }
GetHashCode()3225         public override int GetHashCode() { throw null; }
ToString()3226         public override string ToString() { throw null; }
3227     }
3228     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
3229     public sealed partial class ImageAttributes : System.ICloneable, System.IDisposable
3230     {
ImageAttributes()3231         public ImageAttributes() { }
ClearBrushRemapTable()3232         public void ClearBrushRemapTable() { }
ClearColorKey()3233         public void ClearColorKey() { }
ClearColorKey(System.Drawing.Imaging.ColorAdjustType type)3234         public void ClearColorKey(System.Drawing.Imaging.ColorAdjustType type) { }
ClearColorMatrix()3235         public void ClearColorMatrix() { }
ClearColorMatrix(System.Drawing.Imaging.ColorAdjustType type)3236         public void ClearColorMatrix(System.Drawing.Imaging.ColorAdjustType type) { }
ClearGamma()3237         public void ClearGamma() { }
ClearGamma(System.Drawing.Imaging.ColorAdjustType type)3238         public void ClearGamma(System.Drawing.Imaging.ColorAdjustType type) { }
ClearNoOp()3239         public void ClearNoOp() { }
ClearNoOp(System.Drawing.Imaging.ColorAdjustType type)3240         public void ClearNoOp(System.Drawing.Imaging.ColorAdjustType type) { }
ClearOutputChannel()3241         public void ClearOutputChannel() { }
ClearOutputChannel(System.Drawing.Imaging.ColorAdjustType type)3242         public void ClearOutputChannel(System.Drawing.Imaging.ColorAdjustType type) { }
ClearOutputChannelColorProfile()3243         public void ClearOutputChannelColorProfile() { }
ClearOutputChannelColorProfile(System.Drawing.Imaging.ColorAdjustType type)3244         public void ClearOutputChannelColorProfile(System.Drawing.Imaging.ColorAdjustType type) { }
ClearRemapTable()3245         public void ClearRemapTable() { }
ClearRemapTable(System.Drawing.Imaging.ColorAdjustType type)3246         public void ClearRemapTable(System.Drawing.Imaging.ColorAdjustType type) { }
ClearThreshold()3247         public void ClearThreshold() { }
ClearThreshold(System.Drawing.Imaging.ColorAdjustType type)3248         public void ClearThreshold(System.Drawing.Imaging.ColorAdjustType type) { }
Clone()3249         public object Clone() { throw null; }
Dispose()3250         public void Dispose() { }
~ImageAttributes()3251         ~ImageAttributes() { }
3252         [System.MonoTODOAttribute("Not supported by libgdiplus")]
GetAdjustedPalette(System.Drawing.Imaging.ColorPalette palette, System.Drawing.Imaging.ColorAdjustType type)3253         public void GetAdjustedPalette(System.Drawing.Imaging.ColorPalette palette, System.Drawing.Imaging.ColorAdjustType type) { }
SetBrushRemapTable(System.Drawing.Imaging.ColorMap[] map)3254         public void SetBrushRemapTable(System.Drawing.Imaging.ColorMap[] map) { }
SetColorKey(System.Drawing.Color colorLow, System.Drawing.Color colorHigh)3255         public void SetColorKey(System.Drawing.Color colorLow, System.Drawing.Color colorHigh) { }
SetColorKey(System.Drawing.Color colorLow, System.Drawing.Color colorHigh, System.Drawing.Imaging.ColorAdjustType type)3256         public void SetColorKey(System.Drawing.Color colorLow, System.Drawing.Color colorHigh, System.Drawing.Imaging.ColorAdjustType type) { }
SetColorMatrices(System.Drawing.Imaging.ColorMatrix newColorMatrix, System.Drawing.Imaging.ColorMatrix grayMatrix)3257         public void SetColorMatrices(System.Drawing.Imaging.ColorMatrix newColorMatrix, System.Drawing.Imaging.ColorMatrix grayMatrix) { }
SetColorMatrices(System.Drawing.Imaging.ColorMatrix newColorMatrix, System.Drawing.Imaging.ColorMatrix grayMatrix, System.Drawing.Imaging.ColorMatrixFlag flags)3258         public void SetColorMatrices(System.Drawing.Imaging.ColorMatrix newColorMatrix, System.Drawing.Imaging.ColorMatrix grayMatrix, System.Drawing.Imaging.ColorMatrixFlag flags) { }
SetColorMatrices(System.Drawing.Imaging.ColorMatrix newColorMatrix, System.Drawing.Imaging.ColorMatrix grayMatrix, System.Drawing.Imaging.ColorMatrixFlag mode, System.Drawing.Imaging.ColorAdjustType type)3259         public void SetColorMatrices(System.Drawing.Imaging.ColorMatrix newColorMatrix, System.Drawing.Imaging.ColorMatrix grayMatrix, System.Drawing.Imaging.ColorMatrixFlag mode, System.Drawing.Imaging.ColorAdjustType type) { }
SetColorMatrix(System.Drawing.Imaging.ColorMatrix newColorMatrix)3260         public void SetColorMatrix(System.Drawing.Imaging.ColorMatrix newColorMatrix) { }
SetColorMatrix(System.Drawing.Imaging.ColorMatrix newColorMatrix, System.Drawing.Imaging.ColorMatrixFlag flags)3261         public void SetColorMatrix(System.Drawing.Imaging.ColorMatrix newColorMatrix, System.Drawing.Imaging.ColorMatrixFlag flags) { }
SetColorMatrix(System.Drawing.Imaging.ColorMatrix newColorMatrix, System.Drawing.Imaging.ColorMatrixFlag mode, System.Drawing.Imaging.ColorAdjustType type)3262         public void SetColorMatrix(System.Drawing.Imaging.ColorMatrix newColorMatrix, System.Drawing.Imaging.ColorMatrixFlag mode, System.Drawing.Imaging.ColorAdjustType type) { }
SetGamma(float gamma)3263         public void SetGamma(float gamma) { }
SetGamma(float gamma, System.Drawing.Imaging.ColorAdjustType type)3264         public void SetGamma(float gamma, System.Drawing.Imaging.ColorAdjustType type) { }
SetNoOp()3265         public void SetNoOp() { }
SetNoOp(System.Drawing.Imaging.ColorAdjustType type)3266         public void SetNoOp(System.Drawing.Imaging.ColorAdjustType type) { }
3267         [System.MonoTODOAttribute("Not supported by libgdiplus")]
SetOutputChannel(System.Drawing.Imaging.ColorChannelFlag flags)3268         public void SetOutputChannel(System.Drawing.Imaging.ColorChannelFlag flags) { }
3269         [System.MonoTODOAttribute("Not supported by libgdiplus")]
SetOutputChannel(System.Drawing.Imaging.ColorChannelFlag flags, System.Drawing.Imaging.ColorAdjustType type)3270         public void SetOutputChannel(System.Drawing.Imaging.ColorChannelFlag flags, System.Drawing.Imaging.ColorAdjustType type) { }
3271         [System.MonoTODOAttribute("Not supported by libgdiplus")]
SetOutputChannelColorProfile(string colorProfileFilename)3272         public void SetOutputChannelColorProfile(string colorProfileFilename) { }
3273         [System.MonoTODOAttribute("Not supported by libgdiplus")]
SetOutputChannelColorProfile(string colorProfileFilename, System.Drawing.Imaging.ColorAdjustType type)3274         public void SetOutputChannelColorProfile(string colorProfileFilename, System.Drawing.Imaging.ColorAdjustType type) { }
SetRemapTable(System.Drawing.Imaging.ColorMap[] map)3275         public void SetRemapTable(System.Drawing.Imaging.ColorMap[] map) { }
SetRemapTable(System.Drawing.Imaging.ColorMap[] map, System.Drawing.Imaging.ColorAdjustType type)3276         public void SetRemapTable(System.Drawing.Imaging.ColorMap[] map, System.Drawing.Imaging.ColorAdjustType type) { }
3277         [System.MonoTODOAttribute("Not supported by libgdiplus")]
SetThreshold(float threshold)3278         public void SetThreshold(float threshold) { }
3279         [System.MonoTODOAttribute("Not supported by libgdiplus")]
SetThreshold(float threshold, System.Drawing.Imaging.ColorAdjustType type)3280         public void SetThreshold(float threshold, System.Drawing.Imaging.ColorAdjustType type) { }
SetWrapMode(System.Drawing.Drawing2D.WrapMode mode)3281         public void SetWrapMode(System.Drawing.Drawing2D.WrapMode mode) { }
SetWrapMode(System.Drawing.Drawing2D.WrapMode mode, System.Drawing.Color color)3282         public void SetWrapMode(System.Drawing.Drawing2D.WrapMode mode, System.Drawing.Color color) { }
SetWrapMode(System.Drawing.Drawing2D.WrapMode mode, System.Drawing.Color color, bool clamp)3283         public void SetWrapMode(System.Drawing.Drawing2D.WrapMode mode, System.Drawing.Color color, bool clamp) { }
3284     }
3285     [System.FlagsAttribute]
3286     public enum ImageCodecFlags
3287     {
3288         BlockingDecode = 32,
3289         Builtin = 65536,
3290         Decoder = 2,
3291         Encoder = 1,
3292         SeekableEncode = 16,
3293         SupportBitmap = 4,
3294         SupportVector = 8,
3295         System = 131072,
3296         User = 262144,
3297     }
3298     public sealed partial class ImageCodecInfo
3299     {
ImageCodecInfo()3300         internal ImageCodecInfo() { }
3301         public System.Guid Clsid { get { throw null; } set { } }
3302         public string CodecName { get { throw null; } set { } }
3303         public string DllName { get { throw null; } set { } }
3304         public string FilenameExtension { get { throw null; } set { } }
3305         public System.Drawing.Imaging.ImageCodecFlags Flags { get { throw null; } set { } }
3306         public string FormatDescription { get { throw null; } set { } }
3307         public System.Guid FormatID { get { throw null; } set { } }
3308         public string MimeType { get { throw null; } set { } }
3309         [System.CLSCompliantAttribute(false)]
3310         public byte[][] SignatureMasks { get { throw null; } set { } }
3311         [System.CLSCompliantAttribute(false)]
3312         public byte[][] SignaturePatterns { get { throw null; } set { } }
3313         public int Version { get { throw null; } set { } }
GetImageDecoders()3314         public static System.Drawing.Imaging.ImageCodecInfo[] GetImageDecoders() { throw null; }
GetImageEncoders()3315         public static System.Drawing.Imaging.ImageCodecInfo[] GetImageEncoders() { throw null; }
3316     }
3317     [System.FlagsAttribute]
3318     public enum ImageFlags
3319     {
3320         Caching = 131072,
3321         ColorSpaceCmyk = 32,
3322         ColorSpaceGray = 64,
3323         ColorSpaceRgb = 16,
3324         ColorSpaceYcbcr = 128,
3325         ColorSpaceYcck = 256,
3326         HasAlpha = 2,
3327         HasRealDpi = 4096,
3328         HasRealPixelSize = 8192,
3329         HasTranslucent = 4,
3330         None = 0,
3331         PartiallyScalable = 8,
3332         ReadOnly = 65536,
3333         Scalable = 1,
3334     }
3335     [System.ComponentModel.TypeConverterAttribute(typeof(System.Drawing.ImageFormatConverter))]
3336     public sealed partial class ImageFormat
3337     {
ImageFormat(System.Guid guid)3338         public ImageFormat(System.Guid guid) { }
3339         public static System.Drawing.Imaging.ImageFormat Bmp { get { throw null; } }
3340         public static System.Drawing.Imaging.ImageFormat Emf { get { throw null; } }
3341         public static System.Drawing.Imaging.ImageFormat Exif { get { throw null; } }
3342         public static System.Drawing.Imaging.ImageFormat Gif { get { throw null; } }
3343         public System.Guid Guid { get { throw null; } }
3344         public static System.Drawing.Imaging.ImageFormat Icon { get { throw null; } }
3345         public static System.Drawing.Imaging.ImageFormat Jpeg { get { throw null; } }
3346         public static System.Drawing.Imaging.ImageFormat MemoryBmp { get { throw null; } }
3347         public static System.Drawing.Imaging.ImageFormat Png { get { throw null; } }
3348         public static System.Drawing.Imaging.ImageFormat Tiff { get { throw null; } }
3349         public static System.Drawing.Imaging.ImageFormat Wmf { get { throw null; } }
Equals(object o)3350         public override bool Equals(object o) { throw null; }
GetHashCode()3351         public override int GetHashCode() { throw null; }
ToString()3352         public override string ToString() { throw null; }
3353     }
3354     public enum ImageLockMode
3355     {
3356         ReadOnly = 1,
3357         ReadWrite = 3,
3358         UserInputBuffer = 4,
3359         WriteOnly = 2,
3360     }
3361     [System.ComponentModel.EditorAttribute("System.Drawing.Design.MetafileEditor, System.Drawing.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
3362     [System.MonoTODOAttribute("Metafiles, both WMF and EMF formats, are only partially supported.")]
3363     [System.SerializableAttribute]
3364     public sealed partial class Metafile : System.Drawing.Image
3365     {
Metafile(System.IntPtr henhmetafile, bool deleteEmf)3366         public Metafile(System.IntPtr henhmetafile, bool deleteEmf) { }
Metafile(System.IntPtr referenceHdc, System.Drawing.Imaging.EmfType emfType)3367         public Metafile(System.IntPtr referenceHdc, System.Drawing.Imaging.EmfType emfType) { }
Metafile(System.IntPtr referenceHdc, System.Drawing.Imaging.EmfType emfType, string description)3368         public Metafile(System.IntPtr referenceHdc, System.Drawing.Imaging.EmfType emfType, string description) { }
Metafile(System.IntPtr hmetafile, System.Drawing.Imaging.WmfPlaceableFileHeader wmfHeader)3369         public Metafile(System.IntPtr hmetafile, System.Drawing.Imaging.WmfPlaceableFileHeader wmfHeader) { }
Metafile(System.IntPtr hmetafile, System.Drawing.Imaging.WmfPlaceableFileHeader wmfHeader, bool deleteWmf)3370         public Metafile(System.IntPtr hmetafile, System.Drawing.Imaging.WmfPlaceableFileHeader wmfHeader, bool deleteWmf) { }
Metafile(System.IntPtr referenceHdc, System.Drawing.Rectangle frameRect)3371         public Metafile(System.IntPtr referenceHdc, System.Drawing.Rectangle frameRect) { }
Metafile(System.IntPtr referenceHdc, System.Drawing.Rectangle frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit)3372         public Metafile(System.IntPtr referenceHdc, System.Drawing.Rectangle frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit) { }
Metafile(System.IntPtr referenceHdc, System.Drawing.Rectangle frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, System.Drawing.Imaging.EmfType type)3373         public Metafile(System.IntPtr referenceHdc, System.Drawing.Rectangle frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, System.Drawing.Imaging.EmfType type) { }
Metafile(System.IntPtr referenceHdc, System.Drawing.Rectangle frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, System.Drawing.Imaging.EmfType type, string desc)3374         public Metafile(System.IntPtr referenceHdc, System.Drawing.Rectangle frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, System.Drawing.Imaging.EmfType type, string desc) { }
Metafile(System.IntPtr referenceHdc, System.Drawing.RectangleF frameRect)3375         public Metafile(System.IntPtr referenceHdc, System.Drawing.RectangleF frameRect) { }
Metafile(System.IntPtr referenceHdc, System.Drawing.RectangleF frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit)3376         public Metafile(System.IntPtr referenceHdc, System.Drawing.RectangleF frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit) { }
Metafile(System.IntPtr referenceHdc, System.Drawing.RectangleF frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, System.Drawing.Imaging.EmfType type)3377         public Metafile(System.IntPtr referenceHdc, System.Drawing.RectangleF frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, System.Drawing.Imaging.EmfType type) { }
Metafile(System.IntPtr referenceHdc, System.Drawing.RectangleF frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, System.Drawing.Imaging.EmfType type, string description)3378         public Metafile(System.IntPtr referenceHdc, System.Drawing.RectangleF frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, System.Drawing.Imaging.EmfType type, string description) { }
Metafile(System.IO.Stream stream)3379         public Metafile(System.IO.Stream stream) { }
Metafile(System.IO.Stream stream, System.IntPtr referenceHdc)3380         public Metafile(System.IO.Stream stream, System.IntPtr referenceHdc) { }
Metafile(System.IO.Stream stream, System.IntPtr referenceHdc, System.Drawing.Imaging.EmfType type)3381         public Metafile(System.IO.Stream stream, System.IntPtr referenceHdc, System.Drawing.Imaging.EmfType type) { }
Metafile(System.IO.Stream stream, System.IntPtr referenceHdc, System.Drawing.Imaging.EmfType type, string description)3382         public Metafile(System.IO.Stream stream, System.IntPtr referenceHdc, System.Drawing.Imaging.EmfType type, string description) { }
Metafile(System.IO.Stream stream, System.IntPtr referenceHdc, System.Drawing.Rectangle frameRect)3383         public Metafile(System.IO.Stream stream, System.IntPtr referenceHdc, System.Drawing.Rectangle frameRect) { }
Metafile(System.IO.Stream stream, System.IntPtr referenceHdc, System.Drawing.Rectangle frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit)3384         public Metafile(System.IO.Stream stream, System.IntPtr referenceHdc, System.Drawing.Rectangle frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit) { }
Metafile(System.IO.Stream stream, System.IntPtr referenceHdc, System.Drawing.Rectangle frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, System.Drawing.Imaging.EmfType type)3385         public Metafile(System.IO.Stream stream, System.IntPtr referenceHdc, System.Drawing.Rectangle frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, System.Drawing.Imaging.EmfType type) { }
Metafile(System.IO.Stream stream, System.IntPtr referenceHdc, System.Drawing.Rectangle frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, System.Drawing.Imaging.EmfType type, string description)3386         public Metafile(System.IO.Stream stream, System.IntPtr referenceHdc, System.Drawing.Rectangle frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, System.Drawing.Imaging.EmfType type, string description) { }
Metafile(System.IO.Stream stream, System.IntPtr referenceHdc, System.Drawing.RectangleF frameRect)3387         public Metafile(System.IO.Stream stream, System.IntPtr referenceHdc, System.Drawing.RectangleF frameRect) { }
Metafile(System.IO.Stream stream, System.IntPtr referenceHdc, System.Drawing.RectangleF frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit)3388         public Metafile(System.IO.Stream stream, System.IntPtr referenceHdc, System.Drawing.RectangleF frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit) { }
Metafile(System.IO.Stream stream, System.IntPtr referenceHdc, System.Drawing.RectangleF frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, System.Drawing.Imaging.EmfType type)3389         public Metafile(System.IO.Stream stream, System.IntPtr referenceHdc, System.Drawing.RectangleF frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, System.Drawing.Imaging.EmfType type) { }
Metafile(System.IO.Stream stream, System.IntPtr referenceHdc, System.Drawing.RectangleF frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, System.Drawing.Imaging.EmfType type, string description)3390         public Metafile(System.IO.Stream stream, System.IntPtr referenceHdc, System.Drawing.RectangleF frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, System.Drawing.Imaging.EmfType type, string description) { }
Metafile(string filename)3391         public Metafile(string filename) { }
Metafile(string fileName, System.IntPtr referenceHdc)3392         public Metafile(string fileName, System.IntPtr referenceHdc) { }
Metafile(string fileName, System.IntPtr referenceHdc, System.Drawing.Imaging.EmfType type)3393         public Metafile(string fileName, System.IntPtr referenceHdc, System.Drawing.Imaging.EmfType type) { }
Metafile(string fileName, System.IntPtr referenceHdc, System.Drawing.Imaging.EmfType type, string description)3394         public Metafile(string fileName, System.IntPtr referenceHdc, System.Drawing.Imaging.EmfType type, string description) { }
Metafile(string fileName, System.IntPtr referenceHdc, System.Drawing.Rectangle frameRect)3395         public Metafile(string fileName, System.IntPtr referenceHdc, System.Drawing.Rectangle frameRect) { }
Metafile(string fileName, System.IntPtr referenceHdc, System.Drawing.Rectangle frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit)3396         public Metafile(string fileName, System.IntPtr referenceHdc, System.Drawing.Rectangle frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit) { }
Metafile(string fileName, System.IntPtr referenceHdc, System.Drawing.Rectangle frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, System.Drawing.Imaging.EmfType type)3397         public Metafile(string fileName, System.IntPtr referenceHdc, System.Drawing.Rectangle frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, System.Drawing.Imaging.EmfType type) { }
Metafile(string fileName, System.IntPtr referenceHdc, System.Drawing.Rectangle frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, System.Drawing.Imaging.EmfType type, string description)3398         public Metafile(string fileName, System.IntPtr referenceHdc, System.Drawing.Rectangle frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, System.Drawing.Imaging.EmfType type, string description) { }
Metafile(string fileName, System.IntPtr referenceHdc, System.Drawing.Rectangle frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, string description)3399         public Metafile(string fileName, System.IntPtr referenceHdc, System.Drawing.Rectangle frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, string description) { }
Metafile(string fileName, System.IntPtr referenceHdc, System.Drawing.RectangleF frameRect)3400         public Metafile(string fileName, System.IntPtr referenceHdc, System.Drawing.RectangleF frameRect) { }
Metafile(string fileName, System.IntPtr referenceHdc, System.Drawing.RectangleF frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit)3401         public Metafile(string fileName, System.IntPtr referenceHdc, System.Drawing.RectangleF frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit) { }
Metafile(string fileName, System.IntPtr referenceHdc, System.Drawing.RectangleF frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, System.Drawing.Imaging.EmfType type)3402         public Metafile(string fileName, System.IntPtr referenceHdc, System.Drawing.RectangleF frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, System.Drawing.Imaging.EmfType type) { }
Metafile(string fileName, System.IntPtr referenceHdc, System.Drawing.RectangleF frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, System.Drawing.Imaging.EmfType type, string description)3403         public Metafile(string fileName, System.IntPtr referenceHdc, System.Drawing.RectangleF frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, System.Drawing.Imaging.EmfType type, string description) { }
Metafile(string fileName, System.IntPtr referenceHdc, System.Drawing.RectangleF frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, string desc)3404         public Metafile(string fileName, System.IntPtr referenceHdc, System.Drawing.RectangleF frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, string desc) { }
GetHenhmetafile()3405         public System.IntPtr GetHenhmetafile() { throw null; }
3406         [System.MonoLimitationAttribute("Metafiles aren't only partially supported by libgdiplus.")]
GetMetafileHeader()3407         public System.Drawing.Imaging.MetafileHeader GetMetafileHeader() { throw null; }
3408         [System.MonoLimitationAttribute("Metafiles aren't only partially supported by libgdiplus.")]
GetMetafileHeader(System.IntPtr henhmetafile)3409         public static System.Drawing.Imaging.MetafileHeader GetMetafileHeader(System.IntPtr henhmetafile) { throw null; }
3410         [System.MonoLimitationAttribute("Metafiles aren't only partially supported by libgdiplus.")]
GetMetafileHeader(System.IntPtr hmetafile, System.Drawing.Imaging.WmfPlaceableFileHeader wmfHeader)3411         public static System.Drawing.Imaging.MetafileHeader GetMetafileHeader(System.IntPtr hmetafile, System.Drawing.Imaging.WmfPlaceableFileHeader wmfHeader) { throw null; }
3412         [System.MonoLimitationAttribute("Metafiles aren't only partially supported by libgdiplus.")]
GetMetafileHeader(System.IO.Stream stream)3413         public static System.Drawing.Imaging.MetafileHeader GetMetafileHeader(System.IO.Stream stream) { throw null; }
3414         [System.MonoLimitationAttribute("Metafiles aren't only partially supported by libgdiplus.")]
GetMetafileHeader(string fileName)3415         public static System.Drawing.Imaging.MetafileHeader GetMetafileHeader(string fileName) { throw null; }
3416         [System.MonoLimitationAttribute("Metafiles aren't only partially supported by libgdiplus.")]
PlayRecord(System.Drawing.Imaging.EmfPlusRecordType recordType, int flags, int dataSize, byte[] data)3417         public void PlayRecord(System.Drawing.Imaging.EmfPlusRecordType recordType, int flags, int dataSize, byte[] data) { }
3418     }
3419     public enum MetafileFrameUnit
3420     {
3421         Document = 5,
3422         GdiCompatible = 7,
3423         Inch = 4,
3424         Millimeter = 6,
3425         Pixel = 2,
3426         Point = 3,
3427     }
3428     [System.MonoTODOAttribute("Metafiles, both WMF and EMF formats, aren't supported.")]
3429     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
3430     public sealed partial class MetafileHeader
3431     {
MetafileHeader()3432         internal MetafileHeader() { }
3433         public System.Drawing.Rectangle Bounds { get { throw null; } }
3434         public float DpiX { get { throw null; } }
3435         public float DpiY { get { throw null; } }
3436         public int EmfPlusHeaderSize { get { throw null; } }
3437         public int LogicalDpiX { get { throw null; } }
3438         public int LogicalDpiY { get { throw null; } }
3439         public int MetafileSize { get { throw null; } }
3440         public System.Drawing.Imaging.MetafileType Type { get { throw null; } }
3441         public int Version { get { throw null; } }
3442         public System.Drawing.Imaging.MetaHeader WmfHeader { get { throw null; } }
3443         [System.MonoTODOAttribute("always returns false")]
IsDisplay()3444         public bool IsDisplay() { throw null; }
IsEmf()3445         public bool IsEmf() { throw null; }
IsEmfOrEmfPlus()3446         public bool IsEmfOrEmfPlus() { throw null; }
IsEmfPlus()3447         public bool IsEmfPlus() { throw null; }
IsEmfPlusDual()3448         public bool IsEmfPlusDual() { throw null; }
IsEmfPlusOnly()3449         public bool IsEmfPlusOnly() { throw null; }
IsWmf()3450         public bool IsWmf() { throw null; }
IsWmfPlaceable()3451         public bool IsWmfPlaceable() { throw null; }
3452     }
3453     public enum MetafileType
3454     {
3455         Emf = 3,
3456         EmfPlusDual = 5,
3457         EmfPlusOnly = 4,
3458         Invalid = 0,
3459         Wmf = 1,
3460         WmfPlaceable = 2,
3461     }
3462     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
3463     public sealed partial class MetaHeader
3464     {
MetaHeader()3465         public MetaHeader() { }
3466         public short HeaderSize { get { throw null; } set { } }
3467         public int MaxRecord { get { throw null; } set { } }
3468         public short NoObjects { get { throw null; } set { } }
3469         public short NoParameters { get { throw null; } set { } }
3470         public int Size { get { throw null; } set { } }
3471         public short Type { get { throw null; } set { } }
3472         public short Version { get { throw null; } set { } }
3473     }
3474     [System.FlagsAttribute]
3475     public enum PaletteFlags
3476     {
3477         GrayScale = 2,
3478         Halftone = 4,
3479         HasAlpha = 1,
3480     }
3481     public enum PixelFormat
3482     {
3483         Alpha = 262144,
3484         Canonical = 2097152,
3485         DontCare = 0,
3486         Extended = 1048576,
3487         Format16bppArgb1555 = 397319,
3488         Format16bppGrayScale = 1052676,
3489         Format16bppRgb555 = 135173,
3490         Format16bppRgb565 = 135174,
3491         Format1bppIndexed = 196865,
3492         Format24bppRgb = 137224,
3493         Format32bppArgb = 2498570,
3494         Format32bppPArgb = 925707,
3495         Format32bppRgb = 139273,
3496         Format48bppRgb = 1060876,
3497         Format4bppIndexed = 197634,
3498         Format64bppArgb = 3424269,
3499         Format64bppPArgb = 1851406,
3500         Format8bppIndexed = 198659,
3501         Gdi = 131072,
3502         Indexed = 65536,
3503         Max = 15,
3504         PAlpha = 524288,
3505         Undefined = 0,
3506     }
PlayRecordCallback(System.Drawing.Imaging.EmfPlusRecordType recordType, int flags, int dataSize, System.IntPtr recordData)3507     public delegate void PlayRecordCallback(System.Drawing.Imaging.EmfPlusRecordType recordType, int flags, int dataSize, System.IntPtr recordData);
3508     public sealed partial class PropertyItem
3509     {
PropertyItem()3510         internal PropertyItem() { }
3511         public int Id { get { throw null; } set { } }
3512         public int Len { get { throw null; } set { } }
3513         public short Type { get { throw null; } set { } }
3514         public byte[] Value { get { throw null; } set { } }
3515     }
3516     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential, Pack=2)]
3517     public sealed partial class WmfPlaceableFileHeader
3518     {
WmfPlaceableFileHeader()3519         public WmfPlaceableFileHeader() { }
3520         public short BboxBottom { get { throw null; } set { } }
3521         public short BboxLeft { get { throw null; } set { } }
3522         public short BboxRight { get { throw null; } set { } }
3523         public short BboxTop { get { throw null; } set { } }
3524         public short Checksum { get { throw null; } set { } }
3525         public short Hmf { get { throw null; } set { } }
3526         public short Inch { get { throw null; } set { } }
3527         public int Key { get { throw null; } set { } }
3528         public int Reserved { get { throw null; } set { } }
3529     }
3530 }
3531 namespace System.Drawing.Printing
3532 {
3533     [System.SerializableAttribute]
3534     public enum Duplex
3535     {
3536         Default = -1,
3537         Horizontal = 3,
3538         Simplex = 1,
3539         Vertical = 2,
3540     }
3541     [System.SerializableAttribute]
3542     public partial class InvalidPrinterException : System.SystemException
3543     {
InvalidPrinterException(System.Drawing.Printing.PrinterSettings settings)3544         public InvalidPrinterException(System.Drawing.Printing.PrinterSettings settings) { }
InvalidPrinterException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)3545         protected InvalidPrinterException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)3546         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
3547     }
3548     [System.ComponentModel.TypeConverterAttribute(typeof(System.Drawing.Printing.MarginsConverter))]
3549     [System.SerializableAttribute]
3550     public partial class Margins : System.ICloneable
3551     {
Margins()3552         public Margins() { }
Margins(int left, int right, int top, int bottom)3553         public Margins(int left, int right, int top, int bottom) { }
3554         public int Bottom { get { throw null; } set { } }
3555         public int Left { get { throw null; } set { } }
3556         public int Right { get { throw null; } set { } }
3557         public int Top { get { throw null; } set { } }
Clone()3558         public object Clone() { throw null; }
Equals(object obj)3559         public override bool Equals(object obj) { throw null; }
GetHashCode()3560         public override int GetHashCode() { throw null; }
operator ==(System.Drawing.Printing.Margins m1, System.Drawing.Printing.Margins m2)3561         public static bool operator ==(System.Drawing.Printing.Margins m1, System.Drawing.Printing.Margins m2) { throw null; }
operator !=(System.Drawing.Printing.Margins m1, System.Drawing.Printing.Margins m2)3562         public static bool operator !=(System.Drawing.Printing.Margins m1, System.Drawing.Printing.Margins m2) { throw null; }
ToString()3563         public override string ToString() { throw null; }
3564     }
3565     public partial class MarginsConverter : System.ComponentModel.ExpandableObjectConverter
3566     {
MarginsConverter()3567         public MarginsConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)3568         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)3569         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)3570         public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)3571         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System.Collections.IDictionary propertyValues)3572         public override object CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System.Collections.IDictionary propertyValues) { throw null; }
GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext context)3573         public override bool GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
3574     }
3575     [System.SerializableAttribute]
3576     public partial class PageSettings : System.ICloneable
3577     {
PageSettings()3578         public PageSettings() { }
PageSettings(System.Drawing.Printing.PrinterSettings printerSettings)3579         public PageSettings(System.Drawing.Printing.PrinterSettings printerSettings) { }
3580         public System.Drawing.Rectangle Bounds { get { throw null; } }
3581         public bool Color { get { throw null; } set { } }
3582         public float HardMarginX { get { throw null; } }
3583         public float HardMarginY { get { throw null; } }
3584         public bool Landscape { get { throw null; } set { } }
3585         public System.Drawing.Printing.Margins Margins { get { throw null; } set { } }
3586         public System.Drawing.Printing.PaperSize PaperSize { get { throw null; } set { } }
3587         public System.Drawing.Printing.PaperSource PaperSource { get { throw null; } set { } }
3588         public System.Drawing.RectangleF PrintableArea { get { throw null; } }
3589         public System.Drawing.Printing.PrinterResolution PrinterResolution { get { throw null; } set { } }
3590         public System.Drawing.Printing.PrinterSettings PrinterSettings { get { throw null; } set { } }
Clone()3591         public object Clone() { throw null; }
3592         [System.MonoTODOAttribute("PageSettings.CopyToHdevmode")]
CopyToHdevmode(System.IntPtr hdevmode)3593         public void CopyToHdevmode(System.IntPtr hdevmode) { }
3594         [System.MonoTODOAttribute("PageSettings.SetHdevmode")]
SetHdevmode(System.IntPtr hdevmode)3595         public void SetHdevmode(System.IntPtr hdevmode) { }
ToString()3596         public override string ToString() { throw null; }
3597     }
3598     [System.SerializableAttribute]
3599     public enum PaperKind
3600     {
3601         A2 = 66,
3602         A3 = 8,
3603         A3Extra = 63,
3604         A3ExtraTransverse = 68,
3605         A3Rotated = 76,
3606         A3Transverse = 67,
3607         A4 = 9,
3608         A4Extra = 53,
3609         A4Plus = 60,
3610         A4Rotated = 77,
3611         A4Small = 10,
3612         A4Transverse = 55,
3613         A5 = 11,
3614         A5Extra = 64,
3615         A5Rotated = 78,
3616         A5Transverse = 61,
3617         A6 = 70,
3618         A6Rotated = 83,
3619         APlus = 57,
3620         B4 = 12,
3621         B4Envelope = 33,
3622         B4JisRotated = 79,
3623         B5 = 13,
3624         B5Envelope = 34,
3625         B5Extra = 65,
3626         B5JisRotated = 80,
3627         B5Transverse = 62,
3628         B6Envelope = 35,
3629         B6Jis = 88,
3630         B6JisRotated = 89,
3631         BPlus = 58,
3632         C3Envelope = 29,
3633         C4Envelope = 30,
3634         C5Envelope = 28,
3635         C65Envelope = 32,
3636         C6Envelope = 31,
3637         CSheet = 24,
3638         Custom = 0,
3639         DLEnvelope = 27,
3640         DSheet = 25,
3641         ESheet = 26,
3642         Executive = 7,
3643         Folio = 14,
3644         GermanLegalFanfold = 41,
3645         GermanStandardFanfold = 40,
3646         InviteEnvelope = 47,
3647         IsoB4 = 42,
3648         ItalyEnvelope = 36,
3649         JapaneseDoublePostcard = 69,
3650         JapaneseDoublePostcardRotated = 82,
3651         JapaneseEnvelopeChouNumber3 = 73,
3652         JapaneseEnvelopeChouNumber3Rotated = 86,
3653         JapaneseEnvelopeChouNumber4 = 74,
3654         JapaneseEnvelopeChouNumber4Rotated = 87,
3655         JapaneseEnvelopeKakuNumber2 = 71,
3656         JapaneseEnvelopeKakuNumber2Rotated = 84,
3657         JapaneseEnvelopeKakuNumber3 = 72,
3658         JapaneseEnvelopeKakuNumber3Rotated = 85,
3659         JapaneseEnvelopeYouNumber4 = 91,
3660         JapaneseEnvelopeYouNumber4Rotated = 92,
3661         JapanesePostcard = 43,
3662         JapanesePostcardRotated = 81,
3663         Ledger = 4,
3664         Legal = 5,
3665         LegalExtra = 51,
3666         Letter = 1,
3667         LetterExtra = 50,
3668         LetterExtraTransverse = 56,
3669         LetterPlus = 59,
3670         LetterRotated = 75,
3671         LetterSmall = 2,
3672         LetterTransverse = 54,
3673         MonarchEnvelope = 37,
3674         Note = 18,
3675         Number10Envelope = 20,
3676         Number11Envelope = 21,
3677         Number12Envelope = 22,
3678         Number14Envelope = 23,
3679         Number9Envelope = 19,
3680         PersonalEnvelope = 38,
3681         Prc16K = 93,
3682         Prc16KRotated = 106,
3683         Prc32K = 94,
3684         Prc32KBig = 95,
3685         Prc32KBigRotated = 108,
3686         Prc32KRotated = 107,
3687         PrcEnvelopeNumber1 = 96,
3688         PrcEnvelopeNumber10 = 105,
3689         PrcEnvelopeNumber10Rotated = 118,
3690         PrcEnvelopeNumber1Rotated = 109,
3691         PrcEnvelopeNumber2 = 97,
3692         PrcEnvelopeNumber2Rotated = 110,
3693         PrcEnvelopeNumber3 = 98,
3694         PrcEnvelopeNumber3Rotated = 111,
3695         PrcEnvelopeNumber4 = 99,
3696         PrcEnvelopeNumber4Rotated = 112,
3697         PrcEnvelopeNumber5 = 100,
3698         PrcEnvelopeNumber5Rotated = 113,
3699         PrcEnvelopeNumber6 = 101,
3700         PrcEnvelopeNumber6Rotated = 114,
3701         PrcEnvelopeNumber7 = 102,
3702         PrcEnvelopeNumber7Rotated = 115,
3703         PrcEnvelopeNumber8 = 103,
3704         PrcEnvelopeNumber8Rotated = 116,
3705         PrcEnvelopeNumber9 = 104,
3706         PrcEnvelopeNumber9Rotated = 117,
3707         Quarto = 15,
3708         Standard10x11 = 45,
3709         Standard10x14 = 16,
3710         Standard11x17 = 17,
3711         Standard12x11 = 90,
3712         Standard15x11 = 46,
3713         Standard9x11 = 44,
3714         Statement = 6,
3715         Tabloid = 3,
3716         TabloidExtra = 52,
3717         USStandardFanfold = 39,
3718     }
3719     [System.SerializableAttribute]
3720     public partial class PaperSize
3721     {
PaperSize()3722         public PaperSize() { }
PaperSize(string name, int width, int height)3723         public PaperSize(string name, int width, int height) { }
3724         public int Height { get { throw null; } set { } }
3725         public System.Drawing.Printing.PaperKind Kind { get { throw null; } }
3726         public string PaperName { get { throw null; } set { } }
3727         public int RawKind { get { throw null; } set { } }
3728         public int Width { get { throw null; } set { } }
ToString()3729         public override string ToString() { throw null; }
3730     }
3731     [System.SerializableAttribute]
3732     public partial class PaperSource
3733     {
PaperSource()3734         public PaperSource() { }
3735         public System.Drawing.Printing.PaperSourceKind Kind { get { throw null; } }
3736         public int RawKind { get { throw null; } set { } }
3737         public string SourceName { get { throw null; } set { } }
ToString()3738         public override string ToString() { throw null; }
3739     }
3740     [System.SerializableAttribute]
3741     public enum PaperSourceKind
3742     {
3743         AutomaticFeed = 7,
3744         Cassette = 14,
3745         Custom = 257,
3746         Envelope = 5,
3747         FormSource = 15,
3748         LargeCapacity = 11,
3749         LargeFormat = 10,
3750         Lower = 2,
3751         Manual = 4,
3752         ManualFeed = 6,
3753         Middle = 3,
3754         SmallFormat = 9,
3755         TractorFeed = 8,
3756         Upper = 1,
3757     }
3758     public sealed partial class PreviewPageInfo
3759     {
PreviewPageInfo(System.Drawing.Image image, System.Drawing.Size physicalSize)3760         public PreviewPageInfo(System.Drawing.Image image, System.Drawing.Size physicalSize) { }
3761         public System.Drawing.Image Image { get { throw null; } }
3762         public System.Drawing.Size PhysicalSize { get { throw null; } }
3763     }
3764     public partial class PreviewPrintController : System.Drawing.Printing.PrintController
3765     {
PreviewPrintController()3766         public PreviewPrintController() { }
3767         public override bool IsPreview { get { throw null; } }
3768         public virtual bool UseAntiAlias { get { throw null; } set { } }
GetPreviewPageInfo()3769         public System.Drawing.Printing.PreviewPageInfo[] GetPreviewPageInfo() { throw null; }
3770         [System.MonoTODOAttribute]
OnEndPage(System.Drawing.Printing.PrintDocument document, System.Drawing.Printing.PrintPageEventArgs e)3771         public override void OnEndPage(System.Drawing.Printing.PrintDocument document, System.Drawing.Printing.PrintPageEventArgs e) { }
3772         [System.MonoTODOAttribute]
OnEndPrint(System.Drawing.Printing.PrintDocument document, System.Drawing.Printing.PrintEventArgs e)3773         public override void OnEndPrint(System.Drawing.Printing.PrintDocument document, System.Drawing.Printing.PrintEventArgs e) { }
3774         [System.MonoTODOAttribute]
OnStartPage(System.Drawing.Printing.PrintDocument document, System.Drawing.Printing.PrintPageEventArgs e)3775         public override System.Drawing.Graphics OnStartPage(System.Drawing.Printing.PrintDocument document, System.Drawing.Printing.PrintPageEventArgs e) { throw null; }
3776         [System.MonoTODOAttribute]
OnStartPrint(System.Drawing.Printing.PrintDocument document, System.Drawing.Printing.PrintEventArgs e)3777         public override void OnStartPrint(System.Drawing.Printing.PrintDocument document, System.Drawing.Printing.PrintEventArgs e) { }
3778     }
3779     public enum PrintAction
3780     {
3781         PrintToFile = 0,
3782         PrintToPreview = 1,
3783         PrintToPrinter = 2,
3784     }
3785     public abstract partial class PrintController
3786     {
PrintController()3787         protected PrintController() { }
3788         public virtual bool IsPreview { get { throw null; } }
OnEndPage(System.Drawing.Printing.PrintDocument document, System.Drawing.Printing.PrintPageEventArgs e)3789         public virtual void OnEndPage(System.Drawing.Printing.PrintDocument document, System.Drawing.Printing.PrintPageEventArgs e) { }
OnEndPrint(System.Drawing.Printing.PrintDocument document, System.Drawing.Printing.PrintEventArgs e)3790         public virtual void OnEndPrint(System.Drawing.Printing.PrintDocument document, System.Drawing.Printing.PrintEventArgs e) { }
OnStartPage(System.Drawing.Printing.PrintDocument document, System.Drawing.Printing.PrintPageEventArgs e)3791         public virtual System.Drawing.Graphics OnStartPage(System.Drawing.Printing.PrintDocument document, System.Drawing.Printing.PrintPageEventArgs e) { throw null; }
OnStartPrint(System.Drawing.Printing.PrintDocument document, System.Drawing.Printing.PrintEventArgs e)3792         public virtual void OnStartPrint(System.Drawing.Printing.PrintDocument document, System.Drawing.Printing.PrintEventArgs e) { }
3793     }
3794     [System.ComponentModel.DefaultEventAttribute("PrintPage")]
3795     [System.ComponentModel.DefaultPropertyAttribute("DocumentName")]
3796     [System.ComponentModel.ToolboxItemFilterAttribute("System.Drawing.Printing", (System.ComponentModel.ToolboxItemFilterType)(0))]
3797     public partial class PrintDocument : System.ComponentModel.Component
3798     {
PrintDocument()3799         public PrintDocument() { }
3800         [System.ComponentModel.BrowsableAttribute(false)]
3801         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
3802         public System.Drawing.Printing.PageSettings DefaultPageSettings { get { throw null; } set { } }
3803         [System.ComponentModel.DefaultValueAttribute("document")]
3804         public string DocumentName { get { throw null; } set { } }
3805         [System.ComponentModel.DefaultValueAttribute(false)]
3806         public bool OriginAtMargins { get { throw null; } set { } }
3807         [System.ComponentModel.BrowsableAttribute(false)]
3808         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
3809         public System.Drawing.Printing.PrintController PrintController { get { throw null; } set { } }
3810         [System.ComponentModel.BrowsableAttribute(false)]
3811         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
3812         public System.Drawing.Printing.PrinterSettings PrinterSettings { get { throw null; } set { } }
3813         public event System.Drawing.Printing.PrintEventHandler BeginPrint { add { } remove { } }
3814         public event System.Drawing.Printing.PrintEventHandler EndPrint { add { } remove { } }
3815         public event System.Drawing.Printing.PrintPageEventHandler PrintPage { add { } remove { } }
3816         public event System.Drawing.Printing.QueryPageSettingsEventHandler QueryPageSettings { add { } remove { } }
OnBeginPrint(System.Drawing.Printing.PrintEventArgs e)3817         protected virtual void OnBeginPrint(System.Drawing.Printing.PrintEventArgs e) { }
OnEndPrint(System.Drawing.Printing.PrintEventArgs e)3818         protected virtual void OnEndPrint(System.Drawing.Printing.PrintEventArgs e) { }
OnPrintPage(System.Drawing.Printing.PrintPageEventArgs e)3819         protected virtual void OnPrintPage(System.Drawing.Printing.PrintPageEventArgs e) { }
OnQueryPageSettings(System.Drawing.Printing.QueryPageSettingsEventArgs e)3820         protected virtual void OnQueryPageSettings(System.Drawing.Printing.QueryPageSettingsEventArgs e) { }
Print()3821         public void Print() { }
ToString()3822         public override string ToString() { throw null; }
3823     }
3824     [System.SerializableAttribute]
3825     public partial class PrinterResolution
3826     {
PrinterResolution()3827         public PrinterResolution() { }
3828         public System.Drawing.Printing.PrinterResolutionKind Kind { get { throw null; } set { } }
3829         public int X { get { throw null; } set { } }
3830         public int Y { get { throw null; } set { } }
ToString()3831         public override string ToString() { throw null; }
3832     }
3833     [System.SerializableAttribute]
3834     public enum PrinterResolutionKind
3835     {
3836         Custom = 0,
3837         Draft = -1,
3838         High = -4,
3839         Low = -2,
3840         Medium = -3,
3841     }
3842     [System.SerializableAttribute]
3843     public partial class PrinterSettings : System.ICloneable
3844     {
PrinterSettings()3845         public PrinterSettings() { }
3846         public bool CanDuplex { get { throw null; } }
3847         public bool Collate { get { throw null; } set { } }
3848         public short Copies { get { throw null; } set { } }
3849         public System.Drawing.Printing.PageSettings DefaultPageSettings { get { throw null; } }
3850         public System.Drawing.Printing.Duplex Duplex { get { throw null; } set { } }
3851         public int FromPage { get { throw null; } set { } }
3852         public static System.Drawing.Printing.PrinterSettings.StringCollection InstalledPrinters { get { throw null; } }
3853         public bool IsDefaultPrinter { get { throw null; } }
3854         public bool IsPlotter { get { throw null; } }
3855         public bool IsValid { get { throw null; } }
3856         public int LandscapeAngle { get { throw null; } }
3857         public int MaximumCopies { get { throw null; } }
3858         public int MaximumPage { get { throw null; } set { } }
3859         public int MinimumPage { get { throw null; } set { } }
3860         public System.Drawing.Printing.PrinterSettings.PaperSizeCollection PaperSizes { get { throw null; } }
3861         public System.Drawing.Printing.PrinterSettings.PaperSourceCollection PaperSources { get { throw null; } }
3862         public string PrinterName { get { throw null; } set { } }
3863         public System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection PrinterResolutions { get { throw null; } }
3864         public string PrintFileName { get { throw null; } set { } }
3865         public System.Drawing.Printing.PrintRange PrintRange { get { throw null; } set { } }
3866         public bool PrintToFile { get { throw null; } set { } }
3867         public bool SupportsColor { get { throw null; } }
3868         public int ToPage { get { throw null; } set { } }
Clone()3869         public object Clone() { throw null; }
3870         [System.MonoTODOAttribute("PrinterSettings.CreateMeasurementGraphics")]
CreateMeasurementGraphics()3871         public System.Drawing.Graphics CreateMeasurementGraphics() { throw null; }
3872         [System.MonoTODOAttribute("PrinterSettings.CreateMeasurementGraphics")]
CreateMeasurementGraphics(bool honorOriginAtMargins)3873         public System.Drawing.Graphics CreateMeasurementGraphics(bool honorOriginAtMargins) { throw null; }
3874         [System.MonoTODOAttribute("PrinterSettings.CreateMeasurementGraphics")]
CreateMeasurementGraphics(System.Drawing.Printing.PageSettings pageSettings)3875         public System.Drawing.Graphics CreateMeasurementGraphics(System.Drawing.Printing.PageSettings pageSettings) { throw null; }
3876         [System.MonoTODOAttribute("PrinterSettings.CreateMeasurementGraphics")]
CreateMeasurementGraphics(System.Drawing.Printing.PageSettings pageSettings, bool honorOriginAtMargins)3877         public System.Drawing.Graphics CreateMeasurementGraphics(System.Drawing.Printing.PageSettings pageSettings, bool honorOriginAtMargins) { throw null; }
3878         [System.MonoTODOAttribute("PrinterSettings.GetHdevmode")]
GetHdevmode()3879         public System.IntPtr GetHdevmode() { throw null; }
3880         [System.MonoTODOAttribute("PrinterSettings.GetHdevmode")]
GetHdevmode(System.Drawing.Printing.PageSettings pageSettings)3881         public System.IntPtr GetHdevmode(System.Drawing.Printing.PageSettings pageSettings) { throw null; }
3882         [System.MonoTODOAttribute("PrinterSettings.GetHdevname")]
GetHdevnames()3883         public System.IntPtr GetHdevnames() { throw null; }
3884         [System.MonoTODOAttribute("IsDirectPrintingSupported")]
IsDirectPrintingSupported(System.Drawing.Image image)3885         public bool IsDirectPrintingSupported(System.Drawing.Image image) { throw null; }
3886         [System.MonoTODOAttribute("IsDirectPrintingSupported")]
IsDirectPrintingSupported(System.Drawing.Imaging.ImageFormat imageFormat)3887         public bool IsDirectPrintingSupported(System.Drawing.Imaging.ImageFormat imageFormat) { throw null; }
3888         [System.MonoTODOAttribute("PrinterSettings.SetHdevmode")]
SetHdevmode(System.IntPtr hdevmode)3889         public void SetHdevmode(System.IntPtr hdevmode) { }
3890         [System.MonoTODOAttribute("PrinterSettings.SetHdevnames")]
SetHdevnames(System.IntPtr hdevnames)3891         public void SetHdevnames(System.IntPtr hdevnames) { }
ToString()3892         public override string ToString() { throw null; }
3893         public partial class PaperSizeCollection : System.Collections.ICollection, System.Collections.IEnumerable
3894         {
PaperSizeCollection(System.Drawing.Printing.PaperSize[] array)3895             public PaperSizeCollection(System.Drawing.Printing.PaperSize[] array) { }
3896             public int Count { get { throw null; } }
3897             public virtual System.Drawing.Printing.PaperSize this[int index] { get { throw null; } }
3898             int System.Collections.ICollection.Count { get { throw null; } }
3899             bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
3900             object System.Collections.ICollection.SyncRoot { get { throw null; } }
3901             [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
Add(System.Drawing.Printing.PaperSize paperSize)3902             public int Add(System.Drawing.Printing.PaperSize paperSize) { throw null; }
CopyTo(System.Drawing.Printing.PaperSize[] paperSizes, int index)3903             public void CopyTo(System.Drawing.Printing.PaperSize[] paperSizes, int index) { }
GetEnumerator()3904             public System.Collections.IEnumerator GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)3905             void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()3906             System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
3907         }
3908         public partial class PaperSourceCollection : System.Collections.ICollection, System.Collections.IEnumerable
3909         {
PaperSourceCollection(System.Drawing.Printing.PaperSource[] array)3910             public PaperSourceCollection(System.Drawing.Printing.PaperSource[] array) { }
3911             public int Count { get { throw null; } }
3912             public virtual System.Drawing.Printing.PaperSource this[int index] { get { throw null; } }
3913             int System.Collections.ICollection.Count { get { throw null; } }
3914             bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
3915             object System.Collections.ICollection.SyncRoot { get { throw null; } }
3916             [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
Add(System.Drawing.Printing.PaperSource paperSource)3917             public int Add(System.Drawing.Printing.PaperSource paperSource) { throw null; }
CopyTo(System.Drawing.Printing.PaperSource[] paperSources, int index)3918             public void CopyTo(System.Drawing.Printing.PaperSource[] paperSources, int index) { }
GetEnumerator()3919             public System.Collections.IEnumerator GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)3920             void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()3921             System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
3922         }
3923         public partial class PrinterResolutionCollection : System.Collections.ICollection, System.Collections.IEnumerable
3924         {
PrinterResolutionCollection(System.Drawing.Printing.PrinterResolution[] array)3925             public PrinterResolutionCollection(System.Drawing.Printing.PrinterResolution[] array) { }
3926             public int Count { get { throw null; } }
3927             public virtual System.Drawing.Printing.PrinterResolution this[int index] { get { throw null; } }
3928             int System.Collections.ICollection.Count { get { throw null; } }
3929             bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
3930             object System.Collections.ICollection.SyncRoot { get { throw null; } }
3931             [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
Add(System.Drawing.Printing.PrinterResolution printerResolution)3932             public int Add(System.Drawing.Printing.PrinterResolution printerResolution) { throw null; }
CopyTo(System.Drawing.Printing.PrinterResolution[] printerResolutions, int index)3933             public void CopyTo(System.Drawing.Printing.PrinterResolution[] printerResolutions, int index) { }
GetEnumerator()3934             public System.Collections.IEnumerator GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)3935             void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()3936             System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
3937         }
3938         public partial class StringCollection : System.Collections.ICollection, System.Collections.IEnumerable
3939         {
StringCollection(string[] array)3940             public StringCollection(string[] array) { }
3941             public int Count { get { throw null; } }
3942             public virtual string this[int index] { get { throw null; } }
3943             int System.Collections.ICollection.Count { get { throw null; } }
3944             bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
3945             object System.Collections.ICollection.SyncRoot { get { throw null; } }
3946             [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
Add(string value)3947             public int Add(string value) { throw null; }
CopyTo(string[] strings, int index)3948             public void CopyTo(string[] strings, int index) { }
GetEnumerator()3949             public System.Collections.IEnumerator GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)3950             void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()3951             System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
3952         }
3953     }
3954     public enum PrinterUnit
3955     {
3956         Display = 0,
3957         HundredthsOfAMillimeter = 2,
3958         TenthsOfAMillimeter = 3,
3959         ThousandthsOfAnInch = 1,
3960     }
3961     public sealed partial class PrinterUnitConvert
3962     {
PrinterUnitConvert()3963         internal PrinterUnitConvert() { }
Convert(double value, System.Drawing.Printing.PrinterUnit fromUnit, System.Drawing.Printing.PrinterUnit toUnit)3964         public static double Convert(double value, System.Drawing.Printing.PrinterUnit fromUnit, System.Drawing.Printing.PrinterUnit toUnit) { throw null; }
Convert(System.Drawing.Point value, System.Drawing.Printing.PrinterUnit fromUnit, System.Drawing.Printing.PrinterUnit toUnit)3965         public static System.Drawing.Point Convert(System.Drawing.Point value, System.Drawing.Printing.PrinterUnit fromUnit, System.Drawing.Printing.PrinterUnit toUnit) { throw null; }
Convert(System.Drawing.Printing.Margins value, System.Drawing.Printing.PrinterUnit fromUnit, System.Drawing.Printing.PrinterUnit toUnit)3966         public static System.Drawing.Printing.Margins Convert(System.Drawing.Printing.Margins value, System.Drawing.Printing.PrinterUnit fromUnit, System.Drawing.Printing.PrinterUnit toUnit) { throw null; }
Convert(System.Drawing.Rectangle value, System.Drawing.Printing.PrinterUnit fromUnit, System.Drawing.Printing.PrinterUnit toUnit)3967         public static System.Drawing.Rectangle Convert(System.Drawing.Rectangle value, System.Drawing.Printing.PrinterUnit fromUnit, System.Drawing.Printing.PrinterUnit toUnit) { throw null; }
Convert(System.Drawing.Size value, System.Drawing.Printing.PrinterUnit fromUnit, System.Drawing.Printing.PrinterUnit toUnit)3968         public static System.Drawing.Size Convert(System.Drawing.Size value, System.Drawing.Printing.PrinterUnit fromUnit, System.Drawing.Printing.PrinterUnit toUnit) { throw null; }
Convert(int value, System.Drawing.Printing.PrinterUnit fromUnit, System.Drawing.Printing.PrinterUnit toUnit)3969         public static int Convert(int value, System.Drawing.Printing.PrinterUnit fromUnit, System.Drawing.Printing.PrinterUnit toUnit) { throw null; }
3970     }
3971     public partial class PrintEventArgs : System.ComponentModel.CancelEventArgs
3972     {
PrintEventArgs()3973         public PrintEventArgs() { }
3974         public System.Drawing.Printing.PrintAction PrintAction { get { throw null; } }
3975     }
PrintEventHandler(object sender, System.Drawing.Printing.PrintEventArgs e)3976     public delegate void PrintEventHandler(object sender, System.Drawing.Printing.PrintEventArgs e);
3977     [System.SerializableAttribute]
3978     public sealed partial class PrintingPermission : System.Security.CodeAccessPermission, System.Security.Permissions.IUnrestrictedPermission
3979     {
PrintingPermission(System.Drawing.Printing.PrintingPermissionLevel printingLevel)3980         public PrintingPermission(System.Drawing.Printing.PrintingPermissionLevel printingLevel) { }
PrintingPermission(System.Security.Permissions.PermissionState state)3981         public PrintingPermission(System.Security.Permissions.PermissionState state) { }
3982         public System.Drawing.Printing.PrintingPermissionLevel Level { get { throw null; } set { } }
Copy()3983         public override System.Security.IPermission Copy() { throw null; }
FromXml(System.Security.SecurityElement esd)3984         public override void FromXml(System.Security.SecurityElement esd) { }
Intersect(System.Security.IPermission target)3985         public override System.Security.IPermission Intersect(System.Security.IPermission target) { throw null; }
IsSubsetOf(System.Security.IPermission target)3986         public override bool IsSubsetOf(System.Security.IPermission target) { throw null; }
IsUnrestricted()3987         public bool IsUnrestricted() { throw null; }
ToXml()3988         public override System.Security.SecurityElement ToXml() { throw null; }
Union(System.Security.IPermission target)3989         public override System.Security.IPermission Union(System.Security.IPermission target) { throw null; }
3990     }
3991     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
3992     public sealed partial class PrintingPermissionAttribute : System.Security.Permissions.CodeAccessSecurityAttribute
3993     {
PrintingPermissionAttribute(System.Security.Permissions.SecurityAction action)3994         public PrintingPermissionAttribute(System.Security.Permissions.SecurityAction action) : base (default(System.Security.Permissions.SecurityAction)) { }
3995         public System.Drawing.Printing.PrintingPermissionLevel Level { get { throw null; } set { } }
CreatePermission()3996         public override System.Security.IPermission CreatePermission() { throw null; }
3997     }
3998     [System.SerializableAttribute]
3999     public enum PrintingPermissionLevel
4000     {
4001         AllPrinting = 3,
4002         DefaultPrinting = 2,
4003         NoPrinting = 0,
4004         SafePrinting = 1,
4005     }
4006     public partial class PrintPageEventArgs : System.EventArgs
4007     {
PrintPageEventArgs(System.Drawing.Graphics graphics, System.Drawing.Rectangle marginBounds, System.Drawing.Rectangle pageBounds, System.Drawing.Printing.PageSettings pageSettings)4008         public PrintPageEventArgs(System.Drawing.Graphics graphics, System.Drawing.Rectangle marginBounds, System.Drawing.Rectangle pageBounds, System.Drawing.Printing.PageSettings pageSettings) { }
4009         public bool Cancel { get { throw null; } set { } }
4010         public System.Drawing.Graphics Graphics { get { throw null; } }
4011         public bool HasMorePages { get { throw null; } set { } }
4012         public System.Drawing.Rectangle MarginBounds { get { throw null; } }
4013         public System.Drawing.Rectangle PageBounds { get { throw null; } }
4014         public System.Drawing.Printing.PageSettings PageSettings { get { throw null; } }
4015     }
PrintPageEventHandler(object sender, System.Drawing.Printing.PrintPageEventArgs e)4016     public delegate void PrintPageEventHandler(object sender, System.Drawing.Printing.PrintPageEventArgs e);
4017     [System.SerializableAttribute]
4018     public enum PrintRange
4019     {
4020         AllPages = 0,
4021         CurrentPage = 4194304,
4022         Selection = 1,
4023         SomePages = 2,
4024     }
4025     public partial class QueryPageSettingsEventArgs : System.Drawing.Printing.PrintEventArgs
4026     {
QueryPageSettingsEventArgs(System.Drawing.Printing.PageSettings pageSettings)4027         public QueryPageSettingsEventArgs(System.Drawing.Printing.PageSettings pageSettings) { }
4028         public System.Drawing.Printing.PageSettings PageSettings { get { throw null; } set { } }
4029     }
QueryPageSettingsEventHandler(object sender, System.Drawing.Printing.QueryPageSettingsEventArgs e)4030     public delegate void QueryPageSettingsEventHandler(object sender, System.Drawing.Printing.QueryPageSettingsEventArgs e);
4031     public partial class StandardPrintController : System.Drawing.Printing.PrintController
4032     {
StandardPrintController()4033         public StandardPrintController() { }
OnEndPage(System.Drawing.Printing.PrintDocument document, System.Drawing.Printing.PrintPageEventArgs e)4034         public override void OnEndPage(System.Drawing.Printing.PrintDocument document, System.Drawing.Printing.PrintPageEventArgs e) { }
OnEndPrint(System.Drawing.Printing.PrintDocument document, System.Drawing.Printing.PrintEventArgs e)4035         public override void OnEndPrint(System.Drawing.Printing.PrintDocument document, System.Drawing.Printing.PrintEventArgs e) { }
OnStartPage(System.Drawing.Printing.PrintDocument document, System.Drawing.Printing.PrintPageEventArgs e)4036         public override System.Drawing.Graphics OnStartPage(System.Drawing.Printing.PrintDocument document, System.Drawing.Printing.PrintPageEventArgs e) { throw null; }
OnStartPrint(System.Drawing.Printing.PrintDocument document, System.Drawing.Printing.PrintEventArgs e)4037         public override void OnStartPrint(System.Drawing.Printing.PrintDocument document, System.Drawing.Printing.PrintEventArgs e) { }
4038     }
4039 }
4040 namespace System.Drawing.Text
4041 {
4042     public abstract partial class FontCollection : System.IDisposable
4043     {
FontCollection()4044         internal FontCollection() { }
4045         public System.Drawing.FontFamily[] Families { get { throw null; } }
Dispose()4046         public void Dispose() { }
Dispose(bool disposing)4047         protected virtual void Dispose(bool disposing) { }
~FontCollection()4048         ~FontCollection() { }
4049     }
4050     public enum GenericFontFamilies
4051     {
4052         Monospace = 2,
4053         SansSerif = 1,
4054         Serif = 0,
4055     }
4056     public enum HotkeyPrefix
4057     {
4058         Hide = 2,
4059         None = 0,
4060         Show = 1,
4061     }
4062     public sealed partial class InstalledFontCollection : System.Drawing.Text.FontCollection
4063     {
InstalledFontCollection()4064         public InstalledFontCollection() { }
4065     }
4066     public sealed partial class PrivateFontCollection : System.Drawing.Text.FontCollection
4067     {
PrivateFontCollection()4068         public PrivateFontCollection() { }
AddFontFile(string filename)4069         public void AddFontFile(string filename) { }
AddMemoryFont(System.IntPtr memory, int length)4070         public void AddMemoryFont(System.IntPtr memory, int length) { }
Dispose(bool disposing)4071         protected override void Dispose(bool disposing) { }
4072     }
4073     public enum TextRenderingHint
4074     {
4075         AntiAlias = 4,
4076         AntiAliasGridFit = 3,
4077         ClearTypeGridFit = 5,
4078         SingleBitPerPixel = 2,
4079         SingleBitPerPixelGridFit = 1,
4080         SystemDefault = 0,
4081     }
4082 }
4083