[MacSDK] Bump Nuget to 4.8.2
[mono-project.git] / mcs / class / Facades / System.Drawing.Common / TypeForwarders.cs
blob00817000720519eaf294f530171ca4a244fb7d7a
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 // Changes to this file must follow the http://aka.ms/api-review process.
6 // ------------------------------------------------------------------------------
8 // MONO: these files were copied from CoreFX (System.Drawing.Primitives/ref and System.Drawing.Common/ref)
10 // System.Drawing.Primitives/ref:
11 namespace System.Drawing
14 #if !MONODROID
16 public readonly partial struct Color : System.IEquatable<System.Drawing.Color>
18 private readonly object _dummy;
19 private readonly int _dummyPrimitive;
20 public static readonly System.Drawing.Color Empty;
21 public byte A { get { throw new PlatformNotSupportedException(); } }
22 public static System.Drawing.Color AliceBlue { get { throw new PlatformNotSupportedException(); } }
23 public static System.Drawing.Color AntiqueWhite { get { throw new PlatformNotSupportedException(); } }
24 public static System.Drawing.Color Aqua { get { throw new PlatformNotSupportedException(); } }
25 public static System.Drawing.Color Aquamarine { get { throw new PlatformNotSupportedException(); } }
26 public static System.Drawing.Color Azure { get { throw new PlatformNotSupportedException(); } }
27 public byte B { get { throw new PlatformNotSupportedException(); } }
28 public static System.Drawing.Color Beige { get { throw new PlatformNotSupportedException(); } }
29 public static System.Drawing.Color Bisque { get { throw new PlatformNotSupportedException(); } }
30 public static System.Drawing.Color Black { get { throw new PlatformNotSupportedException(); } }
31 public static System.Drawing.Color BlanchedAlmond { get { throw new PlatformNotSupportedException(); } }
32 public static System.Drawing.Color Blue { get { throw new PlatformNotSupportedException(); } }
33 public static System.Drawing.Color BlueViolet { get { throw new PlatformNotSupportedException(); } }
34 public static System.Drawing.Color Brown { get { throw new PlatformNotSupportedException(); } }
35 public static System.Drawing.Color BurlyWood { get { throw new PlatformNotSupportedException(); } }
36 public static System.Drawing.Color CadetBlue { get { throw new PlatformNotSupportedException(); } }
37 public static System.Drawing.Color Chartreuse { get { throw new PlatformNotSupportedException(); } }
38 public static System.Drawing.Color Chocolate { get { throw new PlatformNotSupportedException(); } }
39 public static System.Drawing.Color Coral { get { throw new PlatformNotSupportedException(); } }
40 public static System.Drawing.Color CornflowerBlue { get { throw new PlatformNotSupportedException(); } }
41 public static System.Drawing.Color Cornsilk { get { throw new PlatformNotSupportedException(); } }
42 public static System.Drawing.Color Crimson { get { throw new PlatformNotSupportedException(); } }
43 public static System.Drawing.Color Cyan { get { throw new PlatformNotSupportedException(); } }
44 public static System.Drawing.Color DarkBlue { get { throw new PlatformNotSupportedException(); } }
45 public static System.Drawing.Color DarkCyan { get { throw new PlatformNotSupportedException(); } }
46 public static System.Drawing.Color DarkGoldenrod { get { throw new PlatformNotSupportedException(); } }
47 public static System.Drawing.Color DarkGray { get { throw new PlatformNotSupportedException(); } }
48 public static System.Drawing.Color DarkGreen { get { throw new PlatformNotSupportedException(); } }
49 public static System.Drawing.Color DarkKhaki { get { throw new PlatformNotSupportedException(); } }
50 public static System.Drawing.Color DarkMagenta { get { throw new PlatformNotSupportedException(); } }
51 public static System.Drawing.Color DarkOliveGreen { get { throw new PlatformNotSupportedException(); } }
52 public static System.Drawing.Color DarkOrange { get { throw new PlatformNotSupportedException(); } }
53 public static System.Drawing.Color DarkOrchid { get { throw new PlatformNotSupportedException(); } }
54 public static System.Drawing.Color DarkRed { get { throw new PlatformNotSupportedException(); } }
55 public static System.Drawing.Color DarkSalmon { get { throw new PlatformNotSupportedException(); } }
56 public static System.Drawing.Color DarkSeaGreen { get { throw new PlatformNotSupportedException(); } }
57 public static System.Drawing.Color DarkSlateBlue { get { throw new PlatformNotSupportedException(); } }
58 public static System.Drawing.Color DarkSlateGray { get { throw new PlatformNotSupportedException(); } }
59 public static System.Drawing.Color DarkTurquoise { get { throw new PlatformNotSupportedException(); } }
60 public static System.Drawing.Color DarkViolet { get { throw new PlatformNotSupportedException(); } }
61 public static System.Drawing.Color DeepPink { get { throw new PlatformNotSupportedException(); } }
62 public static System.Drawing.Color DeepSkyBlue { get { throw new PlatformNotSupportedException(); } }
63 public static System.Drawing.Color DimGray { get { throw new PlatformNotSupportedException(); } }
64 public static System.Drawing.Color DodgerBlue { get { throw new PlatformNotSupportedException(); } }
65 public static System.Drawing.Color Firebrick { get { throw new PlatformNotSupportedException(); } }
66 public static System.Drawing.Color FloralWhite { get { throw new PlatformNotSupportedException(); } }
67 public static System.Drawing.Color ForestGreen { get { throw new PlatformNotSupportedException(); } }
68 public static System.Drawing.Color Fuchsia { get { throw new PlatformNotSupportedException(); } }
69 public byte G { get { throw new PlatformNotSupportedException(); } }
70 public static System.Drawing.Color Gainsboro { get { throw new PlatformNotSupportedException(); } }
71 public static System.Drawing.Color GhostWhite { get { throw new PlatformNotSupportedException(); } }
72 public static System.Drawing.Color Gold { get { throw new PlatformNotSupportedException(); } }
73 public static System.Drawing.Color Goldenrod { get { throw new PlatformNotSupportedException(); } }
74 public static System.Drawing.Color Gray { get { throw new PlatformNotSupportedException(); } }
75 public static System.Drawing.Color Green { get { throw new PlatformNotSupportedException(); } }
76 public static System.Drawing.Color GreenYellow { get { throw new PlatformNotSupportedException(); } }
77 public static System.Drawing.Color Honeydew { get { throw new PlatformNotSupportedException(); } }
78 public static System.Drawing.Color HotPink { get { throw new PlatformNotSupportedException(); } }
79 public static System.Drawing.Color IndianRed { get { throw new PlatformNotSupportedException(); } }
80 public static System.Drawing.Color Indigo { get { throw new PlatformNotSupportedException(); } }
81 public bool IsEmpty { get { throw new PlatformNotSupportedException(); } }
82 public bool IsKnownColor { get { throw new PlatformNotSupportedException(); } }
83 public bool IsNamedColor { get { throw new PlatformNotSupportedException(); } }
84 public bool IsSystemColor { get { throw new PlatformNotSupportedException(); } }
85 public static System.Drawing.Color Ivory { get { throw new PlatformNotSupportedException(); } }
86 public static System.Drawing.Color Khaki { get { throw new PlatformNotSupportedException(); } }
87 public static System.Drawing.Color Lavender { get { throw new PlatformNotSupportedException(); } }
88 public static System.Drawing.Color LavenderBlush { get { throw new PlatformNotSupportedException(); } }
89 public static System.Drawing.Color LawnGreen { get { throw new PlatformNotSupportedException(); } }
90 public static System.Drawing.Color LemonChiffon { get { throw new PlatformNotSupportedException(); } }
91 public static System.Drawing.Color LightBlue { get { throw new PlatformNotSupportedException(); } }
92 public static System.Drawing.Color LightCoral { get { throw new PlatformNotSupportedException(); } }
93 public static System.Drawing.Color LightCyan { get { throw new PlatformNotSupportedException(); } }
94 public static System.Drawing.Color LightGoldenrodYellow { get { throw new PlatformNotSupportedException(); } }
95 public static System.Drawing.Color LightGray { get { throw new PlatformNotSupportedException(); } }
96 public static System.Drawing.Color LightGreen { get { throw new PlatformNotSupportedException(); } }
97 public static System.Drawing.Color LightPink { get { throw new PlatformNotSupportedException(); } }
98 public static System.Drawing.Color LightSalmon { get { throw new PlatformNotSupportedException(); } }
99 public static System.Drawing.Color LightSeaGreen { get { throw new PlatformNotSupportedException(); } }
100 public static System.Drawing.Color LightSkyBlue { get { throw new PlatformNotSupportedException(); } }
101 public static System.Drawing.Color LightSlateGray { get { throw new PlatformNotSupportedException(); } }
102 public static System.Drawing.Color LightSteelBlue { get { throw new PlatformNotSupportedException(); } }
103 public static System.Drawing.Color LightYellow { get { throw new PlatformNotSupportedException(); } }
104 public static System.Drawing.Color Lime { get { throw new PlatformNotSupportedException(); } }
105 public static System.Drawing.Color LimeGreen { get { throw new PlatformNotSupportedException(); } }
106 public static System.Drawing.Color Linen { get { throw new PlatformNotSupportedException(); } }
107 public static System.Drawing.Color Magenta { get { throw new PlatformNotSupportedException(); } }
108 public static System.Drawing.Color Maroon { get { throw new PlatformNotSupportedException(); } }
109 public static System.Drawing.Color MediumAquamarine { get { throw new PlatformNotSupportedException(); } }
110 public static System.Drawing.Color MediumBlue { get { throw new PlatformNotSupportedException(); } }
111 public static System.Drawing.Color MediumOrchid { get { throw new PlatformNotSupportedException(); } }
112 public static System.Drawing.Color MediumPurple { get { throw new PlatformNotSupportedException(); } }
113 public static System.Drawing.Color MediumSeaGreen { get { throw new PlatformNotSupportedException(); } }
114 public static System.Drawing.Color MediumSlateBlue { get { throw new PlatformNotSupportedException(); } }
115 public static System.Drawing.Color MediumSpringGreen { get { throw new PlatformNotSupportedException(); } }
116 public static System.Drawing.Color MediumTurquoise { get { throw new PlatformNotSupportedException(); } }
117 public static System.Drawing.Color MediumVioletRed { get { throw new PlatformNotSupportedException(); } }
118 public static System.Drawing.Color MidnightBlue { get { throw new PlatformNotSupportedException(); } }
119 public static System.Drawing.Color MintCream { get { throw new PlatformNotSupportedException(); } }
120 public static System.Drawing.Color MistyRose { get { throw new PlatformNotSupportedException(); } }
121 public static System.Drawing.Color Moccasin { get { throw new PlatformNotSupportedException(); } }
122 public string Name { get { throw new PlatformNotSupportedException(); } }
123 public static System.Drawing.Color NavajoWhite { get { throw new PlatformNotSupportedException(); } }
124 public static System.Drawing.Color Navy { get { throw new PlatformNotSupportedException(); } }
125 public static System.Drawing.Color OldLace { get { throw new PlatformNotSupportedException(); } }
126 public static System.Drawing.Color Olive { get { throw new PlatformNotSupportedException(); } }
127 public static System.Drawing.Color OliveDrab { get { throw new PlatformNotSupportedException(); } }
128 public static System.Drawing.Color Orange { get { throw new PlatformNotSupportedException(); } }
129 public static System.Drawing.Color OrangeRed { get { throw new PlatformNotSupportedException(); } }
130 public static System.Drawing.Color Orchid { get { throw new PlatformNotSupportedException(); } }
131 public static System.Drawing.Color PaleGoldenrod { get { throw new PlatformNotSupportedException(); } }
132 public static System.Drawing.Color PaleGreen { get { throw new PlatformNotSupportedException(); } }
133 public static System.Drawing.Color PaleTurquoise { get { throw new PlatformNotSupportedException(); } }
134 public static System.Drawing.Color PaleVioletRed { get { throw new PlatformNotSupportedException(); } }
135 public static System.Drawing.Color PapayaWhip { get { throw new PlatformNotSupportedException(); } }
136 public static System.Drawing.Color PeachPuff { get { throw new PlatformNotSupportedException(); } }
137 public static System.Drawing.Color Peru { get { throw new PlatformNotSupportedException(); } }
138 public static System.Drawing.Color Pink { get { throw new PlatformNotSupportedException(); } }
139 public static System.Drawing.Color Plum { get { throw new PlatformNotSupportedException(); } }
140 public static System.Drawing.Color PowderBlue { get { throw new PlatformNotSupportedException(); } }
141 public static System.Drawing.Color Purple { get { throw new PlatformNotSupportedException(); } }
142 public byte R { get { throw new PlatformNotSupportedException(); } }
143 public static System.Drawing.Color Red { get { throw new PlatformNotSupportedException(); } }
144 public static System.Drawing.Color RosyBrown { get { throw new PlatformNotSupportedException(); } }
145 public static System.Drawing.Color RoyalBlue { get { throw new PlatformNotSupportedException(); } }
146 public static System.Drawing.Color SaddleBrown { get { throw new PlatformNotSupportedException(); } }
147 public static System.Drawing.Color Salmon { get { throw new PlatformNotSupportedException(); } }
148 public static System.Drawing.Color SandyBrown { get { throw new PlatformNotSupportedException(); } }
149 public static System.Drawing.Color SeaGreen { get { throw new PlatformNotSupportedException(); } }
150 public static System.Drawing.Color SeaShell { get { throw new PlatformNotSupportedException(); } }
151 public static System.Drawing.Color Sienna { get { throw new PlatformNotSupportedException(); } }
152 public static System.Drawing.Color Silver { get { throw new PlatformNotSupportedException(); } }
153 public static System.Drawing.Color SkyBlue { get { throw new PlatformNotSupportedException(); } }
154 public static System.Drawing.Color SlateBlue { get { throw new PlatformNotSupportedException(); } }
155 public static System.Drawing.Color SlateGray { get { throw new PlatformNotSupportedException(); } }
156 public static System.Drawing.Color Snow { get { throw new PlatformNotSupportedException(); } }
157 public static System.Drawing.Color SpringGreen { get { throw new PlatformNotSupportedException(); } }
158 public static System.Drawing.Color SteelBlue { get { throw new PlatformNotSupportedException(); } }
159 public static System.Drawing.Color Tan { get { throw new PlatformNotSupportedException(); } }
160 public static System.Drawing.Color Teal { get { throw new PlatformNotSupportedException(); } }
161 public static System.Drawing.Color Thistle { get { throw new PlatformNotSupportedException(); } }
162 public static System.Drawing.Color Tomato { get { throw new PlatformNotSupportedException(); } }
163 public static System.Drawing.Color Transparent { get { throw new PlatformNotSupportedException(); } }
164 public static System.Drawing.Color Turquoise { get { throw new PlatformNotSupportedException(); } }
165 public static System.Drawing.Color Violet { get { throw new PlatformNotSupportedException(); } }
166 public static System.Drawing.Color Wheat { get { throw new PlatformNotSupportedException(); } }
167 public static System.Drawing.Color White { get { throw new PlatformNotSupportedException(); } }
168 public static System.Drawing.Color WhiteSmoke { get { throw new PlatformNotSupportedException(); } }
169 public static System.Drawing.Color Yellow { get { throw new PlatformNotSupportedException(); } }
170 public static System.Drawing.Color YellowGreen { get { throw new PlatformNotSupportedException(); } }
171 public bool Equals(System.Drawing.Color other) { throw new PlatformNotSupportedException(); }
172 public override bool Equals(object obj) { throw new PlatformNotSupportedException(); }
173 public static System.Drawing.Color FromArgb(int argb) { throw new PlatformNotSupportedException(); }
174 public static System.Drawing.Color FromArgb(int alpha, System.Drawing.Color baseColor) { throw new PlatformNotSupportedException(); }
175 public static System.Drawing.Color FromArgb(int red, int green, int blue) { throw new PlatformNotSupportedException(); }
176 public static System.Drawing.Color FromArgb(int alpha, int red, int green, int blue) { throw new PlatformNotSupportedException(); }
177 public static System.Drawing.Color FromKnownColor(System.Drawing.KnownColor color) { throw new PlatformNotSupportedException(); }
178 public static System.Drawing.Color FromName(string name) { throw new PlatformNotSupportedException(); }
179 public float GetBrightness() { throw new PlatformNotSupportedException(); }
180 public override int GetHashCode() { throw new PlatformNotSupportedException(); }
181 public float GetHue() { throw new PlatformNotSupportedException(); }
182 public float GetSaturation() { throw new PlatformNotSupportedException(); }
183 public static bool operator ==(System.Drawing.Color left, System.Drawing.Color right) { throw new PlatformNotSupportedException(); }
184 public static bool operator !=(System.Drawing.Color left, System.Drawing.Color right) { throw new PlatformNotSupportedException(); }
185 public int ToArgb() { throw new PlatformNotSupportedException(); }
186 public System.Drawing.KnownColor ToKnownColor() { throw new PlatformNotSupportedException(); }
187 public override string ToString() { throw new PlatformNotSupportedException(); }
189 public enum KnownColor
191 ActiveBorder = 1,
192 ActiveCaption = 2,
193 ActiveCaptionText = 3,
194 AliceBlue = 28,
195 AntiqueWhite = 29,
196 AppWorkspace = 4,
197 Aqua = 30,
198 Aquamarine = 31,
199 Azure = 32,
200 Beige = 33,
201 Bisque = 34,
202 Black = 35,
203 BlanchedAlmond = 36,
204 Blue = 37,
205 BlueViolet = 38,
206 Brown = 39,
207 BurlyWood = 40,
208 ButtonFace = 168,
209 ButtonHighlight = 169,
210 ButtonShadow = 170,
211 CadetBlue = 41,
212 Chartreuse = 42,
213 Chocolate = 43,
214 Control = 5,
215 ControlDark = 6,
216 ControlDarkDark = 7,
217 ControlLight = 8,
218 ControlLightLight = 9,
219 ControlText = 10,
220 Coral = 44,
221 CornflowerBlue = 45,
222 Cornsilk = 46,
223 Crimson = 47,
224 Cyan = 48,
225 DarkBlue = 49,
226 DarkCyan = 50,
227 DarkGoldenrod = 51,
228 DarkGray = 52,
229 DarkGreen = 53,
230 DarkKhaki = 54,
231 DarkMagenta = 55,
232 DarkOliveGreen = 56,
233 DarkOrange = 57,
234 DarkOrchid = 58,
235 DarkRed = 59,
236 DarkSalmon = 60,
237 DarkSeaGreen = 61,
238 DarkSlateBlue = 62,
239 DarkSlateGray = 63,
240 DarkTurquoise = 64,
241 DarkViolet = 65,
242 DeepPink = 66,
243 DeepSkyBlue = 67,
244 Desktop = 11,
245 DimGray = 68,
246 DodgerBlue = 69,
247 Firebrick = 70,
248 FloralWhite = 71,
249 ForestGreen = 72,
250 Fuchsia = 73,
251 Gainsboro = 74,
252 GhostWhite = 75,
253 Gold = 76,
254 Goldenrod = 77,
255 GradientActiveCaption = 171,
256 GradientInactiveCaption = 172,
257 Gray = 78,
258 GrayText = 12,
259 Green = 79,
260 GreenYellow = 80,
261 Highlight = 13,
262 HighlightText = 14,
263 Honeydew = 81,
264 HotPink = 82,
265 HotTrack = 15,
266 InactiveBorder = 16,
267 InactiveCaption = 17,
268 InactiveCaptionText = 18,
269 IndianRed = 83,
270 Indigo = 84,
271 Info = 19,
272 InfoText = 20,
273 Ivory = 85,
274 Khaki = 86,
275 Lavender = 87,
276 LavenderBlush = 88,
277 LawnGreen = 89,
278 LemonChiffon = 90,
279 LightBlue = 91,
280 LightCoral = 92,
281 LightCyan = 93,
282 LightGoldenrodYellow = 94,
283 LightGray = 95,
284 LightGreen = 96,
285 LightPink = 97,
286 LightSalmon = 98,
287 LightSeaGreen = 99,
288 LightSkyBlue = 100,
289 LightSlateGray = 101,
290 LightSteelBlue = 102,
291 LightYellow = 103,
292 Lime = 104,
293 LimeGreen = 105,
294 Linen = 106,
295 Magenta = 107,
296 Maroon = 108,
297 MediumAquamarine = 109,
298 MediumBlue = 110,
299 MediumOrchid = 111,
300 MediumPurple = 112,
301 MediumSeaGreen = 113,
302 MediumSlateBlue = 114,
303 MediumSpringGreen = 115,
304 MediumTurquoise = 116,
305 MediumVioletRed = 117,
306 Menu = 21,
307 MenuBar = 173,
308 MenuHighlight = 174,
309 MenuText = 22,
310 MidnightBlue = 118,
311 MintCream = 119,
312 MistyRose = 120,
313 Moccasin = 121,
314 NavajoWhite = 122,
315 Navy = 123,
316 OldLace = 124,
317 Olive = 125,
318 OliveDrab = 126,
319 Orange = 127,
320 OrangeRed = 128,
321 Orchid = 129,
322 PaleGoldenrod = 130,
323 PaleGreen = 131,
324 PaleTurquoise = 132,
325 PaleVioletRed = 133,
326 PapayaWhip = 134,
327 PeachPuff = 135,
328 Peru = 136,
329 Pink = 137,
330 Plum = 138,
331 PowderBlue = 139,
332 Purple = 140,
333 Red = 141,
334 RosyBrown = 142,
335 RoyalBlue = 143,
336 SaddleBrown = 144,
337 Salmon = 145,
338 SandyBrown = 146,
339 ScrollBar = 23,
340 SeaGreen = 147,
341 SeaShell = 148,
342 Sienna = 149,
343 Silver = 150,
344 SkyBlue = 151,
345 SlateBlue = 152,
346 SlateGray = 153,
347 Snow = 154,
348 SpringGreen = 155,
349 SteelBlue = 156,
350 Tan = 157,
351 Teal = 158,
352 Thistle = 159,
353 Tomato = 160,
354 Transparent = 27,
355 Turquoise = 161,
356 Violet = 162,
357 Wheat = 163,
358 White = 164,
359 WhiteSmoke = 165,
360 Window = 24,
361 WindowFrame = 25,
362 WindowText = 26,
363 Yellow = 166,
364 YellowGreen = 167,
366 public partial struct Point : System.IEquatable<System.Drawing.Point>
368 private int _dummyPrimitive;
369 public static readonly System.Drawing.Point Empty;
370 public Point(System.Drawing.Size sz) { throw new PlatformNotSupportedException(); }
371 public Point(int dw) { throw new PlatformNotSupportedException(); }
372 public Point(int x, int y) { throw new PlatformNotSupportedException(); }
373 [System.ComponentModel.BrowsableAttribute(false)]
374 public bool IsEmpty { get { throw new PlatformNotSupportedException(); } }
375 public int X { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
376 public int Y { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
377 public static System.Drawing.Point Add(System.Drawing.Point pt, System.Drawing.Size sz) { throw new PlatformNotSupportedException(); }
378 public static System.Drawing.Point Ceiling(System.Drawing.PointF value) { throw new PlatformNotSupportedException(); }
379 public bool Equals(System.Drawing.Point other) { throw new PlatformNotSupportedException(); }
380 public override bool Equals(object obj) { throw new PlatformNotSupportedException(); }
381 public override int GetHashCode() { throw new PlatformNotSupportedException(); }
382 public void Offset(System.Drawing.Point p) => throw new PlatformNotSupportedException();
383 public void Offset(int dx, int dy) => throw new PlatformNotSupportedException();
384 public static System.Drawing.Point operator +(System.Drawing.Point pt, System.Drawing.Size sz) { throw new PlatformNotSupportedException(); }
385 public static bool operator ==(System.Drawing.Point left, System.Drawing.Point right) { throw new PlatformNotSupportedException(); }
386 public static explicit operator System.Drawing.Size (System.Drawing.Point p) { throw new PlatformNotSupportedException(); }
387 public static implicit operator System.Drawing.PointF (System.Drawing.Point p) { throw new PlatformNotSupportedException(); }
388 public static bool operator !=(System.Drawing.Point left, System.Drawing.Point right) { throw new PlatformNotSupportedException(); }
389 public static System.Drawing.Point operator -(System.Drawing.Point pt, System.Drawing.Size sz) { throw new PlatformNotSupportedException(); }
390 public static System.Drawing.Point Round(System.Drawing.PointF value) { throw new PlatformNotSupportedException(); }
391 public static System.Drawing.Point Subtract(System.Drawing.Point pt, System.Drawing.Size sz) { throw new PlatformNotSupportedException(); }
392 public override string ToString() { throw new PlatformNotSupportedException(); }
393 public static System.Drawing.Point Truncate(System.Drawing.PointF value) { throw new PlatformNotSupportedException(); }
395 public partial struct PointF : System.IEquatable<System.Drawing.PointF>
397 private int _dummyPrimitive;
398 public static readonly System.Drawing.PointF Empty;
399 public PointF(float x, float y) { throw new PlatformNotSupportedException(); }
400 [System.ComponentModel.BrowsableAttribute(false)]
401 public bool IsEmpty { get { throw new PlatformNotSupportedException(); } }
402 public float X { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
403 public float Y { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
404 public static System.Drawing.PointF Add(System.Drawing.PointF pt, System.Drawing.Size sz) { throw new PlatformNotSupportedException(); }
405 public static System.Drawing.PointF Add(System.Drawing.PointF pt, System.Drawing.SizeF sz) { throw new PlatformNotSupportedException(); }
406 public bool Equals(System.Drawing.PointF other) { throw new PlatformNotSupportedException(); }
407 public override bool Equals(object obj) { throw new PlatformNotSupportedException(); }
408 public override int GetHashCode() { throw new PlatformNotSupportedException(); }
409 public static System.Drawing.PointF operator +(System.Drawing.PointF pt, System.Drawing.Size sz) { throw new PlatformNotSupportedException(); }
410 public static System.Drawing.PointF operator +(System.Drawing.PointF pt, System.Drawing.SizeF sz) { throw new PlatformNotSupportedException(); }
411 public static bool operator ==(System.Drawing.PointF left, System.Drawing.PointF right) { throw new PlatformNotSupportedException(); }
412 public static bool operator !=(System.Drawing.PointF left, System.Drawing.PointF right) { throw new PlatformNotSupportedException(); }
413 public static System.Drawing.PointF operator -(System.Drawing.PointF pt, System.Drawing.Size sz) { throw new PlatformNotSupportedException(); }
414 public static System.Drawing.PointF operator -(System.Drawing.PointF pt, System.Drawing.SizeF sz) { throw new PlatformNotSupportedException(); }
415 public static System.Drawing.PointF Subtract(System.Drawing.PointF pt, System.Drawing.Size sz) { throw new PlatformNotSupportedException(); }
416 public static System.Drawing.PointF Subtract(System.Drawing.PointF pt, System.Drawing.SizeF sz) { throw new PlatformNotSupportedException(); }
417 public override string ToString() { throw new PlatformNotSupportedException(); }
419 public partial struct Rectangle : System.IEquatable<System.Drawing.Rectangle>
421 private int _dummyPrimitive;
422 public static readonly System.Drawing.Rectangle Empty;
423 public Rectangle(System.Drawing.Point location, System.Drawing.Size size) { throw new PlatformNotSupportedException(); }
424 public Rectangle(int x, int y, int width, int height) { throw new PlatformNotSupportedException(); }
425 [System.ComponentModel.BrowsableAttribute(false)]
426 public int Bottom { get { throw new PlatformNotSupportedException(); } }
427 public int Height { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
428 [System.ComponentModel.BrowsableAttribute(false)]
429 public bool IsEmpty { get { throw new PlatformNotSupportedException(); } }
430 [System.ComponentModel.BrowsableAttribute(false)]
431 public int Left { get { throw new PlatformNotSupportedException(); } }
432 [System.ComponentModel.BrowsableAttribute(false)]
433 public System.Drawing.Point Location { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
434 [System.ComponentModel.BrowsableAttribute(false)]
435 public int Right { get { throw new PlatformNotSupportedException(); } }
436 [System.ComponentModel.BrowsableAttribute(false)]
437 public System.Drawing.Size Size { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
438 [System.ComponentModel.BrowsableAttribute(false)]
439 public int Top { get { throw new PlatformNotSupportedException(); } }
440 public int Width { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
441 public int X { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
442 public int Y { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
443 public static System.Drawing.Rectangle Ceiling(System.Drawing.RectangleF value) { throw new PlatformNotSupportedException(); }
444 public bool Contains(System.Drawing.Point pt) { throw new PlatformNotSupportedException(); }
445 public bool Contains(System.Drawing.Rectangle rect) { throw new PlatformNotSupportedException(); }
446 public bool Contains(int x, int y) { throw new PlatformNotSupportedException(); }
447 public bool Equals(System.Drawing.Rectangle other) { throw new PlatformNotSupportedException(); }
448 public override bool Equals(object obj) { throw new PlatformNotSupportedException(); }
449 public static System.Drawing.Rectangle FromLTRB(int left, int top, int right, int bottom) { throw new PlatformNotSupportedException(); }
450 public override int GetHashCode() { throw new PlatformNotSupportedException(); }
451 public static System.Drawing.Rectangle Inflate(System.Drawing.Rectangle rect, int x, int y) { throw new PlatformNotSupportedException(); }
452 public void Inflate(System.Drawing.Size size) => throw new PlatformNotSupportedException();
453 public void Inflate(int width, int height) => throw new PlatformNotSupportedException();
454 public void Intersect(System.Drawing.Rectangle rect) => throw new PlatformNotSupportedException();
455 public static System.Drawing.Rectangle Intersect(System.Drawing.Rectangle a, System.Drawing.Rectangle b) { throw new PlatformNotSupportedException(); }
456 public bool IntersectsWith(System.Drawing.Rectangle rect) { throw new PlatformNotSupportedException(); }
457 public void Offset(System.Drawing.Point pos) => throw new PlatformNotSupportedException();
458 public void Offset(int x, int y) => throw new PlatformNotSupportedException();
459 public static bool operator ==(System.Drawing.Rectangle left, System.Drawing.Rectangle right) { throw new PlatformNotSupportedException(); }
460 public static bool operator !=(System.Drawing.Rectangle left, System.Drawing.Rectangle right) { throw new PlatformNotSupportedException(); }
461 public static System.Drawing.Rectangle Round(System.Drawing.RectangleF value) { throw new PlatformNotSupportedException(); }
462 public override string ToString() { throw new PlatformNotSupportedException(); }
463 public static System.Drawing.Rectangle Truncate(System.Drawing.RectangleF value) { throw new PlatformNotSupportedException(); }
464 public static System.Drawing.Rectangle Union(System.Drawing.Rectangle a, System.Drawing.Rectangle b) { throw new PlatformNotSupportedException(); }
466 public partial struct RectangleF : System.IEquatable<System.Drawing.RectangleF>
468 private int _dummyPrimitive;
469 public static readonly System.Drawing.RectangleF Empty;
470 public RectangleF(System.Drawing.PointF location, System.Drawing.SizeF size) { throw new PlatformNotSupportedException(); }
471 public RectangleF(float x, float y, float width, float height) { throw new PlatformNotSupportedException(); }
472 [System.ComponentModel.BrowsableAttribute(false)]
473 public float Bottom { get { throw new PlatformNotSupportedException(); } }
474 public float Height { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
475 [System.ComponentModel.BrowsableAttribute(false)]
476 public bool IsEmpty { get { throw new PlatformNotSupportedException(); } }
477 [System.ComponentModel.BrowsableAttribute(false)]
478 public float Left { get { throw new PlatformNotSupportedException(); } }
479 [System.ComponentModel.BrowsableAttribute(false)]
480 public System.Drawing.PointF Location { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
481 [System.ComponentModel.BrowsableAttribute(false)]
482 public float Right { get { throw new PlatformNotSupportedException(); } }
483 [System.ComponentModel.BrowsableAttribute(false)]
484 public System.Drawing.SizeF Size { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
485 [System.ComponentModel.BrowsableAttribute(false)]
486 public float Top { get { throw new PlatformNotSupportedException(); } }
487 public float Width { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
488 public float X { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
489 public float Y { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
490 public bool Contains(System.Drawing.PointF pt) { throw new PlatformNotSupportedException(); }
491 public bool Contains(System.Drawing.RectangleF rect) { throw new PlatformNotSupportedException(); }
492 public bool Contains(float x, float y) { throw new PlatformNotSupportedException(); }
493 public bool Equals(System.Drawing.RectangleF other) { throw new PlatformNotSupportedException(); }
494 public override bool Equals(object obj) { throw new PlatformNotSupportedException(); }
495 public static System.Drawing.RectangleF FromLTRB(float left, float top, float right, float bottom) { throw new PlatformNotSupportedException(); }
496 public override int GetHashCode() { throw new PlatformNotSupportedException(); }
497 public static System.Drawing.RectangleF Inflate(System.Drawing.RectangleF rect, float x, float y) { throw new PlatformNotSupportedException(); }
498 public void Inflate(System.Drawing.SizeF size) => throw new PlatformNotSupportedException();
499 public void Inflate(float x, float y) => throw new PlatformNotSupportedException();
500 public void Intersect(System.Drawing.RectangleF rect) => throw new PlatformNotSupportedException();
501 public static System.Drawing.RectangleF Intersect(System.Drawing.RectangleF a, System.Drawing.RectangleF b) { throw new PlatformNotSupportedException(); }
502 public bool IntersectsWith(System.Drawing.RectangleF rect) { throw new PlatformNotSupportedException(); }
503 public void Offset(System.Drawing.PointF pos) => throw new PlatformNotSupportedException();
504 public void Offset(float x, float y) => throw new PlatformNotSupportedException();
505 public static bool operator ==(System.Drawing.RectangleF left, System.Drawing.RectangleF right) { throw new PlatformNotSupportedException(); }
506 public static implicit operator System.Drawing.RectangleF (System.Drawing.Rectangle r) { throw new PlatformNotSupportedException(); }
507 public static bool operator !=(System.Drawing.RectangleF left, System.Drawing.RectangleF right) { throw new PlatformNotSupportedException(); }
508 public override string ToString() { throw new PlatformNotSupportedException(); }
509 public static System.Drawing.RectangleF Union(System.Drawing.RectangleF a, System.Drawing.RectangleF b) { throw new PlatformNotSupportedException(); }
511 public partial struct Size : System.IEquatable<System.Drawing.Size>
513 private int _dummyPrimitive;
514 public static readonly System.Drawing.Size Empty;
515 public Size(System.Drawing.Point pt) { throw new PlatformNotSupportedException(); }
516 public Size(int width, int height) { throw new PlatformNotSupportedException(); }
517 public int Height { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
518 [System.ComponentModel.BrowsableAttribute(false)]
519 public bool IsEmpty { get { throw new PlatformNotSupportedException(); } }
520 public int Width { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
521 public static System.Drawing.Size Add(System.Drawing.Size sz1, System.Drawing.Size sz2) { throw new PlatformNotSupportedException(); }
522 public static System.Drawing.Size Ceiling(System.Drawing.SizeF value) { throw new PlatformNotSupportedException(); }
523 public bool Equals(System.Drawing.Size other) { throw new PlatformNotSupportedException(); }
524 public override bool Equals(object obj) { throw new PlatformNotSupportedException(); }
525 public override int GetHashCode() { throw new PlatformNotSupportedException(); }
526 public static System.Drawing.Size operator +(System.Drawing.Size sz1, System.Drawing.Size sz2) { throw new PlatformNotSupportedException(); }
527 public static System.Drawing.Size operator /(System.Drawing.Size left, int right) { throw new PlatformNotSupportedException(); }
528 public static System.Drawing.SizeF operator /(System.Drawing.Size left, float right) { throw new PlatformNotSupportedException(); }
529 public static bool operator ==(System.Drawing.Size sz1, System.Drawing.Size sz2) { throw new PlatformNotSupportedException(); }
530 public static explicit operator System.Drawing.Point (System.Drawing.Size size) { throw new PlatformNotSupportedException(); }
531 public static implicit operator System.Drawing.SizeF (System.Drawing.Size p) { throw new PlatformNotSupportedException(); }
532 public static bool operator !=(System.Drawing.Size sz1, System.Drawing.Size sz2) { throw new PlatformNotSupportedException(); }
533 public static System.Drawing.Size operator *(System.Drawing.Size left, int right) { throw new PlatformNotSupportedException(); }
534 public static System.Drawing.SizeF operator *(System.Drawing.Size left, float right) { throw new PlatformNotSupportedException(); }
535 public static System.Drawing.Size operator *(int left, System.Drawing.Size right) { throw new PlatformNotSupportedException(); }
536 public static System.Drawing.SizeF operator *(float left, System.Drawing.Size right) { throw new PlatformNotSupportedException(); }
537 public static System.Drawing.Size operator -(System.Drawing.Size sz1, System.Drawing.Size sz2) { throw new PlatformNotSupportedException(); }
538 public static System.Drawing.Size Round(System.Drawing.SizeF value) { throw new PlatformNotSupportedException(); }
539 public static System.Drawing.Size Subtract(System.Drawing.Size sz1, System.Drawing.Size sz2) { throw new PlatformNotSupportedException(); }
540 public override string ToString() { throw new PlatformNotSupportedException(); }
541 public static System.Drawing.Size Truncate(System.Drawing.SizeF value) { throw new PlatformNotSupportedException(); }
543 public partial struct SizeF : System.IEquatable<System.Drawing.SizeF>
545 private int _dummyPrimitive;
546 public static readonly System.Drawing.SizeF Empty;
547 public SizeF(System.Drawing.PointF pt) { throw new PlatformNotSupportedException(); }
548 public SizeF(System.Drawing.SizeF size) { throw new PlatformNotSupportedException(); }
549 public SizeF(float width, float height) { throw new PlatformNotSupportedException(); }
550 public float Height { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
551 [System.ComponentModel.BrowsableAttribute(false)]
552 public bool IsEmpty { get { throw new PlatformNotSupportedException(); } }
553 public float Width { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
554 public static System.Drawing.SizeF Add(System.Drawing.SizeF sz1, System.Drawing.SizeF sz2) { throw new PlatformNotSupportedException(); }
555 public bool Equals(System.Drawing.SizeF other) { throw new PlatformNotSupportedException(); }
556 public override bool Equals(object obj) { throw new PlatformNotSupportedException(); }
557 public override int GetHashCode() { throw new PlatformNotSupportedException(); }
558 public static System.Drawing.SizeF operator +(System.Drawing.SizeF sz1, System.Drawing.SizeF sz2) { throw new PlatformNotSupportedException(); }
559 public static System.Drawing.SizeF operator /(System.Drawing.SizeF left, float right) { throw new PlatformNotSupportedException(); }
560 public static bool operator ==(System.Drawing.SizeF sz1, System.Drawing.SizeF sz2) { throw new PlatformNotSupportedException(); }
561 public static explicit operator System.Drawing.PointF (System.Drawing.SizeF size) { throw new PlatformNotSupportedException(); }
562 public static bool operator !=(System.Drawing.SizeF sz1, System.Drawing.SizeF sz2) { throw new PlatformNotSupportedException(); }
563 public static System.Drawing.SizeF operator *(System.Drawing.SizeF left, float right) { throw new PlatformNotSupportedException(); }
564 public static System.Drawing.SizeF operator *(float left, System.Drawing.SizeF right) { throw new PlatformNotSupportedException(); }
565 public static System.Drawing.SizeF operator -(System.Drawing.SizeF sz1, System.Drawing.SizeF sz2) { throw new PlatformNotSupportedException(); }
566 public static System.Drawing.SizeF Subtract(System.Drawing.SizeF sz1, System.Drawing.SizeF sz2) { throw new PlatformNotSupportedException(); }
567 public System.Drawing.PointF ToPointF() { throw new PlatformNotSupportedException(); }
568 public System.Drawing.Size ToSize() { throw new PlatformNotSupportedException(); }
569 public override string ToString() { throw new PlatformNotSupportedException(); }
572 #endif // !MONODROID
576 // System.Drawing.Common/ref:
577 namespace System.Drawing
579 public sealed partial class Bitmap : System.Drawing.Image
581 public Bitmap(System.Drawing.Image original) => throw new PlatformNotSupportedException();
582 public Bitmap(System.Drawing.Image original, System.Drawing.Size newSize) => throw new PlatformNotSupportedException();
583 public Bitmap(System.Drawing.Image original, int width, int height) => throw new PlatformNotSupportedException();
584 public Bitmap(int width, int height) => throw new PlatformNotSupportedException();
585 public Bitmap(int width, int height, System.Drawing.Graphics g) => throw new PlatformNotSupportedException();
586 public Bitmap(int width, int height, System.Drawing.Imaging.PixelFormat format) => throw new PlatformNotSupportedException();
587 public Bitmap(int width, int height, int stride, System.Drawing.Imaging.PixelFormat format, System.IntPtr scan0) => throw new PlatformNotSupportedException();
588 public Bitmap(System.IO.Stream stream) => throw new PlatformNotSupportedException();
589 public Bitmap(System.IO.Stream stream, bool useIcm) => throw new PlatformNotSupportedException();
590 public Bitmap(string filename) => throw new PlatformNotSupportedException();
591 public Bitmap(string filename, bool useIcm) => throw new PlatformNotSupportedException();
592 public Bitmap(System.Type type, string resource) => throw new PlatformNotSupportedException();
593 public System.Drawing.Bitmap Clone(System.Drawing.Rectangle rect, System.Drawing.Imaging.PixelFormat format) { throw new PlatformNotSupportedException(); }
594 public System.Drawing.Bitmap Clone(System.Drawing.RectangleF rect, System.Drawing.Imaging.PixelFormat format) { throw new PlatformNotSupportedException(); }
595 public static System.Drawing.Bitmap FromHicon(System.IntPtr hicon) { throw new PlatformNotSupportedException(); }
596 public static System.Drawing.Bitmap FromResource(System.IntPtr hinstance, string bitmapName) { throw new PlatformNotSupportedException(); }
597 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
598 public System.IntPtr GetHbitmap() { throw new PlatformNotSupportedException(); }
599 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
600 public System.IntPtr GetHbitmap(System.Drawing.Color background) { throw new PlatformNotSupportedException(); }
601 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
602 public System.IntPtr GetHicon() { throw new PlatformNotSupportedException(); }
603 public System.Drawing.Color GetPixel(int x, int y) { throw new PlatformNotSupportedException(); }
604 public System.Drawing.Imaging.BitmapData LockBits(System.Drawing.Rectangle rect, System.Drawing.Imaging.ImageLockMode flags, System.Drawing.Imaging.PixelFormat format) { throw new PlatformNotSupportedException(); }
605 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 new PlatformNotSupportedException(); }
606 public void MakeTransparent() => throw new PlatformNotSupportedException();
607 public void MakeTransparent(System.Drawing.Color transparentColor) => throw new PlatformNotSupportedException();
608 public void SetPixel(int x, int y, System.Drawing.Color color) => throw new PlatformNotSupportedException();
609 public void SetResolution(float xDpi, float yDpi) => throw new PlatformNotSupportedException();
610 public void UnlockBits(System.Drawing.Imaging.BitmapData bitmapdata) => throw new PlatformNotSupportedException();
612 [System.AttributeUsageAttribute((System.AttributeTargets)(1))]
613 public partial class BitmapSuffixInSameAssemblyAttribute : System.Attribute
615 public BitmapSuffixInSameAssemblyAttribute() => throw new PlatformNotSupportedException();
617 [System.AttributeUsageAttribute((System.AttributeTargets)(1))]
618 public partial class BitmapSuffixInSatelliteAssemblyAttribute : System.Attribute
620 public BitmapSuffixInSatelliteAssemblyAttribute() => throw new PlatformNotSupportedException();
622 public abstract partial class Brush : System.MarshalByRefObject, System.ICloneable, System.IDisposable
624 protected Brush() => throw new PlatformNotSupportedException();
625 public abstract object Clone();
626 public void Dispose() => throw new PlatformNotSupportedException();
627 protected virtual void Dispose(bool disposing) => throw new PlatformNotSupportedException();
628 ~Brush() => throw new PlatformNotSupportedException();
629 protected internal void SetNativeBrush(System.IntPtr brush) => throw new PlatformNotSupportedException();
631 public static partial class Brushes
633 public static System.Drawing.Brush AliceBlue { get { throw new PlatformNotSupportedException(); } }
634 public static System.Drawing.Brush AntiqueWhite { get { throw new PlatformNotSupportedException(); } }
635 public static System.Drawing.Brush Aqua { get { throw new PlatformNotSupportedException(); } }
636 public static System.Drawing.Brush Aquamarine { get { throw new PlatformNotSupportedException(); } }
637 public static System.Drawing.Brush Azure { get { throw new PlatformNotSupportedException(); } }
638 public static System.Drawing.Brush Beige { get { throw new PlatformNotSupportedException(); } }
639 public static System.Drawing.Brush Bisque { get { throw new PlatformNotSupportedException(); } }
640 public static System.Drawing.Brush Black { get { throw new PlatformNotSupportedException(); } }
641 public static System.Drawing.Brush BlanchedAlmond { get { throw new PlatformNotSupportedException(); } }
642 public static System.Drawing.Brush Blue { get { throw new PlatformNotSupportedException(); } }
643 public static System.Drawing.Brush BlueViolet { get { throw new PlatformNotSupportedException(); } }
644 public static System.Drawing.Brush Brown { get { throw new PlatformNotSupportedException(); } }
645 public static System.Drawing.Brush BurlyWood { get { throw new PlatformNotSupportedException(); } }
646 public static System.Drawing.Brush CadetBlue { get { throw new PlatformNotSupportedException(); } }
647 public static System.Drawing.Brush Chartreuse { get { throw new PlatformNotSupportedException(); } }
648 public static System.Drawing.Brush Chocolate { get { throw new PlatformNotSupportedException(); } }
649 public static System.Drawing.Brush Coral { get { throw new PlatformNotSupportedException(); } }
650 public static System.Drawing.Brush CornflowerBlue { get { throw new PlatformNotSupportedException(); } }
651 public static System.Drawing.Brush Cornsilk { get { throw new PlatformNotSupportedException(); } }
652 public static System.Drawing.Brush Crimson { get { throw new PlatformNotSupportedException(); } }
653 public static System.Drawing.Brush Cyan { get { throw new PlatformNotSupportedException(); } }
654 public static System.Drawing.Brush DarkBlue { get { throw new PlatformNotSupportedException(); } }
655 public static System.Drawing.Brush DarkCyan { get { throw new PlatformNotSupportedException(); } }
656 public static System.Drawing.Brush DarkGoldenrod { get { throw new PlatformNotSupportedException(); } }
657 public static System.Drawing.Brush DarkGray { get { throw new PlatformNotSupportedException(); } }
658 public static System.Drawing.Brush DarkGreen { get { throw new PlatformNotSupportedException(); } }
659 public static System.Drawing.Brush DarkKhaki { get { throw new PlatformNotSupportedException(); } }
660 public static System.Drawing.Brush DarkMagenta { get { throw new PlatformNotSupportedException(); } }
661 public static System.Drawing.Brush DarkOliveGreen { get { throw new PlatformNotSupportedException(); } }
662 public static System.Drawing.Brush DarkOrange { get { throw new PlatformNotSupportedException(); } }
663 public static System.Drawing.Brush DarkOrchid { get { throw new PlatformNotSupportedException(); } }
664 public static System.Drawing.Brush DarkRed { get { throw new PlatformNotSupportedException(); } }
665 public static System.Drawing.Brush DarkSalmon { get { throw new PlatformNotSupportedException(); } }
666 public static System.Drawing.Brush DarkSeaGreen { get { throw new PlatformNotSupportedException(); } }
667 public static System.Drawing.Brush DarkSlateBlue { get { throw new PlatformNotSupportedException(); } }
668 public static System.Drawing.Brush DarkSlateGray { get { throw new PlatformNotSupportedException(); } }
669 public static System.Drawing.Brush DarkTurquoise { get { throw new PlatformNotSupportedException(); } }
670 public static System.Drawing.Brush DarkViolet { get { throw new PlatformNotSupportedException(); } }
671 public static System.Drawing.Brush DeepPink { get { throw new PlatformNotSupportedException(); } }
672 public static System.Drawing.Brush DeepSkyBlue { get { throw new PlatformNotSupportedException(); } }
673 public static System.Drawing.Brush DimGray { get { throw new PlatformNotSupportedException(); } }
674 public static System.Drawing.Brush DodgerBlue { get { throw new PlatformNotSupportedException(); } }
675 public static System.Drawing.Brush Firebrick { get { throw new PlatformNotSupportedException(); } }
676 public static System.Drawing.Brush FloralWhite { get { throw new PlatformNotSupportedException(); } }
677 public static System.Drawing.Brush ForestGreen { get { throw new PlatformNotSupportedException(); } }
678 public static System.Drawing.Brush Fuchsia { get { throw new PlatformNotSupportedException(); } }
679 public static System.Drawing.Brush Gainsboro { get { throw new PlatformNotSupportedException(); } }
680 public static System.Drawing.Brush GhostWhite { get { throw new PlatformNotSupportedException(); } }
681 public static System.Drawing.Brush Gold { get { throw new PlatformNotSupportedException(); } }
682 public static System.Drawing.Brush Goldenrod { get { throw new PlatformNotSupportedException(); } }
683 public static System.Drawing.Brush Gray { get { throw new PlatformNotSupportedException(); } }
684 public static System.Drawing.Brush Green { get { throw new PlatformNotSupportedException(); } }
685 public static System.Drawing.Brush GreenYellow { get { throw new PlatformNotSupportedException(); } }
686 public static System.Drawing.Brush Honeydew { get { throw new PlatformNotSupportedException(); } }
687 public static System.Drawing.Brush HotPink { get { throw new PlatformNotSupportedException(); } }
688 public static System.Drawing.Brush IndianRed { get { throw new PlatformNotSupportedException(); } }
689 public static System.Drawing.Brush Indigo { get { throw new PlatformNotSupportedException(); } }
690 public static System.Drawing.Brush Ivory { get { throw new PlatformNotSupportedException(); } }
691 public static System.Drawing.Brush Khaki { get { throw new PlatformNotSupportedException(); } }
692 public static System.Drawing.Brush Lavender { get { throw new PlatformNotSupportedException(); } }
693 public static System.Drawing.Brush LavenderBlush { get { throw new PlatformNotSupportedException(); } }
694 public static System.Drawing.Brush LawnGreen { get { throw new PlatformNotSupportedException(); } }
695 public static System.Drawing.Brush LemonChiffon { get { throw new PlatformNotSupportedException(); } }
696 public static System.Drawing.Brush LightBlue { get { throw new PlatformNotSupportedException(); } }
697 public static System.Drawing.Brush LightCoral { get { throw new PlatformNotSupportedException(); } }
698 public static System.Drawing.Brush LightCyan { get { throw new PlatformNotSupportedException(); } }
699 public static System.Drawing.Brush LightGoldenrodYellow { get { throw new PlatformNotSupportedException(); } }
700 public static System.Drawing.Brush LightGray { get { throw new PlatformNotSupportedException(); } }
701 public static System.Drawing.Brush LightGreen { get { throw new PlatformNotSupportedException(); } }
702 public static System.Drawing.Brush LightPink { get { throw new PlatformNotSupportedException(); } }
703 public static System.Drawing.Brush LightSalmon { get { throw new PlatformNotSupportedException(); } }
704 public static System.Drawing.Brush LightSeaGreen { get { throw new PlatformNotSupportedException(); } }
705 public static System.Drawing.Brush LightSkyBlue { get { throw new PlatformNotSupportedException(); } }
706 public static System.Drawing.Brush LightSlateGray { get { throw new PlatformNotSupportedException(); } }
707 public static System.Drawing.Brush LightSteelBlue { get { throw new PlatformNotSupportedException(); } }
708 public static System.Drawing.Brush LightYellow { get { throw new PlatformNotSupportedException(); } }
709 public static System.Drawing.Brush Lime { get { throw new PlatformNotSupportedException(); } }
710 public static System.Drawing.Brush LimeGreen { get { throw new PlatformNotSupportedException(); } }
711 public static System.Drawing.Brush Linen { get { throw new PlatformNotSupportedException(); } }
712 public static System.Drawing.Brush Magenta { get { throw new PlatformNotSupportedException(); } }
713 public static System.Drawing.Brush Maroon { get { throw new PlatformNotSupportedException(); } }
714 public static System.Drawing.Brush MediumAquamarine { get { throw new PlatformNotSupportedException(); } }
715 public static System.Drawing.Brush MediumBlue { get { throw new PlatformNotSupportedException(); } }
716 public static System.Drawing.Brush MediumOrchid { get { throw new PlatformNotSupportedException(); } }
717 public static System.Drawing.Brush MediumPurple { get { throw new PlatformNotSupportedException(); } }
718 public static System.Drawing.Brush MediumSeaGreen { get { throw new PlatformNotSupportedException(); } }
719 public static System.Drawing.Brush MediumSlateBlue { get { throw new PlatformNotSupportedException(); } }
720 public static System.Drawing.Brush MediumSpringGreen { get { throw new PlatformNotSupportedException(); } }
721 public static System.Drawing.Brush MediumTurquoise { get { throw new PlatformNotSupportedException(); } }
722 public static System.Drawing.Brush MediumVioletRed { get { throw new PlatformNotSupportedException(); } }
723 public static System.Drawing.Brush MidnightBlue { get { throw new PlatformNotSupportedException(); } }
724 public static System.Drawing.Brush MintCream { get { throw new PlatformNotSupportedException(); } }
725 public static System.Drawing.Brush MistyRose { get { throw new PlatformNotSupportedException(); } }
726 public static System.Drawing.Brush Moccasin { get { throw new PlatformNotSupportedException(); } }
727 public static System.Drawing.Brush NavajoWhite { get { throw new PlatformNotSupportedException(); } }
728 public static System.Drawing.Brush Navy { get { throw new PlatformNotSupportedException(); } }
729 public static System.Drawing.Brush OldLace { get { throw new PlatformNotSupportedException(); } }
730 public static System.Drawing.Brush Olive { get { throw new PlatformNotSupportedException(); } }
731 public static System.Drawing.Brush OliveDrab { get { throw new PlatformNotSupportedException(); } }
732 public static System.Drawing.Brush Orange { get { throw new PlatformNotSupportedException(); } }
733 public static System.Drawing.Brush OrangeRed { get { throw new PlatformNotSupportedException(); } }
734 public static System.Drawing.Brush Orchid { get { throw new PlatformNotSupportedException(); } }
735 public static System.Drawing.Brush PaleGoldenrod { get { throw new PlatformNotSupportedException(); } }
736 public static System.Drawing.Brush PaleGreen { get { throw new PlatformNotSupportedException(); } }
737 public static System.Drawing.Brush PaleTurquoise { get { throw new PlatformNotSupportedException(); } }
738 public static System.Drawing.Brush PaleVioletRed { get { throw new PlatformNotSupportedException(); } }
739 public static System.Drawing.Brush PapayaWhip { get { throw new PlatformNotSupportedException(); } }
740 public static System.Drawing.Brush PeachPuff { get { throw new PlatformNotSupportedException(); } }
741 public static System.Drawing.Brush Peru { get { throw new PlatformNotSupportedException(); } }
742 public static System.Drawing.Brush Pink { get { throw new PlatformNotSupportedException(); } }
743 public static System.Drawing.Brush Plum { get { throw new PlatformNotSupportedException(); } }
744 public static System.Drawing.Brush PowderBlue { get { throw new PlatformNotSupportedException(); } }
745 public static System.Drawing.Brush Purple { get { throw new PlatformNotSupportedException(); } }
746 public static System.Drawing.Brush Red { get { throw new PlatformNotSupportedException(); } }
747 public static System.Drawing.Brush RosyBrown { get { throw new PlatformNotSupportedException(); } }
748 public static System.Drawing.Brush RoyalBlue { get { throw new PlatformNotSupportedException(); } }
749 public static System.Drawing.Brush SaddleBrown { get { throw new PlatformNotSupportedException(); } }
750 public static System.Drawing.Brush Salmon { get { throw new PlatformNotSupportedException(); } }
751 public static System.Drawing.Brush SandyBrown { get { throw new PlatformNotSupportedException(); } }
752 public static System.Drawing.Brush SeaGreen { get { throw new PlatformNotSupportedException(); } }
753 public static System.Drawing.Brush SeaShell { get { throw new PlatformNotSupportedException(); } }
754 public static System.Drawing.Brush Sienna { get { throw new PlatformNotSupportedException(); } }
755 public static System.Drawing.Brush Silver { get { throw new PlatformNotSupportedException(); } }
756 public static System.Drawing.Brush SkyBlue { get { throw new PlatformNotSupportedException(); } }
757 public static System.Drawing.Brush SlateBlue { get { throw new PlatformNotSupportedException(); } }
758 public static System.Drawing.Brush SlateGray { get { throw new PlatformNotSupportedException(); } }
759 public static System.Drawing.Brush Snow { get { throw new PlatformNotSupportedException(); } }
760 public static System.Drawing.Brush SpringGreen { get { throw new PlatformNotSupportedException(); } }
761 public static System.Drawing.Brush SteelBlue { get { throw new PlatformNotSupportedException(); } }
762 public static System.Drawing.Brush Tan { get { throw new PlatformNotSupportedException(); } }
763 public static System.Drawing.Brush Teal { get { throw new PlatformNotSupportedException(); } }
764 public static System.Drawing.Brush Thistle { get { throw new PlatformNotSupportedException(); } }
765 public static System.Drawing.Brush Tomato { get { throw new PlatformNotSupportedException(); } }
766 public static System.Drawing.Brush Transparent { get { throw new PlatformNotSupportedException(); } }
767 public static System.Drawing.Brush Turquoise { get { throw new PlatformNotSupportedException(); } }
768 public static System.Drawing.Brush Violet { get { throw new PlatformNotSupportedException(); } }
769 public static System.Drawing.Brush Wheat { get { throw new PlatformNotSupportedException(); } }
770 public static System.Drawing.Brush White { get { throw new PlatformNotSupportedException(); } }
771 public static System.Drawing.Brush WhiteSmoke { get { throw new PlatformNotSupportedException(); } }
772 public static System.Drawing.Brush Yellow { get { throw new PlatformNotSupportedException(); } }
773 public static System.Drawing.Brush YellowGreen { get { throw new PlatformNotSupportedException(); } }
775 public sealed partial class BufferedGraphics : System.IDisposable
777 internal BufferedGraphics() => throw new PlatformNotSupportedException();
778 public System.Drawing.Graphics Graphics { get { throw new PlatformNotSupportedException(); } }
779 public void Dispose() => throw new PlatformNotSupportedException();
780 ~BufferedGraphics() => throw new PlatformNotSupportedException();
781 public void Render() => throw new PlatformNotSupportedException();
782 public void Render(System.Drawing.Graphics target) => throw new PlatformNotSupportedException();
783 public void Render(System.IntPtr targetDC) => throw new PlatformNotSupportedException();
785 public sealed partial class BufferedGraphicsContext : System.IDisposable
787 public BufferedGraphicsContext() => throw new PlatformNotSupportedException();
788 public System.Drawing.Size MaximumBuffer { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
789 public System.Drawing.BufferedGraphics Allocate(System.Drawing.Graphics targetGraphics, System.Drawing.Rectangle targetRectangle) { throw new PlatformNotSupportedException(); }
790 public System.Drawing.BufferedGraphics Allocate(System.IntPtr targetDC, System.Drawing.Rectangle targetRectangle) { throw new PlatformNotSupportedException(); }
791 public void Dispose() => throw new PlatformNotSupportedException();
792 ~BufferedGraphicsContext() => throw new PlatformNotSupportedException();
793 public void Invalidate() => throw new PlatformNotSupportedException();
795 public static partial class BufferedGraphicsManager
797 public static System.Drawing.BufferedGraphicsContext Current { get { throw new PlatformNotSupportedException(); } }
799 public partial struct CharacterRange
801 private int _dummy;
802 public CharacterRange(int First, int Length) { throw new PlatformNotSupportedException(); }
803 public int First { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
804 public int Length { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
805 public override bool Equals(object obj) { throw new PlatformNotSupportedException(); }
806 public override int GetHashCode() { throw new PlatformNotSupportedException(); }
807 public static bool operator ==(System.Drawing.CharacterRange cr1, System.Drawing.CharacterRange cr2) { throw new PlatformNotSupportedException(); }
808 public static bool operator !=(System.Drawing.CharacterRange cr1, System.Drawing.CharacterRange cr2) { throw new PlatformNotSupportedException(); }
810 public static partial class ColorTranslator
812 public static System.Drawing.Color FromHtml(string htmlColor) { throw new PlatformNotSupportedException(); }
813 public static System.Drawing.Color FromOle(int oleColor) { throw new PlatformNotSupportedException(); }
814 public static System.Drawing.Color FromWin32(int win32Color) { throw new PlatformNotSupportedException(); }
815 public static string ToHtml(System.Drawing.Color c) { throw new PlatformNotSupportedException(); }
816 public static int ToOle(System.Drawing.Color c) { throw new PlatformNotSupportedException(); }
817 public static int ToWin32(System.Drawing.Color c) { throw new PlatformNotSupportedException(); }
819 public enum ContentAlignment
821 BottomCenter = 512,
822 BottomLeft = 256,
823 BottomRight = 1024,
824 MiddleCenter = 32,
825 MiddleLeft = 16,
826 MiddleRight = 64,
827 TopCenter = 2,
828 TopLeft = 1,
829 TopRight = 4,
831 public enum CopyPixelOperation
833 Blackness = 66,
834 CaptureBlt = 1073741824,
835 DestinationInvert = 5570569,
836 MergeCopy = 12583114,
837 MergePaint = 12255782,
838 NoMirrorBitmap = -2147483648,
839 NotSourceCopy = 3342344,
840 NotSourceErase = 1114278,
841 PatCopy = 15728673,
842 PatInvert = 5898313,
843 PatPaint = 16452105,
844 SourceAnd = 8913094,
845 SourceCopy = 13369376,
846 SourceErase = 4457256,
847 SourceInvert = 6684742,
848 SourcePaint = 15597702,
849 Whiteness = 16711778,
851 #if netcoreapp
852 [System.ComponentModel.TypeConverter("System.Drawing.FontConverter, System.Windows.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51")]
853 #endif
854 public sealed partial class Font : System.MarshalByRefObject, System.ICloneable, System.IDisposable, System.Runtime.Serialization.ISerializable
856 public Font(System.Drawing.Font prototype, System.Drawing.FontStyle newStyle) => throw new PlatformNotSupportedException();
857 public Font(System.Drawing.FontFamily family, float emSize) => throw new PlatformNotSupportedException();
858 public Font(System.Drawing.FontFamily family, float emSize, System.Drawing.FontStyle style) => throw new PlatformNotSupportedException();
859 public Font(System.Drawing.FontFamily family, float emSize, System.Drawing.FontStyle style, System.Drawing.GraphicsUnit unit) => throw new PlatformNotSupportedException();
860 public Font(System.Drawing.FontFamily family, float emSize, System.Drawing.FontStyle style, System.Drawing.GraphicsUnit unit, byte gdiCharSet) => throw new PlatformNotSupportedException();
861 public Font(System.Drawing.FontFamily family, float emSize, System.Drawing.FontStyle style, System.Drawing.GraphicsUnit unit, byte gdiCharSet, bool gdiVerticalFont) => throw new PlatformNotSupportedException();
862 public Font(System.Drawing.FontFamily family, float emSize, System.Drawing.GraphicsUnit unit) => throw new PlatformNotSupportedException();
863 public Font(string familyName, float emSize) => throw new PlatformNotSupportedException();
864 public Font(string familyName, float emSize, System.Drawing.FontStyle style) => throw new PlatformNotSupportedException();
865 public Font(string familyName, float emSize, System.Drawing.FontStyle style, System.Drawing.GraphicsUnit unit) => throw new PlatformNotSupportedException();
866 public Font(string familyName, float emSize, System.Drawing.FontStyle style, System.Drawing.GraphicsUnit unit, byte gdiCharSet) => throw new PlatformNotSupportedException();
867 public Font(string familyName, float emSize, System.Drawing.FontStyle style, System.Drawing.GraphicsUnit unit, byte gdiCharSet, bool gdiVerticalFont) => throw new PlatformNotSupportedException();
868 public Font(string familyName, float emSize, System.Drawing.GraphicsUnit unit) => throw new PlatformNotSupportedException();
869 [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
870 public bool Bold { get { throw new PlatformNotSupportedException(); } }
871 [System.ComponentModel.BrowsableAttribute(false)]
872 public System.Drawing.FontFamily FontFamily { get { throw new PlatformNotSupportedException(); } }
873 [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
874 public byte GdiCharSet { get { throw new PlatformNotSupportedException(); } }
875 [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
876 public bool GdiVerticalFont { get { throw new PlatformNotSupportedException(); } }
877 [System.ComponentModel.BrowsableAttribute(false)]
878 public int Height { get { throw new PlatformNotSupportedException(); } }
879 [System.ComponentModel.BrowsableAttribute(false)]
880 public bool IsSystemFont { get { throw new PlatformNotSupportedException(); } }
881 [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
882 public bool Italic { get { throw new PlatformNotSupportedException(); } }
883 [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
884 public string Name { get { throw new PlatformNotSupportedException(); } }
885 [System.ComponentModel.BrowsableAttribute(false)]
886 public string OriginalFontName { get { throw new PlatformNotSupportedException(); } }
887 public float Size { get { throw new PlatformNotSupportedException(); } }
888 [System.ComponentModel.BrowsableAttribute(false)]
889 public float SizeInPoints { get { throw new PlatformNotSupportedException(); } }
890 [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
891 public bool Strikeout { get { throw new PlatformNotSupportedException(); } }
892 [System.ComponentModel.BrowsableAttribute(false)]
893 public System.Drawing.FontStyle Style { get { throw new PlatformNotSupportedException(); } }
894 [System.ComponentModel.BrowsableAttribute(false)]
895 public string SystemFontName { get { throw new PlatformNotSupportedException(); } }
896 [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
897 public bool Underline { get { throw new PlatformNotSupportedException(); } }
898 public System.Drawing.GraphicsUnit Unit { get { throw new PlatformNotSupportedException(); } }
899 public object Clone() { throw new PlatformNotSupportedException(); }
900 public void Dispose() => throw new PlatformNotSupportedException();
901 public override bool Equals(object obj) { throw new PlatformNotSupportedException(); }
902 ~Font() => throw new PlatformNotSupportedException();
903 public static System.Drawing.Font FromHdc(System.IntPtr hdc) { throw new PlatformNotSupportedException(); }
904 public static System.Drawing.Font FromHfont(System.IntPtr hfont) { throw new PlatformNotSupportedException(); }
905 public static System.Drawing.Font FromLogFont(object lf) { throw new PlatformNotSupportedException(); }
906 public static System.Drawing.Font FromLogFont(object lf, System.IntPtr hdc) { throw new PlatformNotSupportedException(); }
907 public override int GetHashCode() { throw new PlatformNotSupportedException(); }
908 public float GetHeight() { throw new PlatformNotSupportedException(); }
909 public float GetHeight(System.Drawing.Graphics graphics) { throw new PlatformNotSupportedException(); }
910 public float GetHeight(float dpi) { throw new PlatformNotSupportedException(); }
911 void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) => throw new PlatformNotSupportedException();
912 public System.IntPtr ToHfont() { throw new PlatformNotSupportedException(); }
913 public void ToLogFont(object logFont) => throw new PlatformNotSupportedException();
914 public void ToLogFont(object logFont, System.Drawing.Graphics graphics) => throw new PlatformNotSupportedException();
915 public override string ToString() { throw new PlatformNotSupportedException(); }
917 public sealed partial class FontFamily : System.MarshalByRefObject, System.IDisposable
919 public FontFamily(System.Drawing.Text.GenericFontFamilies genericFamily) => throw new PlatformNotSupportedException();
920 public FontFamily(string name) => throw new PlatformNotSupportedException();
921 public FontFamily(string name, System.Drawing.Text.FontCollection fontCollection) => throw new PlatformNotSupportedException();
922 public static System.Drawing.FontFamily[] Families { get { throw new PlatformNotSupportedException(); } }
923 public static System.Drawing.FontFamily GenericMonospace { get { throw new PlatformNotSupportedException(); } }
924 public static System.Drawing.FontFamily GenericSansSerif { get { throw new PlatformNotSupportedException(); } }
925 public static System.Drawing.FontFamily GenericSerif { get { throw new PlatformNotSupportedException(); } }
926 public string Name { get { throw new PlatformNotSupportedException(); } }
927 public void Dispose() => throw new PlatformNotSupportedException();
928 public override bool Equals(object obj) { throw new PlatformNotSupportedException(); }
929 ~FontFamily() => throw new PlatformNotSupportedException();
930 public int GetCellAscent(System.Drawing.FontStyle style) { throw new PlatformNotSupportedException(); }
931 public int GetCellDescent(System.Drawing.FontStyle style) { throw new PlatformNotSupportedException(); }
932 public int GetEmHeight(System.Drawing.FontStyle style) { throw new PlatformNotSupportedException(); }
933 [System.ObsoleteAttribute("Do not use method GetFamilies, use property Families instead")]
934 public static System.Drawing.FontFamily[] GetFamilies(System.Drawing.Graphics graphics) { throw new PlatformNotSupportedException(); }
935 public override int GetHashCode() { throw new PlatformNotSupportedException(); }
936 public int GetLineSpacing(System.Drawing.FontStyle style) { throw new PlatformNotSupportedException(); }
937 public string GetName(int language) { throw new PlatformNotSupportedException(); }
938 public bool IsStyleAvailable(System.Drawing.FontStyle style) { throw new PlatformNotSupportedException(); }
939 public override string ToString() { throw new PlatformNotSupportedException(); }
941 [System.FlagsAttribute]
942 public enum FontStyle
944 Bold = 1,
945 Italic = 2,
946 Regular = 0,
947 Strikeout = 8,
948 Underline = 4,
950 public sealed partial class Graphics : System.MarshalByRefObject, System.Drawing.IDeviceContext, System.IDisposable
952 internal Graphics() => throw new PlatformNotSupportedException();
953 public System.Drawing.Region Clip { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
954 public System.Drawing.RectangleF ClipBounds { get { throw new PlatformNotSupportedException(); } }
955 public System.Drawing.Drawing2D.CompositingMode CompositingMode { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
956 public System.Drawing.Drawing2D.CompositingQuality CompositingQuality { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
957 public float DpiX { get { throw new PlatformNotSupportedException(); } }
958 public float DpiY { get { throw new PlatformNotSupportedException(); } }
959 public System.Drawing.Drawing2D.InterpolationMode InterpolationMode { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
960 public bool IsClipEmpty { get { throw new PlatformNotSupportedException(); } }
961 public bool IsVisibleClipEmpty { get { throw new PlatformNotSupportedException(); } }
962 public float PageScale { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
963 public System.Drawing.GraphicsUnit PageUnit { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
964 public System.Drawing.Drawing2D.PixelOffsetMode PixelOffsetMode { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
965 public System.Drawing.Point RenderingOrigin { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
966 public System.Drawing.Drawing2D.SmoothingMode SmoothingMode { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
967 public int TextContrast { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
968 public System.Drawing.Text.TextRenderingHint TextRenderingHint { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
969 public System.Drawing.Drawing2D.Matrix Transform { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
970 public System.Drawing.RectangleF VisibleClipBounds { get { throw new PlatformNotSupportedException(); } }
971 public void AddMetafileComment(byte[] data) => throw new PlatformNotSupportedException();
972 public System.Drawing.Drawing2D.GraphicsContainer BeginContainer() { throw new PlatformNotSupportedException(); }
973 public System.Drawing.Drawing2D.GraphicsContainer BeginContainer(System.Drawing.Rectangle dstrect, System.Drawing.Rectangle srcrect, System.Drawing.GraphicsUnit unit) { throw new PlatformNotSupportedException(); }
974 public System.Drawing.Drawing2D.GraphicsContainer BeginContainer(System.Drawing.RectangleF dstrect, System.Drawing.RectangleF srcrect, System.Drawing.GraphicsUnit unit) { throw new PlatformNotSupportedException(); }
975 public void Clear(System.Drawing.Color color) => throw new PlatformNotSupportedException();
976 public void CopyFromScreen(System.Drawing.Point upperLeftSource, System.Drawing.Point upperLeftDestination, System.Drawing.Size blockRegionSize) => throw new PlatformNotSupportedException();
977 public void CopyFromScreen(System.Drawing.Point upperLeftSource, System.Drawing.Point upperLeftDestination, System.Drawing.Size blockRegionSize, System.Drawing.CopyPixelOperation copyPixelOperation) => throw new PlatformNotSupportedException();
978 public void CopyFromScreen(int sourceX, int sourceY, int destinationX, int destinationY, System.Drawing.Size blockRegionSize) => throw new PlatformNotSupportedException();
979 public void CopyFromScreen(int sourceX, int sourceY, int destinationX, int destinationY, System.Drawing.Size blockRegionSize, System.Drawing.CopyPixelOperation copyPixelOperation) => throw new PlatformNotSupportedException();
980 public void Dispose() => throw new PlatformNotSupportedException();
981 public void DrawArc(System.Drawing.Pen pen, System.Drawing.Rectangle rect, float startAngle, float sweepAngle) => throw new PlatformNotSupportedException();
982 public void DrawArc(System.Drawing.Pen pen, System.Drawing.RectangleF rect, float startAngle, float sweepAngle) => throw new PlatformNotSupportedException();
983 public void DrawArc(System.Drawing.Pen pen, int x, int y, int width, int height, int startAngle, int sweepAngle) => throw new PlatformNotSupportedException();
984 public void DrawArc(System.Drawing.Pen pen, float x, float y, float width, float height, float startAngle, float sweepAngle) => throw new PlatformNotSupportedException();
985 public void DrawBezier(System.Drawing.Pen pen, System.Drawing.Point pt1, System.Drawing.Point pt2, System.Drawing.Point pt3, System.Drawing.Point pt4) => throw new PlatformNotSupportedException();
986 public void DrawBezier(System.Drawing.Pen pen, System.Drawing.PointF pt1, System.Drawing.PointF pt2, System.Drawing.PointF pt3, System.Drawing.PointF pt4) => throw new PlatformNotSupportedException();
987 public void DrawBezier(System.Drawing.Pen pen, float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4) => throw new PlatformNotSupportedException();
988 public void DrawBeziers(System.Drawing.Pen pen, System.Drawing.PointF[] points) => throw new PlatformNotSupportedException();
989 public void DrawBeziers(System.Drawing.Pen pen, System.Drawing.Point[] points) => throw new PlatformNotSupportedException();
990 public void DrawClosedCurve(System.Drawing.Pen pen, System.Drawing.PointF[] points) => throw new PlatformNotSupportedException();
991 public void DrawClosedCurve(System.Drawing.Pen pen, System.Drawing.PointF[] points, float tension, System.Drawing.Drawing2D.FillMode fillmode) => throw new PlatformNotSupportedException();
992 public void DrawClosedCurve(System.Drawing.Pen pen, System.Drawing.Point[] points) => throw new PlatformNotSupportedException();
993 public void DrawClosedCurve(System.Drawing.Pen pen, System.Drawing.Point[] points, float tension, System.Drawing.Drawing2D.FillMode fillmode) => throw new PlatformNotSupportedException();
994 public void DrawCurve(System.Drawing.Pen pen, System.Drawing.PointF[] points) => throw new PlatformNotSupportedException();
995 public void DrawCurve(System.Drawing.Pen pen, System.Drawing.PointF[] points, int offset, int numberOfSegments) => throw new PlatformNotSupportedException();
996 public void DrawCurve(System.Drawing.Pen pen, System.Drawing.PointF[] points, int offset, int numberOfSegments, float tension) => throw new PlatformNotSupportedException();
997 public void DrawCurve(System.Drawing.Pen pen, System.Drawing.PointF[] points, float tension) => throw new PlatformNotSupportedException();
998 public void DrawCurve(System.Drawing.Pen pen, System.Drawing.Point[] points) => throw new PlatformNotSupportedException();
999 public void DrawCurve(System.Drawing.Pen pen, System.Drawing.Point[] points, int offset, int numberOfSegments, float tension) => throw new PlatformNotSupportedException();
1000 public void DrawCurve(System.Drawing.Pen pen, System.Drawing.Point[] points, float tension) => throw new PlatformNotSupportedException();
1001 public void DrawEllipse(System.Drawing.Pen pen, System.Drawing.Rectangle rect) => throw new PlatformNotSupportedException();
1002 public void DrawEllipse(System.Drawing.Pen pen, System.Drawing.RectangleF rect) => throw new PlatformNotSupportedException();
1003 public void DrawEllipse(System.Drawing.Pen pen, int x, int y, int width, int height) => throw new PlatformNotSupportedException();
1004 public void DrawEllipse(System.Drawing.Pen pen, float x, float y, float width, float height) => throw new PlatformNotSupportedException();
1005 public void DrawIcon(System.Drawing.Icon icon, System.Drawing.Rectangle targetRect) => throw new PlatformNotSupportedException();
1006 public void DrawIcon(System.Drawing.Icon icon, int x, int y) => throw new PlatformNotSupportedException();
1007 public void DrawIconUnstretched(System.Drawing.Icon icon, System.Drawing.Rectangle targetRect) => throw new PlatformNotSupportedException();
1008 public void DrawImage(System.Drawing.Image image, System.Drawing.Point point) => throw new PlatformNotSupportedException();
1009 public void DrawImage(System.Drawing.Image image, System.Drawing.PointF point) => throw new PlatformNotSupportedException();
1010 public void DrawImage(System.Drawing.Image image, System.Drawing.PointF[] destPoints) => throw new PlatformNotSupportedException();
1011 public void DrawImage(System.Drawing.Image image, System.Drawing.PointF[] destPoints, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit srcUnit) => throw new PlatformNotSupportedException();
1012 public void DrawImage(System.Drawing.Image image, System.Drawing.PointF[] destPoints, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Imaging.ImageAttributes imageAttr) => throw new PlatformNotSupportedException();
1013 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) => throw new PlatformNotSupportedException();
1014 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) => throw new PlatformNotSupportedException();
1015 public void DrawImage(System.Drawing.Image image, System.Drawing.Point[] destPoints) => throw new PlatformNotSupportedException();
1016 public void DrawImage(System.Drawing.Image image, System.Drawing.Point[] destPoints, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit srcUnit) => throw new PlatformNotSupportedException();
1017 public void DrawImage(System.Drawing.Image image, System.Drawing.Point[] destPoints, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Imaging.ImageAttributes imageAttr) => throw new PlatformNotSupportedException();
1018 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) => throw new PlatformNotSupportedException();
1019 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) => throw new PlatformNotSupportedException();
1020 public void DrawImage(System.Drawing.Image image, System.Drawing.Rectangle rect) => throw new PlatformNotSupportedException();
1021 public void DrawImage(System.Drawing.Image image, System.Drawing.Rectangle destRect, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit srcUnit) => throw new PlatformNotSupportedException();
1022 public void DrawImage(System.Drawing.Image image, System.Drawing.Rectangle destRect, int srcX, int srcY, int srcWidth, int srcHeight, System.Drawing.GraphicsUnit srcUnit) => throw new PlatformNotSupportedException();
1023 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) => throw new PlatformNotSupportedException();
1024 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) => throw new PlatformNotSupportedException();
1025 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) => throw new PlatformNotSupportedException();
1026 public void DrawImage(System.Drawing.Image image, System.Drawing.Rectangle destRect, float srcX, float srcY, float srcWidth, float srcHeight, System.Drawing.GraphicsUnit srcUnit) => throw new PlatformNotSupportedException();
1027 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) => throw new PlatformNotSupportedException();
1028 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) => throw new PlatformNotSupportedException();
1029 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) => throw new PlatformNotSupportedException();
1030 public void DrawImage(System.Drawing.Image image, System.Drawing.RectangleF rect) => throw new PlatformNotSupportedException();
1031 public void DrawImage(System.Drawing.Image image, System.Drawing.RectangleF destRect, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit srcUnit) => throw new PlatformNotSupportedException();
1032 public void DrawImage(System.Drawing.Image image, int x, int y) => throw new PlatformNotSupportedException();
1033 public void DrawImage(System.Drawing.Image image, int x, int y, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit srcUnit) => throw new PlatformNotSupportedException();
1034 public void DrawImage(System.Drawing.Image image, int x, int y, int width, int height) => throw new PlatformNotSupportedException();
1035 public void DrawImage(System.Drawing.Image image, float x, float y) => throw new PlatformNotSupportedException();
1036 public void DrawImage(System.Drawing.Image image, float x, float y, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit srcUnit) => throw new PlatformNotSupportedException();
1037 public void DrawImage(System.Drawing.Image image, float x, float y, float width, float height) => throw new PlatformNotSupportedException();
1038 public void DrawImageUnscaled(System.Drawing.Image image, System.Drawing.Point point) => throw new PlatformNotSupportedException();
1039 public void DrawImageUnscaled(System.Drawing.Image image, System.Drawing.Rectangle rect) => throw new PlatformNotSupportedException();
1040 public void DrawImageUnscaled(System.Drawing.Image image, int x, int y) => throw new PlatformNotSupportedException();
1041 public void DrawImageUnscaled(System.Drawing.Image image, int x, int y, int width, int height) => throw new PlatformNotSupportedException();
1042 public void DrawImageUnscaledAndClipped(System.Drawing.Image image, System.Drawing.Rectangle rect) => throw new PlatformNotSupportedException();
1043 public void DrawLine(System.Drawing.Pen pen, System.Drawing.Point pt1, System.Drawing.Point pt2) => throw new PlatformNotSupportedException();
1044 public void DrawLine(System.Drawing.Pen pen, System.Drawing.PointF pt1, System.Drawing.PointF pt2) => throw new PlatformNotSupportedException();
1045 public void DrawLine(System.Drawing.Pen pen, int x1, int y1, int x2, int y2) => throw new PlatformNotSupportedException();
1046 public void DrawLine(System.Drawing.Pen pen, float x1, float y1, float x2, float y2) => throw new PlatformNotSupportedException();
1047 public void DrawLines(System.Drawing.Pen pen, System.Drawing.PointF[] points) => throw new PlatformNotSupportedException();
1048 public void DrawLines(System.Drawing.Pen pen, System.Drawing.Point[] points) => throw new PlatformNotSupportedException();
1049 public void DrawPath(System.Drawing.Pen pen, System.Drawing.Drawing2D.GraphicsPath path) => throw new PlatformNotSupportedException();
1050 public void DrawPie(System.Drawing.Pen pen, System.Drawing.Rectangle rect, float startAngle, float sweepAngle) => throw new PlatformNotSupportedException();
1051 public void DrawPie(System.Drawing.Pen pen, System.Drawing.RectangleF rect, float startAngle, float sweepAngle) => throw new PlatformNotSupportedException();
1052 public void DrawPie(System.Drawing.Pen pen, int x, int y, int width, int height, int startAngle, int sweepAngle) => throw new PlatformNotSupportedException();
1053 public void DrawPie(System.Drawing.Pen pen, float x, float y, float width, float height, float startAngle, float sweepAngle) => throw new PlatformNotSupportedException();
1054 public void DrawPolygon(System.Drawing.Pen pen, System.Drawing.PointF[] points) => throw new PlatformNotSupportedException();
1055 public void DrawPolygon(System.Drawing.Pen pen, System.Drawing.Point[] points) => throw new PlatformNotSupportedException();
1056 public void DrawRectangle(System.Drawing.Pen pen, System.Drawing.Rectangle rect) => throw new PlatformNotSupportedException();
1057 public void DrawRectangle(System.Drawing.Pen pen, int x, int y, int width, int height) => throw new PlatformNotSupportedException();
1058 public void DrawRectangle(System.Drawing.Pen pen, float x, float y, float width, float height) => throw new PlatformNotSupportedException();
1059 public void DrawRectangles(System.Drawing.Pen pen, System.Drawing.RectangleF[] rects) => throw new PlatformNotSupportedException();
1060 public void DrawRectangles(System.Drawing.Pen pen, System.Drawing.Rectangle[] rects) => throw new PlatformNotSupportedException();
1061 public void DrawString(string s, System.Drawing.Font font, System.Drawing.Brush brush, System.Drawing.PointF point) => throw new PlatformNotSupportedException();
1062 public void DrawString(string s, System.Drawing.Font font, System.Drawing.Brush brush, System.Drawing.PointF point, System.Drawing.StringFormat format) => throw new PlatformNotSupportedException();
1063 public void DrawString(string s, System.Drawing.Font font, System.Drawing.Brush brush, System.Drawing.RectangleF layoutRectangle) => throw new PlatformNotSupportedException();
1064 public void DrawString(string s, System.Drawing.Font font, System.Drawing.Brush brush, System.Drawing.RectangleF layoutRectangle, System.Drawing.StringFormat format) => throw new PlatformNotSupportedException();
1065 public void DrawString(string s, System.Drawing.Font font, System.Drawing.Brush brush, float x, float y) => throw new PlatformNotSupportedException();
1066 public void DrawString(string s, System.Drawing.Font font, System.Drawing.Brush brush, float x, float y, System.Drawing.StringFormat format) => throw new PlatformNotSupportedException();
1067 public void EndContainer(System.Drawing.Drawing2D.GraphicsContainer container) => throw new PlatformNotSupportedException();
1068 public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Point destPoint, System.Drawing.Graphics.EnumerateMetafileProc callback) => throw new PlatformNotSupportedException();
1069 public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Point destPoint, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData) => throw new PlatformNotSupportedException();
1070 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) => throw new PlatformNotSupportedException();
1071 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) => throw new PlatformNotSupportedException();
1072 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) => throw new PlatformNotSupportedException();
1073 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) => throw new PlatformNotSupportedException();
1074 public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.PointF destPoint, System.Drawing.Graphics.EnumerateMetafileProc callback) => throw new PlatformNotSupportedException();
1075 public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.PointF destPoint, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData) => throw new PlatformNotSupportedException();
1076 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) => throw new PlatformNotSupportedException();
1077 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) => throw new PlatformNotSupportedException();
1078 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) => throw new PlatformNotSupportedException();
1079 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) => throw new PlatformNotSupportedException();
1080 public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.PointF[] destPoints, System.Drawing.Graphics.EnumerateMetafileProc callback) => throw new PlatformNotSupportedException();
1081 public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.PointF[] destPoints, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData) => throw new PlatformNotSupportedException();
1082 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) => throw new PlatformNotSupportedException();
1083 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) => throw new PlatformNotSupportedException();
1084 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) => throw new PlatformNotSupportedException();
1085 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) => throw new PlatformNotSupportedException();
1086 public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Point[] destPoints, System.Drawing.Graphics.EnumerateMetafileProc callback) => throw new PlatformNotSupportedException();
1087 public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Point[] destPoints, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData) => throw new PlatformNotSupportedException();
1088 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) => throw new PlatformNotSupportedException();
1089 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) => throw new PlatformNotSupportedException();
1090 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) => throw new PlatformNotSupportedException();
1091 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) => throw new PlatformNotSupportedException();
1092 public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Rectangle destRect, System.Drawing.Graphics.EnumerateMetafileProc callback) => throw new PlatformNotSupportedException();
1093 public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Rectangle destRect, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData) => throw new PlatformNotSupportedException();
1094 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) => throw new PlatformNotSupportedException();
1095 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) => throw new PlatformNotSupportedException();
1096 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) => throw new PlatformNotSupportedException();
1097 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) => throw new PlatformNotSupportedException();
1098 public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.RectangleF destRect, System.Drawing.Graphics.EnumerateMetafileProc callback) => throw new PlatformNotSupportedException();
1099 public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.RectangleF destRect, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData) => throw new PlatformNotSupportedException();
1100 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) => throw new PlatformNotSupportedException();
1101 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) => throw new PlatformNotSupportedException();
1102 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) => throw new PlatformNotSupportedException();
1103 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) => throw new PlatformNotSupportedException();
1104 public void ExcludeClip(System.Drawing.Rectangle rect) => throw new PlatformNotSupportedException();
1105 public void ExcludeClip(System.Drawing.Region region) => throw new PlatformNotSupportedException();
1106 public void FillClosedCurve(System.Drawing.Brush brush, System.Drawing.PointF[] points) => throw new PlatformNotSupportedException();
1107 public void FillClosedCurve(System.Drawing.Brush brush, System.Drawing.PointF[] points, System.Drawing.Drawing2D.FillMode fillmode) => throw new PlatformNotSupportedException();
1108 public void FillClosedCurve(System.Drawing.Brush brush, System.Drawing.PointF[] points, System.Drawing.Drawing2D.FillMode fillmode, float tension) => throw new PlatformNotSupportedException();
1109 public void FillClosedCurve(System.Drawing.Brush brush, System.Drawing.Point[] points) => throw new PlatformNotSupportedException();
1110 public void FillClosedCurve(System.Drawing.Brush brush, System.Drawing.Point[] points, System.Drawing.Drawing2D.FillMode fillmode) => throw new PlatformNotSupportedException();
1111 public void FillClosedCurve(System.Drawing.Brush brush, System.Drawing.Point[] points, System.Drawing.Drawing2D.FillMode fillmode, float tension) => throw new PlatformNotSupportedException();
1112 public void FillEllipse(System.Drawing.Brush brush, System.Drawing.Rectangle rect) => throw new PlatformNotSupportedException();
1113 public void FillEllipse(System.Drawing.Brush brush, System.Drawing.RectangleF rect) => throw new PlatformNotSupportedException();
1114 public void FillEllipse(System.Drawing.Brush brush, int x, int y, int width, int height) => throw new PlatformNotSupportedException();
1115 public void FillEllipse(System.Drawing.Brush brush, float x, float y, float width, float height) => throw new PlatformNotSupportedException();
1116 public void FillPath(System.Drawing.Brush brush, System.Drawing.Drawing2D.GraphicsPath path) => throw new PlatformNotSupportedException();
1117 public void FillPie(System.Drawing.Brush brush, System.Drawing.Rectangle rect, float startAngle, float sweepAngle) => throw new PlatformNotSupportedException();
1118 public void FillPie(System.Drawing.Brush brush, int x, int y, int width, int height, int startAngle, int sweepAngle) => throw new PlatformNotSupportedException();
1119 public void FillPie(System.Drawing.Brush brush, float x, float y, float width, float height, float startAngle, float sweepAngle) => throw new PlatformNotSupportedException();
1120 public void FillPolygon(System.Drawing.Brush brush, System.Drawing.PointF[] points) => throw new PlatformNotSupportedException();
1121 public void FillPolygon(System.Drawing.Brush brush, System.Drawing.PointF[] points, System.Drawing.Drawing2D.FillMode fillMode) => throw new PlatformNotSupportedException();
1122 public void FillPolygon(System.Drawing.Brush brush, System.Drawing.Point[] points) => throw new PlatformNotSupportedException();
1123 public void FillPolygon(System.Drawing.Brush brush, System.Drawing.Point[] points, System.Drawing.Drawing2D.FillMode fillMode) => throw new PlatformNotSupportedException();
1124 public void FillRectangle(System.Drawing.Brush brush, System.Drawing.Rectangle rect) => throw new PlatformNotSupportedException();
1125 public void FillRectangle(System.Drawing.Brush brush, System.Drawing.RectangleF rect) => throw new PlatformNotSupportedException();
1126 public void FillRectangle(System.Drawing.Brush brush, int x, int y, int width, int height) => throw new PlatformNotSupportedException();
1127 public void FillRectangle(System.Drawing.Brush brush, float x, float y, float width, float height) => throw new PlatformNotSupportedException();
1128 public void FillRectangles(System.Drawing.Brush brush, System.Drawing.RectangleF[] rects) => throw new PlatformNotSupportedException();
1129 public void FillRectangles(System.Drawing.Brush brush, System.Drawing.Rectangle[] rects) => throw new PlatformNotSupportedException();
1130 public void FillRegion(System.Drawing.Brush brush, System.Drawing.Region region) => throw new PlatformNotSupportedException();
1131 ~Graphics() => throw new PlatformNotSupportedException();
1132 public void Flush() => throw new PlatformNotSupportedException();
1133 public void Flush(System.Drawing.Drawing2D.FlushIntention intention) => throw new PlatformNotSupportedException();
1134 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
1135 public static System.Drawing.Graphics FromHdc(System.IntPtr hdc) { throw new PlatformNotSupportedException(); }
1136 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
1137 public static System.Drawing.Graphics FromHdc(System.IntPtr hdc, System.IntPtr hdevice) { throw new PlatformNotSupportedException(); }
1138 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
1139 public static System.Drawing.Graphics FromHdcInternal(System.IntPtr hdc) { throw new PlatformNotSupportedException(); }
1140 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
1141 public static System.Drawing.Graphics FromHwnd(System.IntPtr hwnd) { throw new PlatformNotSupportedException(); }
1142 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
1143 public static System.Drawing.Graphics FromHwndInternal(System.IntPtr hwnd) { throw new PlatformNotSupportedException(); }
1144 public static System.Drawing.Graphics FromImage(System.Drawing.Image image) { throw new PlatformNotSupportedException(); }
1145 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1146 public object GetContextInfo() { throw new PlatformNotSupportedException(); }
1147 public static System.IntPtr GetHalftonePalette() { throw new PlatformNotSupportedException(); }
1148 public System.IntPtr GetHdc() { throw new PlatformNotSupportedException(); }
1149 public System.Drawing.Color GetNearestColor(System.Drawing.Color color) { throw new PlatformNotSupportedException(); }
1150 public void IntersectClip(System.Drawing.Rectangle rect) => throw new PlatformNotSupportedException();
1151 public void IntersectClip(System.Drawing.RectangleF rect) => throw new PlatformNotSupportedException();
1152 public void IntersectClip(System.Drawing.Region region) => throw new PlatformNotSupportedException();
1153 public bool IsVisible(System.Drawing.Point point) { throw new PlatformNotSupportedException(); }
1154 public bool IsVisible(System.Drawing.PointF point) { throw new PlatformNotSupportedException(); }
1155 public bool IsVisible(System.Drawing.Rectangle rect) { throw new PlatformNotSupportedException(); }
1156 public bool IsVisible(System.Drawing.RectangleF rect) { throw new PlatformNotSupportedException(); }
1157 public bool IsVisible(int x, int y) { throw new PlatformNotSupportedException(); }
1158 public bool IsVisible(int x, int y, int width, int height) { throw new PlatformNotSupportedException(); }
1159 public bool IsVisible(float x, float y) { throw new PlatformNotSupportedException(); }
1160 public bool IsVisible(float x, float y, float width, float height) { throw new PlatformNotSupportedException(); }
1161 public System.Drawing.Region[] MeasureCharacterRanges(string text, System.Drawing.Font font, System.Drawing.RectangleF layoutRect, System.Drawing.StringFormat stringFormat) { throw new PlatformNotSupportedException(); }
1162 public System.Drawing.SizeF MeasureString(string text, System.Drawing.Font font) { throw new PlatformNotSupportedException(); }
1163 public System.Drawing.SizeF MeasureString(string text, System.Drawing.Font font, System.Drawing.PointF origin, System.Drawing.StringFormat stringFormat) { throw new PlatformNotSupportedException(); }
1164 public System.Drawing.SizeF MeasureString(string text, System.Drawing.Font font, System.Drawing.SizeF layoutArea) { throw new PlatformNotSupportedException(); }
1165 public System.Drawing.SizeF MeasureString(string text, System.Drawing.Font font, System.Drawing.SizeF layoutArea, System.Drawing.StringFormat stringFormat) { throw new PlatformNotSupportedException(); }
1166 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) { throw new PlatformNotSupportedException(); }
1167 public System.Drawing.SizeF MeasureString(string text, System.Drawing.Font font, int width) { throw new PlatformNotSupportedException(); }
1168 public System.Drawing.SizeF MeasureString(string text, System.Drawing.Font font, int width, System.Drawing.StringFormat format) { throw new PlatformNotSupportedException(); }
1169 public void MultiplyTransform(System.Drawing.Drawing2D.Matrix matrix) => throw new PlatformNotSupportedException();
1170 public void MultiplyTransform(System.Drawing.Drawing2D.Matrix matrix, System.Drawing.Drawing2D.MatrixOrder order) => throw new PlatformNotSupportedException();
1171 public void ReleaseHdc() => throw new PlatformNotSupportedException();
1172 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
1173 public void ReleaseHdc(System.IntPtr hdc) => throw new PlatformNotSupportedException();
1174 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1175 public void ReleaseHdcInternal(System.IntPtr hdc) => throw new PlatformNotSupportedException();
1176 public void ResetClip() => throw new PlatformNotSupportedException();
1177 public void ResetTransform() => throw new PlatformNotSupportedException();
1178 public void Restore(System.Drawing.Drawing2D.GraphicsState gstate) => throw new PlatformNotSupportedException();
1179 public void RotateTransform(float angle) => throw new PlatformNotSupportedException();
1180 public void RotateTransform(float angle, System.Drawing.Drawing2D.MatrixOrder order) => throw new PlatformNotSupportedException();
1181 public System.Drawing.Drawing2D.GraphicsState Save() { throw new PlatformNotSupportedException(); }
1182 public void ScaleTransform(float sx, float sy) => throw new PlatformNotSupportedException();
1183 public void ScaleTransform(float sx, float sy, System.Drawing.Drawing2D.MatrixOrder order) => throw new PlatformNotSupportedException();
1184 public void SetClip(System.Drawing.Drawing2D.GraphicsPath path) => throw new PlatformNotSupportedException();
1185 public void SetClip(System.Drawing.Drawing2D.GraphicsPath path, System.Drawing.Drawing2D.CombineMode combineMode) => throw new PlatformNotSupportedException();
1186 public void SetClip(System.Drawing.Graphics g) => throw new PlatformNotSupportedException();
1187 public void SetClip(System.Drawing.Graphics g, System.Drawing.Drawing2D.CombineMode combineMode) => throw new PlatformNotSupportedException();
1188 public void SetClip(System.Drawing.Rectangle rect) => throw new PlatformNotSupportedException();
1189 public void SetClip(System.Drawing.Rectangle rect, System.Drawing.Drawing2D.CombineMode combineMode) => throw new PlatformNotSupportedException();
1190 public void SetClip(System.Drawing.RectangleF rect) => throw new PlatformNotSupportedException();
1191 public void SetClip(System.Drawing.RectangleF rect, System.Drawing.Drawing2D.CombineMode combineMode) => throw new PlatformNotSupportedException();
1192 public void SetClip(System.Drawing.Region region, System.Drawing.Drawing2D.CombineMode combineMode) => throw new PlatformNotSupportedException();
1193 public void TransformPoints(System.Drawing.Drawing2D.CoordinateSpace destSpace, System.Drawing.Drawing2D.CoordinateSpace srcSpace, System.Drawing.PointF[] pts) => throw new PlatformNotSupportedException();
1194 public void TransformPoints(System.Drawing.Drawing2D.CoordinateSpace destSpace, System.Drawing.Drawing2D.CoordinateSpace srcSpace, System.Drawing.Point[] pts) => throw new PlatformNotSupportedException();
1195 public void TranslateClip(int dx, int dy) => throw new PlatformNotSupportedException();
1196 public void TranslateClip(float dx, float dy) => throw new PlatformNotSupportedException();
1197 public void TranslateTransform(float dx, float dy) => throw new PlatformNotSupportedException();
1198 public void TranslateTransform(float dx, float dy, System.Drawing.Drawing2D.MatrixOrder order) => throw new PlatformNotSupportedException();
1199 public delegate bool DrawImageAbort(System.IntPtr callbackdata);
1200 public delegate bool EnumerateMetafileProc(System.Drawing.Imaging.EmfPlusRecordType recordType, int flags, int dataSize, System.IntPtr data, System.Drawing.Imaging.PlayRecordCallback callbackData);
1202 public enum GraphicsUnit
1204 Display = 1,
1205 Document = 5,
1206 Inch = 4,
1207 Millimeter = 6,
1208 Pixel = 2,
1209 Point = 3,
1210 World = 0,
1212 #if netcoreapp
1213 [System.ComponentModel.TypeConverter("System.Drawing.IconConverter, System.Windows.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51")]
1214 #endif
1215 public sealed partial class Icon : System.MarshalByRefObject, System.ICloneable, System.IDisposable, System.Runtime.Serialization.ISerializable
1217 public Icon(System.Drawing.Icon original, System.Drawing.Size size) => throw new PlatformNotSupportedException();
1218 public Icon(System.Drawing.Icon original, int width, int height) => throw new PlatformNotSupportedException();
1219 public Icon(System.IO.Stream stream) => throw new PlatformNotSupportedException();
1220 public Icon(System.IO.Stream stream, System.Drawing.Size size) => throw new PlatformNotSupportedException();
1221 public Icon(System.IO.Stream stream, int width, int height) => throw new PlatformNotSupportedException();
1222 public Icon(string fileName) => throw new PlatformNotSupportedException();
1223 public Icon(string fileName, System.Drawing.Size size) => throw new PlatformNotSupportedException();
1224 public Icon(string fileName, int width, int height) => throw new PlatformNotSupportedException();
1225 public Icon(System.Type type, string resource) => throw new PlatformNotSupportedException();
1226 [System.ComponentModel.BrowsableAttribute(false)]
1227 public System.IntPtr Handle { get { throw new PlatformNotSupportedException(); } }
1228 [System.ComponentModel.BrowsableAttribute(false)]
1229 public int Height { get { throw new PlatformNotSupportedException(); } }
1230 public System.Drawing.Size Size { get { throw new PlatformNotSupportedException(); } }
1231 [System.ComponentModel.BrowsableAttribute(false)]
1232 public int Width { get { throw new PlatformNotSupportedException(); } }
1233 public object Clone() { throw new PlatformNotSupportedException(); }
1234 public void Dispose() => throw new PlatformNotSupportedException();
1235 public static System.Drawing.Icon ExtractAssociatedIcon(string filePath) { throw new PlatformNotSupportedException(); }
1236 ~Icon() => throw new PlatformNotSupportedException();
1237 public static System.Drawing.Icon FromHandle(System.IntPtr handle) { throw new PlatformNotSupportedException(); }
1238 public void Save(System.IO.Stream outputStream) => throw new PlatformNotSupportedException();
1239 void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw new PlatformNotSupportedException();
1240 public System.Drawing.Bitmap ToBitmap() { throw new PlatformNotSupportedException(); }
1241 public override string ToString() { throw new PlatformNotSupportedException(); }
1243 public partial interface IDeviceContext : System.IDisposable
1245 System.IntPtr GetHdc();
1246 void ReleaseHdc();
1248 #if netcoreapp
1249 [System.ComponentModel.TypeConverter("System.Drawing.ImageConverter, System.Windows.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51")]
1250 #endif
1251 [System.ComponentModel.ImmutableObjectAttribute(true)]
1252 public abstract partial class Image : System.MarshalByRefObject, System.ICloneable, System.IDisposable, System.Runtime.Serialization.ISerializable
1254 internal Image() => throw new PlatformNotSupportedException();
1255 [System.ComponentModel.BrowsableAttribute(false)]
1256 public int Flags { get { throw new PlatformNotSupportedException(); } }
1257 [System.ComponentModel.BrowsableAttribute(false)]
1258 public System.Guid[] FrameDimensionsList { get { throw new PlatformNotSupportedException(); } }
1259 [System.ComponentModel.BrowsableAttribute(false)]
1260 [System.ComponentModel.DefaultValueAttribute(false)]
1261 [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
1262 public int Height { get { throw new PlatformNotSupportedException(); } }
1263 public float HorizontalResolution { get { throw new PlatformNotSupportedException(); } }
1264 [System.ComponentModel.BrowsableAttribute(false)]
1265 public System.Drawing.Imaging.ColorPalette Palette { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
1266 public System.Drawing.SizeF PhysicalDimension { get { throw new PlatformNotSupportedException(); } }
1267 public System.Drawing.Imaging.PixelFormat PixelFormat { get { throw new PlatformNotSupportedException(); } }
1268 [System.ComponentModel.BrowsableAttribute(false)]
1269 public int[] PropertyIdList { get { throw new PlatformNotSupportedException(); } }
1270 [System.ComponentModel.BrowsableAttribute(false)]
1271 public System.Drawing.Imaging.PropertyItem[] PropertyItems { get { throw new PlatformNotSupportedException(); } }
1272 public System.Drawing.Imaging.ImageFormat RawFormat { get { throw new PlatformNotSupportedException(); } }
1273 public System.Drawing.Size Size { get { throw new PlatformNotSupportedException(); } }
1274 [System.ComponentModel.DefaultValueAttribute(null)]
1275 [System.ComponentModel.LocalizableAttribute(false)]
1276 public object Tag { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
1277 public float VerticalResolution { get { throw new PlatformNotSupportedException(); } }
1278 [System.ComponentModel.BrowsableAttribute(false)]
1279 [System.ComponentModel.DefaultValueAttribute(false)]
1280 [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
1281 public int Width { get { throw new PlatformNotSupportedException(); } }
1282 public object Clone() { throw new PlatformNotSupportedException(); }
1283 public void Dispose() => throw new PlatformNotSupportedException();
1284 protected virtual void Dispose(bool disposing) => throw new PlatformNotSupportedException();
1285 ~Image() => throw new PlatformNotSupportedException();
1286 public static System.Drawing.Image FromFile(string filename) { throw new PlatformNotSupportedException(); }
1287 public static System.Drawing.Image FromFile(string filename, bool useEmbeddedColorManagement) { throw new PlatformNotSupportedException(); }
1288 public static System.Drawing.Bitmap FromHbitmap(System.IntPtr hbitmap) { throw new PlatformNotSupportedException(); }
1289 public static System.Drawing.Bitmap FromHbitmap(System.IntPtr hbitmap, System.IntPtr hpalette) { throw new PlatformNotSupportedException(); }
1290 public static System.Drawing.Image FromStream(System.IO.Stream stream) { throw new PlatformNotSupportedException(); }
1291 public static System.Drawing.Image FromStream(System.IO.Stream stream, bool useEmbeddedColorManagement) { throw new PlatformNotSupportedException(); }
1292 public static System.Drawing.Image FromStream(System.IO.Stream stream, bool useEmbeddedColorManagement, bool validateImageData) { throw new PlatformNotSupportedException(); }
1293 public System.Drawing.RectangleF GetBounds(ref System.Drawing.GraphicsUnit pageUnit) { throw new PlatformNotSupportedException(); }
1294 public System.Drawing.Imaging.EncoderParameters GetEncoderParameterList(System.Guid encoder) { throw new PlatformNotSupportedException(); }
1295 public int GetFrameCount(System.Drawing.Imaging.FrameDimension dimension) { throw new PlatformNotSupportedException(); }
1296 public static int GetPixelFormatSize(System.Drawing.Imaging.PixelFormat pixfmt) { throw new PlatformNotSupportedException(); }
1297 public System.Drawing.Imaging.PropertyItem GetPropertyItem(int propid) { throw new PlatformNotSupportedException(); }
1298 public System.Drawing.Image GetThumbnailImage(int thumbWidth, int thumbHeight, System.Drawing.Image.GetThumbnailImageAbort callback, System.IntPtr callbackData) { throw new PlatformNotSupportedException(); }
1299 public static bool IsAlphaPixelFormat(System.Drawing.Imaging.PixelFormat pixfmt) { throw new PlatformNotSupportedException(); }
1300 public static bool IsCanonicalPixelFormat(System.Drawing.Imaging.PixelFormat pixfmt) { throw new PlatformNotSupportedException(); }
1301 public static bool IsExtendedPixelFormat(System.Drawing.Imaging.PixelFormat pixfmt) { throw new PlatformNotSupportedException(); }
1302 public void RemovePropertyItem(int propid) => throw new PlatformNotSupportedException();
1303 public void RotateFlip(System.Drawing.RotateFlipType rotateFlipType) => throw new PlatformNotSupportedException();
1304 public void Save(System.IO.Stream stream, System.Drawing.Imaging.ImageCodecInfo encoder, System.Drawing.Imaging.EncoderParameters encoderParams) => throw new PlatformNotSupportedException();
1305 public void Save(System.IO.Stream stream, System.Drawing.Imaging.ImageFormat format) => throw new PlatformNotSupportedException();
1306 public void Save(string filename) => throw new PlatformNotSupportedException();
1307 public void Save(string filename, System.Drawing.Imaging.ImageCodecInfo encoder, System.Drawing.Imaging.EncoderParameters encoderParams) => throw new PlatformNotSupportedException();
1308 public void Save(string filename, System.Drawing.Imaging.ImageFormat format) => throw new PlatformNotSupportedException();
1309 public void SaveAdd(System.Drawing.Image image, System.Drawing.Imaging.EncoderParameters encoderParams) => throw new PlatformNotSupportedException();
1310 public void SaveAdd(System.Drawing.Imaging.EncoderParameters encoderParams) => throw new PlatformNotSupportedException();
1311 public int SelectActiveFrame(System.Drawing.Imaging.FrameDimension dimension, int frameIndex) { throw new PlatformNotSupportedException(); }
1312 public void SetPropertyItem(System.Drawing.Imaging.PropertyItem propitem) => throw new PlatformNotSupportedException();
1313 void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw new PlatformNotSupportedException();
1314 public delegate bool GetThumbnailImageAbort();
1316 public sealed partial class ImageAnimator
1318 internal ImageAnimator() => throw new PlatformNotSupportedException();
1319 public static void Animate(System.Drawing.Image image, System.EventHandler onFrameChangedHandler) => throw new PlatformNotSupportedException();
1320 public static bool CanAnimate(System.Drawing.Image image) { throw new PlatformNotSupportedException(); }
1321 public static void StopAnimate(System.Drawing.Image image, System.EventHandler onFrameChangedHandler) => throw new PlatformNotSupportedException();
1322 public static void UpdateFrames() => throw new PlatformNotSupportedException();
1323 public static void UpdateFrames(System.Drawing.Image image) => throw new PlatformNotSupportedException();
1325 public sealed partial class Pen : System.MarshalByRefObject, System.ICloneable, System.IDisposable
1327 public Pen(System.Drawing.Brush brush) => throw new PlatformNotSupportedException();
1328 public Pen(System.Drawing.Brush brush, float width) => throw new PlatformNotSupportedException();
1329 public Pen(System.Drawing.Color color) => throw new PlatformNotSupportedException();
1330 public Pen(System.Drawing.Color color, float width) => throw new PlatformNotSupportedException();
1331 public System.Drawing.Drawing2D.PenAlignment Alignment { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
1332 public System.Drawing.Brush Brush { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
1333 public System.Drawing.Color Color { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
1334 public float[] CompoundArray { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
1335 public System.Drawing.Drawing2D.CustomLineCap CustomEndCap { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
1336 public System.Drawing.Drawing2D.CustomLineCap CustomStartCap { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
1337 public System.Drawing.Drawing2D.DashCap DashCap { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
1338 public float DashOffset { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
1339 public float[] DashPattern { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
1340 public System.Drawing.Drawing2D.DashStyle DashStyle { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
1341 public System.Drawing.Drawing2D.LineCap EndCap { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
1342 public System.Drawing.Drawing2D.LineJoin LineJoin { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
1343 public float MiterLimit { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
1344 public System.Drawing.Drawing2D.PenType PenType { get { throw new PlatformNotSupportedException(); } }
1345 public System.Drawing.Drawing2D.LineCap StartCap { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
1346 public System.Drawing.Drawing2D.Matrix Transform { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
1347 public float Width { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
1348 public object Clone() { throw new PlatformNotSupportedException(); }
1349 public void Dispose() => throw new PlatformNotSupportedException();
1350 ~Pen() => throw new PlatformNotSupportedException();
1351 public void MultiplyTransform(System.Drawing.Drawing2D.Matrix matrix) => throw new PlatformNotSupportedException();
1352 public void MultiplyTransform(System.Drawing.Drawing2D.Matrix matrix, System.Drawing.Drawing2D.MatrixOrder order) => throw new PlatformNotSupportedException();
1353 public void ResetTransform() => throw new PlatformNotSupportedException();
1354 public void RotateTransform(float angle) => throw new PlatformNotSupportedException();
1355 public void RotateTransform(float angle, System.Drawing.Drawing2D.MatrixOrder order) => throw new PlatformNotSupportedException();
1356 public void ScaleTransform(float sx, float sy) => throw new PlatformNotSupportedException();
1357 public void ScaleTransform(float sx, float sy, System.Drawing.Drawing2D.MatrixOrder order) => throw new PlatformNotSupportedException();
1358 public void SetLineCap(System.Drawing.Drawing2D.LineCap startCap, System.Drawing.Drawing2D.LineCap endCap, System.Drawing.Drawing2D.DashCap dashCap) => throw new PlatformNotSupportedException();
1359 public void TranslateTransform(float dx, float dy) => throw new PlatformNotSupportedException();
1360 public void TranslateTransform(float dx, float dy, System.Drawing.Drawing2D.MatrixOrder order) => throw new PlatformNotSupportedException();
1362 public static partial class Pens
1364 public static System.Drawing.Pen AliceBlue { get { throw new PlatformNotSupportedException(); } }
1365 public static System.Drawing.Pen AntiqueWhite { get { throw new PlatformNotSupportedException(); } }
1366 public static System.Drawing.Pen Aqua { get { throw new PlatformNotSupportedException(); } }
1367 public static System.Drawing.Pen Aquamarine { get { throw new PlatformNotSupportedException(); } }
1368 public static System.Drawing.Pen Azure { get { throw new PlatformNotSupportedException(); } }
1369 public static System.Drawing.Pen Beige { get { throw new PlatformNotSupportedException(); } }
1370 public static System.Drawing.Pen Bisque { get { throw new PlatformNotSupportedException(); } }
1371 public static System.Drawing.Pen Black { get { throw new PlatformNotSupportedException(); } }
1372 public static System.Drawing.Pen BlanchedAlmond { get { throw new PlatformNotSupportedException(); } }
1373 public static System.Drawing.Pen Blue { get { throw new PlatformNotSupportedException(); } }
1374 public static System.Drawing.Pen BlueViolet { get { throw new PlatformNotSupportedException(); } }
1375 public static System.Drawing.Pen Brown { get { throw new PlatformNotSupportedException(); } }
1376 public static System.Drawing.Pen BurlyWood { get { throw new PlatformNotSupportedException(); } }
1377 public static System.Drawing.Pen CadetBlue { get { throw new PlatformNotSupportedException(); } }
1378 public static System.Drawing.Pen Chartreuse { get { throw new PlatformNotSupportedException(); } }
1379 public static System.Drawing.Pen Chocolate { get { throw new PlatformNotSupportedException(); } }
1380 public static System.Drawing.Pen Coral { get { throw new PlatformNotSupportedException(); } }
1381 public static System.Drawing.Pen CornflowerBlue { get { throw new PlatformNotSupportedException(); } }
1382 public static System.Drawing.Pen Cornsilk { get { throw new PlatformNotSupportedException(); } }
1383 public static System.Drawing.Pen Crimson { get { throw new PlatformNotSupportedException(); } }
1384 public static System.Drawing.Pen Cyan { get { throw new PlatformNotSupportedException(); } }
1385 public static System.Drawing.Pen DarkBlue { get { throw new PlatformNotSupportedException(); } }
1386 public static System.Drawing.Pen DarkCyan { get { throw new PlatformNotSupportedException(); } }
1387 public static System.Drawing.Pen DarkGoldenrod { get { throw new PlatformNotSupportedException(); } }
1388 public static System.Drawing.Pen DarkGray { get { throw new PlatformNotSupportedException(); } }
1389 public static System.Drawing.Pen DarkGreen { get { throw new PlatformNotSupportedException(); } }
1390 public static System.Drawing.Pen DarkKhaki { get { throw new PlatformNotSupportedException(); } }
1391 public static System.Drawing.Pen DarkMagenta { get { throw new PlatformNotSupportedException(); } }
1392 public static System.Drawing.Pen DarkOliveGreen { get { throw new PlatformNotSupportedException(); } }
1393 public static System.Drawing.Pen DarkOrange { get { throw new PlatformNotSupportedException(); } }
1394 public static System.Drawing.Pen DarkOrchid { get { throw new PlatformNotSupportedException(); } }
1395 public static System.Drawing.Pen DarkRed { get { throw new PlatformNotSupportedException(); } }
1396 public static System.Drawing.Pen DarkSalmon { get { throw new PlatformNotSupportedException(); } }
1397 public static System.Drawing.Pen DarkSeaGreen { get { throw new PlatformNotSupportedException(); } }
1398 public static System.Drawing.Pen DarkSlateBlue { get { throw new PlatformNotSupportedException(); } }
1399 public static System.Drawing.Pen DarkSlateGray { get { throw new PlatformNotSupportedException(); } }
1400 public static System.Drawing.Pen DarkTurquoise { get { throw new PlatformNotSupportedException(); } }
1401 public static System.Drawing.Pen DarkViolet { get { throw new PlatformNotSupportedException(); } }
1402 public static System.Drawing.Pen DeepPink { get { throw new PlatformNotSupportedException(); } }
1403 public static System.Drawing.Pen DeepSkyBlue { get { throw new PlatformNotSupportedException(); } }
1404 public static System.Drawing.Pen DimGray { get { throw new PlatformNotSupportedException(); } }
1405 public static System.Drawing.Pen DodgerBlue { get { throw new PlatformNotSupportedException(); } }
1406 public static System.Drawing.Pen Firebrick { get { throw new PlatformNotSupportedException(); } }
1407 public static System.Drawing.Pen FloralWhite { get { throw new PlatformNotSupportedException(); } }
1408 public static System.Drawing.Pen ForestGreen { get { throw new PlatformNotSupportedException(); } }
1409 public static System.Drawing.Pen Fuchsia { get { throw new PlatformNotSupportedException(); } }
1410 public static System.Drawing.Pen Gainsboro { get { throw new PlatformNotSupportedException(); } }
1411 public static System.Drawing.Pen GhostWhite { get { throw new PlatformNotSupportedException(); } }
1412 public static System.Drawing.Pen Gold { get { throw new PlatformNotSupportedException(); } }
1413 public static System.Drawing.Pen Goldenrod { get { throw new PlatformNotSupportedException(); } }
1414 public static System.Drawing.Pen Gray { get { throw new PlatformNotSupportedException(); } }
1415 public static System.Drawing.Pen Green { get { throw new PlatformNotSupportedException(); } }
1416 public static System.Drawing.Pen GreenYellow { get { throw new PlatformNotSupportedException(); } }
1417 public static System.Drawing.Pen Honeydew { get { throw new PlatformNotSupportedException(); } }
1418 public static System.Drawing.Pen HotPink { get { throw new PlatformNotSupportedException(); } }
1419 public static System.Drawing.Pen IndianRed { get { throw new PlatformNotSupportedException(); } }
1420 public static System.Drawing.Pen Indigo { get { throw new PlatformNotSupportedException(); } }
1421 public static System.Drawing.Pen Ivory { get { throw new PlatformNotSupportedException(); } }
1422 public static System.Drawing.Pen Khaki { get { throw new PlatformNotSupportedException(); } }
1423 public static System.Drawing.Pen Lavender { get { throw new PlatformNotSupportedException(); } }
1424 public static System.Drawing.Pen LavenderBlush { get { throw new PlatformNotSupportedException(); } }
1425 public static System.Drawing.Pen LawnGreen { get { throw new PlatformNotSupportedException(); } }
1426 public static System.Drawing.Pen LemonChiffon { get { throw new PlatformNotSupportedException(); } }
1427 public static System.Drawing.Pen LightBlue { get { throw new PlatformNotSupportedException(); } }
1428 public static System.Drawing.Pen LightCoral { get { throw new PlatformNotSupportedException(); } }
1429 public static System.Drawing.Pen LightCyan { get { throw new PlatformNotSupportedException(); } }
1430 public static System.Drawing.Pen LightGoldenrodYellow { get { throw new PlatformNotSupportedException(); } }
1431 public static System.Drawing.Pen LightGray { get { throw new PlatformNotSupportedException(); } }
1432 public static System.Drawing.Pen LightGreen { get { throw new PlatformNotSupportedException(); } }
1433 public static System.Drawing.Pen LightPink { get { throw new PlatformNotSupportedException(); } }
1434 public static System.Drawing.Pen LightSalmon { get { throw new PlatformNotSupportedException(); } }
1435 public static System.Drawing.Pen LightSeaGreen { get { throw new PlatformNotSupportedException(); } }
1436 public static System.Drawing.Pen LightSkyBlue { get { throw new PlatformNotSupportedException(); } }
1437 public static System.Drawing.Pen LightSlateGray { get { throw new PlatformNotSupportedException(); } }
1438 public static System.Drawing.Pen LightSteelBlue { get { throw new PlatformNotSupportedException(); } }
1439 public static System.Drawing.Pen LightYellow { get { throw new PlatformNotSupportedException(); } }
1440 public static System.Drawing.Pen Lime { get { throw new PlatformNotSupportedException(); } }
1441 public static System.Drawing.Pen LimeGreen { get { throw new PlatformNotSupportedException(); } }
1442 public static System.Drawing.Pen Linen { get { throw new PlatformNotSupportedException(); } }
1443 public static System.Drawing.Pen Magenta { get { throw new PlatformNotSupportedException(); } }
1444 public static System.Drawing.Pen Maroon { get { throw new PlatformNotSupportedException(); } }
1445 public static System.Drawing.Pen MediumAquamarine { get { throw new PlatformNotSupportedException(); } }
1446 public static System.Drawing.Pen MediumBlue { get { throw new PlatformNotSupportedException(); } }
1447 public static System.Drawing.Pen MediumOrchid { get { throw new PlatformNotSupportedException(); } }
1448 public static System.Drawing.Pen MediumPurple { get { throw new PlatformNotSupportedException(); } }
1449 public static System.Drawing.Pen MediumSeaGreen { get { throw new PlatformNotSupportedException(); } }
1450 public static System.Drawing.Pen MediumSlateBlue { get { throw new PlatformNotSupportedException(); } }
1451 public static System.Drawing.Pen MediumSpringGreen { get { throw new PlatformNotSupportedException(); } }
1452 public static System.Drawing.Pen MediumTurquoise { get { throw new PlatformNotSupportedException(); } }
1453 public static System.Drawing.Pen MediumVioletRed { get { throw new PlatformNotSupportedException(); } }
1454 public static System.Drawing.Pen MidnightBlue { get { throw new PlatformNotSupportedException(); } }
1455 public static System.Drawing.Pen MintCream { get { throw new PlatformNotSupportedException(); } }
1456 public static System.Drawing.Pen MistyRose { get { throw new PlatformNotSupportedException(); } }
1457 public static System.Drawing.Pen Moccasin { get { throw new PlatformNotSupportedException(); } }
1458 public static System.Drawing.Pen NavajoWhite { get { throw new PlatformNotSupportedException(); } }
1459 public static System.Drawing.Pen Navy { get { throw new PlatformNotSupportedException(); } }
1460 public static System.Drawing.Pen OldLace { get { throw new PlatformNotSupportedException(); } }
1461 public static System.Drawing.Pen Olive { get { throw new PlatformNotSupportedException(); } }
1462 public static System.Drawing.Pen OliveDrab { get { throw new PlatformNotSupportedException(); } }
1463 public static System.Drawing.Pen Orange { get { throw new PlatformNotSupportedException(); } }
1464 public static System.Drawing.Pen OrangeRed { get { throw new PlatformNotSupportedException(); } }
1465 public static System.Drawing.Pen Orchid { get { throw new PlatformNotSupportedException(); } }
1466 public static System.Drawing.Pen PaleGoldenrod { get { throw new PlatformNotSupportedException(); } }
1467 public static System.Drawing.Pen PaleGreen { get { throw new PlatformNotSupportedException(); } }
1468 public static System.Drawing.Pen PaleTurquoise { get { throw new PlatformNotSupportedException(); } }
1469 public static System.Drawing.Pen PaleVioletRed { get { throw new PlatformNotSupportedException(); } }
1470 public static System.Drawing.Pen PapayaWhip { get { throw new PlatformNotSupportedException(); } }
1471 public static System.Drawing.Pen PeachPuff { get { throw new PlatformNotSupportedException(); } }
1472 public static System.Drawing.Pen Peru { get { throw new PlatformNotSupportedException(); } }
1473 public static System.Drawing.Pen Pink { get { throw new PlatformNotSupportedException(); } }
1474 public static System.Drawing.Pen Plum { get { throw new PlatformNotSupportedException(); } }
1475 public static System.Drawing.Pen PowderBlue { get { throw new PlatformNotSupportedException(); } }
1476 public static System.Drawing.Pen Purple { get { throw new PlatformNotSupportedException(); } }
1477 public static System.Drawing.Pen Red { get { throw new PlatformNotSupportedException(); } }
1478 public static System.Drawing.Pen RosyBrown { get { throw new PlatformNotSupportedException(); } }
1479 public static System.Drawing.Pen RoyalBlue { get { throw new PlatformNotSupportedException(); } }
1480 public static System.Drawing.Pen SaddleBrown { get { throw new PlatformNotSupportedException(); } }
1481 public static System.Drawing.Pen Salmon { get { throw new PlatformNotSupportedException(); } }
1482 public static System.Drawing.Pen SandyBrown { get { throw new PlatformNotSupportedException(); } }
1483 public static System.Drawing.Pen SeaGreen { get { throw new PlatformNotSupportedException(); } }
1484 public static System.Drawing.Pen SeaShell { get { throw new PlatformNotSupportedException(); } }
1485 public static System.Drawing.Pen Sienna { get { throw new PlatformNotSupportedException(); } }
1486 public static System.Drawing.Pen Silver { get { throw new PlatformNotSupportedException(); } }
1487 public static System.Drawing.Pen SkyBlue { get { throw new PlatformNotSupportedException(); } }
1488 public static System.Drawing.Pen SlateBlue { get { throw new PlatformNotSupportedException(); } }
1489 public static System.Drawing.Pen SlateGray { get { throw new PlatformNotSupportedException(); } }
1490 public static System.Drawing.Pen Snow { get { throw new PlatformNotSupportedException(); } }
1491 public static System.Drawing.Pen SpringGreen { get { throw new PlatformNotSupportedException(); } }
1492 public static System.Drawing.Pen SteelBlue { get { throw new PlatformNotSupportedException(); } }
1493 public static System.Drawing.Pen Tan { get { throw new PlatformNotSupportedException(); } }
1494 public static System.Drawing.Pen Teal { get { throw new PlatformNotSupportedException(); } }
1495 public static System.Drawing.Pen Thistle { get { throw new PlatformNotSupportedException(); } }
1496 public static System.Drawing.Pen Tomato { get { throw new PlatformNotSupportedException(); } }
1497 public static System.Drawing.Pen Transparent { get { throw new PlatformNotSupportedException(); } }
1498 public static System.Drawing.Pen Turquoise { get { throw new PlatformNotSupportedException(); } }
1499 public static System.Drawing.Pen Violet { get { throw new PlatformNotSupportedException(); } }
1500 public static System.Drawing.Pen Wheat { get { throw new PlatformNotSupportedException(); } }
1501 public static System.Drawing.Pen White { get { throw new PlatformNotSupportedException(); } }
1502 public static System.Drawing.Pen WhiteSmoke { get { throw new PlatformNotSupportedException(); } }
1503 public static System.Drawing.Pen Yellow { get { throw new PlatformNotSupportedException(); } }
1504 public static System.Drawing.Pen YellowGreen { get { throw new PlatformNotSupportedException(); } }
1506 public sealed partial class Region : System.MarshalByRefObject, System.IDisposable
1508 public Region() => throw new PlatformNotSupportedException();
1509 public Region(System.Drawing.Drawing2D.GraphicsPath path) => throw new PlatformNotSupportedException();
1510 public Region(System.Drawing.Drawing2D.RegionData rgnData) => throw new PlatformNotSupportedException();
1511 public Region(System.Drawing.Rectangle rect) => throw new PlatformNotSupportedException();
1512 public Region(System.Drawing.RectangleF rect) => throw new PlatformNotSupportedException();
1513 public System.Drawing.Region Clone() { throw new PlatformNotSupportedException(); }
1514 public void Complement(System.Drawing.Drawing2D.GraphicsPath path) => throw new PlatformNotSupportedException();
1515 public void Complement(System.Drawing.Rectangle rect) => throw new PlatformNotSupportedException();
1516 public void Complement(System.Drawing.RectangleF rect) => throw new PlatformNotSupportedException();
1517 public void Complement(System.Drawing.Region region) => throw new PlatformNotSupportedException();
1518 public void Dispose() => throw new PlatformNotSupportedException();
1519 public bool Equals(System.Drawing.Region region, System.Drawing.Graphics g) { throw new PlatformNotSupportedException(); }
1520 public void Exclude(System.Drawing.Drawing2D.GraphicsPath path) => throw new PlatformNotSupportedException();
1521 public void Exclude(System.Drawing.Rectangle rect) => throw new PlatformNotSupportedException();
1522 public void Exclude(System.Drawing.RectangleF rect) => throw new PlatformNotSupportedException();
1523 public void Exclude(System.Drawing.Region region) => throw new PlatformNotSupportedException();
1524 ~Region() => throw new PlatformNotSupportedException();
1525 public static System.Drawing.Region FromHrgn(System.IntPtr hrgn) { throw new PlatformNotSupportedException(); }
1526 public System.Drawing.RectangleF GetBounds(System.Drawing.Graphics g) { throw new PlatformNotSupportedException(); }
1527 public System.IntPtr GetHrgn(System.Drawing.Graphics g) { throw new PlatformNotSupportedException(); }
1528 public System.Drawing.Drawing2D.RegionData GetRegionData() { throw new PlatformNotSupportedException(); }
1529 public System.Drawing.RectangleF[] GetRegionScans(System.Drawing.Drawing2D.Matrix matrix) { throw new PlatformNotSupportedException(); }
1530 public void Intersect(System.Drawing.Drawing2D.GraphicsPath path) => throw new PlatformNotSupportedException();
1531 public void Intersect(System.Drawing.Rectangle rect) => throw new PlatformNotSupportedException();
1532 public void Intersect(System.Drawing.RectangleF rect) => throw new PlatformNotSupportedException();
1533 public void Intersect(System.Drawing.Region region) => throw new PlatformNotSupportedException();
1534 public bool IsEmpty(System.Drawing.Graphics g) { throw new PlatformNotSupportedException(); }
1535 public bool IsInfinite(System.Drawing.Graphics g) { throw new PlatformNotSupportedException(); }
1536 public bool IsVisible(System.Drawing.Point point) { throw new PlatformNotSupportedException(); }
1537 public bool IsVisible(System.Drawing.Point point, System.Drawing.Graphics g) { throw new PlatformNotSupportedException(); }
1538 public bool IsVisible(System.Drawing.PointF point) { throw new PlatformNotSupportedException(); }
1539 public bool IsVisible(System.Drawing.PointF point, System.Drawing.Graphics g) { throw new PlatformNotSupportedException(); }
1540 public bool IsVisible(System.Drawing.Rectangle rect) { throw new PlatformNotSupportedException(); }
1541 public bool IsVisible(System.Drawing.Rectangle rect, System.Drawing.Graphics g) { throw new PlatformNotSupportedException(); }
1542 public bool IsVisible(System.Drawing.RectangleF rect) { throw new PlatformNotSupportedException(); }
1543 public bool IsVisible(System.Drawing.RectangleF rect, System.Drawing.Graphics g) { throw new PlatformNotSupportedException(); }
1544 public bool IsVisible(int x, int y, System.Drawing.Graphics g) { throw new PlatformNotSupportedException(); }
1545 public bool IsVisible(int x, int y, int width, int height) { throw new PlatformNotSupportedException(); }
1546 public bool IsVisible(int x, int y, int width, int height, System.Drawing.Graphics g) { throw new PlatformNotSupportedException(); }
1547 public bool IsVisible(float x, float y) { throw new PlatformNotSupportedException(); }
1548 public bool IsVisible(float x, float y, System.Drawing.Graphics g) { throw new PlatformNotSupportedException(); }
1549 public bool IsVisible(float x, float y, float width, float height) { throw new PlatformNotSupportedException(); }
1550 public bool IsVisible(float x, float y, float width, float height, System.Drawing.Graphics g) { throw new PlatformNotSupportedException(); }
1551 public void MakeEmpty() => throw new PlatformNotSupportedException();
1552 public void MakeInfinite() => throw new PlatformNotSupportedException();
1553 public void ReleaseHrgn(System.IntPtr regionHandle) => throw new PlatformNotSupportedException();
1554 public void Transform(System.Drawing.Drawing2D.Matrix matrix) => throw new PlatformNotSupportedException();
1555 public void Translate(int dx, int dy) => throw new PlatformNotSupportedException();
1556 public void Translate(float dx, float dy) => throw new PlatformNotSupportedException();
1557 public void Union(System.Drawing.Drawing2D.GraphicsPath path) => throw new PlatformNotSupportedException();
1558 public void Union(System.Drawing.Rectangle rect) => throw new PlatformNotSupportedException();
1559 public void Union(System.Drawing.RectangleF rect) => throw new PlatformNotSupportedException();
1560 public void Union(System.Drawing.Region region) => throw new PlatformNotSupportedException();
1561 public void Xor(System.Drawing.Drawing2D.GraphicsPath path) => throw new PlatformNotSupportedException();
1562 public void Xor(System.Drawing.Rectangle rect) => throw new PlatformNotSupportedException();
1563 public void Xor(System.Drawing.RectangleF rect) => throw new PlatformNotSupportedException();
1564 public void Xor(System.Drawing.Region region) => throw new PlatformNotSupportedException();
1566 public enum RotateFlipType
1568 Rotate180FlipNone = 2,
1569 Rotate180FlipX = 6,
1570 Rotate180FlipXY = 0,
1571 Rotate180FlipY = 4,
1572 Rotate270FlipNone = 3,
1573 Rotate270FlipX = 7,
1574 Rotate270FlipXY = 1,
1575 Rotate270FlipY = 5,
1576 Rotate90FlipNone = 1,
1577 Rotate90FlipX = 5,
1578 Rotate90FlipXY = 3,
1579 Rotate90FlipY = 7,
1580 RotateNoneFlipNone = 0,
1581 RotateNoneFlipX = 4,
1582 RotateNoneFlipXY = 2,
1583 RotateNoneFlipY = 6,
1585 public sealed partial class SolidBrush : System.Drawing.Brush
1587 public SolidBrush(System.Drawing.Color color) => throw new PlatformNotSupportedException();
1588 public System.Drawing.Color Color { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
1589 public override object Clone() { throw new PlatformNotSupportedException(); }
1590 protected override void Dispose(bool disposing) => throw new PlatformNotSupportedException();
1592 public enum StringAlignment
1594 Center = 1,
1595 Far = 2,
1596 Near = 0,
1598 public enum StringDigitSubstitute
1600 National = 2,
1601 None = 1,
1602 Traditional = 3,
1603 User = 0,
1605 public sealed partial class StringFormat : System.MarshalByRefObject, System.ICloneable, System.IDisposable
1607 public StringFormat() => throw new PlatformNotSupportedException();
1608 public StringFormat(System.Drawing.StringFormat format) => throw new PlatformNotSupportedException();
1609 public StringFormat(System.Drawing.StringFormatFlags options) => throw new PlatformNotSupportedException();
1610 public StringFormat(System.Drawing.StringFormatFlags options, int language) => throw new PlatformNotSupportedException();
1611 public System.Drawing.StringAlignment Alignment { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
1612 public int DigitSubstitutionLanguage { get { throw new PlatformNotSupportedException(); } }
1613 public System.Drawing.StringDigitSubstitute DigitSubstitutionMethod { get { throw new PlatformNotSupportedException(); } }
1614 public System.Drawing.StringFormatFlags FormatFlags { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
1615 public static System.Drawing.StringFormat GenericDefault { get { throw new PlatformNotSupportedException(); } }
1616 public static System.Drawing.StringFormat GenericTypographic { get { throw new PlatformNotSupportedException(); } }
1617 public System.Drawing.Text.HotkeyPrefix HotkeyPrefix { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
1618 public System.Drawing.StringAlignment LineAlignment { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
1619 public System.Drawing.StringTrimming Trimming { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
1620 public object Clone() { throw new PlatformNotSupportedException(); }
1621 public void Dispose() => throw new PlatformNotSupportedException();
1622 ~StringFormat() => throw new PlatformNotSupportedException();
1623 public float[] GetTabStops(out float firstTabOffset) { throw new PlatformNotSupportedException(); }
1624 public void SetDigitSubstitution(int language, System.Drawing.StringDigitSubstitute substitute) => throw new PlatformNotSupportedException();
1625 public void SetMeasurableCharacterRanges(System.Drawing.CharacterRange[] ranges) => throw new PlatformNotSupportedException();
1626 public void SetTabStops(float firstTabOffset, float[] tabStops) => throw new PlatformNotSupportedException();
1627 public override string ToString() { throw new PlatformNotSupportedException(); }
1629 [System.FlagsAttribute]
1630 public enum StringFormatFlags
1632 DirectionRightToLeft = 1,
1633 DirectionVertical = 2,
1634 DisplayFormatControl = 32,
1635 FitBlackBox = 4,
1636 LineLimit = 8192,
1637 MeasureTrailingSpaces = 2048,
1638 NoClip = 16384,
1639 NoFontFallback = 1024,
1640 NoWrap = 4096,
1642 public enum StringTrimming
1644 Character = 1,
1645 EllipsisCharacter = 3,
1646 EllipsisPath = 5,
1647 EllipsisWord = 4,
1648 None = 0,
1649 Word = 2,
1651 public enum StringUnit
1653 Display = 1,
1654 Document = 5,
1655 Em = 32,
1656 Inch = 4,
1657 Millimeter = 6,
1658 Pixel = 2,
1659 Point = 3,
1660 World = 0,
1662 public static partial class SystemBrushes
1664 public static System.Drawing.Brush ActiveBorder { get { throw new PlatformNotSupportedException(); } }
1665 public static System.Drawing.Brush ActiveCaption { get { throw new PlatformNotSupportedException(); } }
1666 public static System.Drawing.Brush ActiveCaptionText { get { throw new PlatformNotSupportedException(); } }
1667 public static System.Drawing.Brush AppWorkspace { get { throw new PlatformNotSupportedException(); } }
1668 public static System.Drawing.Brush ButtonFace { get { throw new PlatformNotSupportedException(); } }
1669 public static System.Drawing.Brush ButtonHighlight { get { throw new PlatformNotSupportedException(); } }
1670 public static System.Drawing.Brush ButtonShadow { get { throw new PlatformNotSupportedException(); } }
1671 public static System.Drawing.Brush Control { get { throw new PlatformNotSupportedException(); } }
1672 public static System.Drawing.Brush ControlDark { get { throw new PlatformNotSupportedException(); } }
1673 public static System.Drawing.Brush ControlDarkDark { get { throw new PlatformNotSupportedException(); } }
1674 public static System.Drawing.Brush ControlLight { get { throw new PlatformNotSupportedException(); } }
1675 public static System.Drawing.Brush ControlLightLight { get { throw new PlatformNotSupportedException(); } }
1676 public static System.Drawing.Brush ControlText { get { throw new PlatformNotSupportedException(); } }
1677 public static System.Drawing.Brush Desktop { get { throw new PlatformNotSupportedException(); } }
1678 public static System.Drawing.Brush GradientActiveCaption { get { throw new PlatformNotSupportedException(); } }
1679 public static System.Drawing.Brush GradientInactiveCaption { get { throw new PlatformNotSupportedException(); } }
1680 public static System.Drawing.Brush GrayText { get { throw new PlatformNotSupportedException(); } }
1681 public static System.Drawing.Brush Highlight { get { throw new PlatformNotSupportedException(); } }
1682 public static System.Drawing.Brush HighlightText { get { throw new PlatformNotSupportedException(); } }
1683 public static System.Drawing.Brush HotTrack { get { throw new PlatformNotSupportedException(); } }
1684 public static System.Drawing.Brush InactiveBorder { get { throw new PlatformNotSupportedException(); } }
1685 public static System.Drawing.Brush InactiveCaption { get { throw new PlatformNotSupportedException(); } }
1686 public static System.Drawing.Brush InactiveCaptionText { get { throw new PlatformNotSupportedException(); } }
1687 public static System.Drawing.Brush Info { get { throw new PlatformNotSupportedException(); } }
1688 public static System.Drawing.Brush InfoText { get { throw new PlatformNotSupportedException(); } }
1689 public static System.Drawing.Brush Menu { get { throw new PlatformNotSupportedException(); } }
1690 public static System.Drawing.Brush MenuBar { get { throw new PlatformNotSupportedException(); } }
1691 public static System.Drawing.Brush MenuHighlight { get { throw new PlatformNotSupportedException(); } }
1692 public static System.Drawing.Brush MenuText { get { throw new PlatformNotSupportedException(); } }
1693 public static System.Drawing.Brush ScrollBar { get { throw new PlatformNotSupportedException(); } }
1694 public static System.Drawing.Brush Window { get { throw new PlatformNotSupportedException(); } }
1695 public static System.Drawing.Brush WindowFrame { get { throw new PlatformNotSupportedException(); } }
1696 public static System.Drawing.Brush WindowText { get { throw new PlatformNotSupportedException(); } }
1697 public static System.Drawing.Brush FromSystemColor(System.Drawing.Color c) { throw new PlatformNotSupportedException(); }
1700 #if !MONODROID
1702 public static partial class SystemColors
1704 public static System.Drawing.Color ActiveBorder { get { throw new PlatformNotSupportedException(); } }
1705 public static System.Drawing.Color ActiveCaption { get { throw new PlatformNotSupportedException(); } }
1706 public static System.Drawing.Color ActiveCaptionText { get { throw new PlatformNotSupportedException(); } }
1707 public static System.Drawing.Color AppWorkspace { get { throw new PlatformNotSupportedException(); } }
1708 public static System.Drawing.Color ButtonFace { get { throw new PlatformNotSupportedException(); } }
1709 public static System.Drawing.Color ButtonHighlight { get { throw new PlatformNotSupportedException(); } }
1710 public static System.Drawing.Color ButtonShadow { get { throw new PlatformNotSupportedException(); } }
1711 public static System.Drawing.Color Control { get { throw new PlatformNotSupportedException(); } }
1712 public static System.Drawing.Color ControlDark { get { throw new PlatformNotSupportedException(); } }
1713 public static System.Drawing.Color ControlDarkDark { get { throw new PlatformNotSupportedException(); } }
1714 public static System.Drawing.Color ControlLight { get { throw new PlatformNotSupportedException(); } }
1715 public static System.Drawing.Color ControlLightLight { get { throw new PlatformNotSupportedException(); } }
1716 public static System.Drawing.Color ControlText { get { throw new PlatformNotSupportedException(); } }
1717 public static System.Drawing.Color Desktop { get { throw new PlatformNotSupportedException(); } }
1718 public static System.Drawing.Color GradientActiveCaption { get { throw new PlatformNotSupportedException(); } }
1719 public static System.Drawing.Color GradientInactiveCaption { get { throw new PlatformNotSupportedException(); } }
1720 public static System.Drawing.Color GrayText { get { throw new PlatformNotSupportedException(); } }
1721 public static System.Drawing.Color Highlight { get { throw new PlatformNotSupportedException(); } }
1722 public static System.Drawing.Color HighlightText { get { throw new PlatformNotSupportedException(); } }
1723 public static System.Drawing.Color HotTrack { get { throw new PlatformNotSupportedException(); } }
1724 public static System.Drawing.Color InactiveBorder { get { throw new PlatformNotSupportedException(); } }
1725 public static System.Drawing.Color InactiveCaption { get { throw new PlatformNotSupportedException(); } }
1726 public static System.Drawing.Color InactiveCaptionText { get { throw new PlatformNotSupportedException(); } }
1727 public static System.Drawing.Color Info { get { throw new PlatformNotSupportedException(); } }
1728 public static System.Drawing.Color InfoText { get { throw new PlatformNotSupportedException(); } }
1729 public static System.Drawing.Color Menu { get { throw new PlatformNotSupportedException(); } }
1730 public static System.Drawing.Color MenuBar { get { throw new PlatformNotSupportedException(); } }
1731 public static System.Drawing.Color MenuHighlight { get { throw new PlatformNotSupportedException(); } }
1732 public static System.Drawing.Color MenuText { get { throw new PlatformNotSupportedException(); } }
1733 public static System.Drawing.Color ScrollBar { get { throw new PlatformNotSupportedException(); } }
1734 public static System.Drawing.Color Window { get { throw new PlatformNotSupportedException(); } }
1735 public static System.Drawing.Color WindowFrame { get { throw new PlatformNotSupportedException(); } }
1736 public static System.Drawing.Color WindowText { get { throw new PlatformNotSupportedException(); } }
1739 #endif // !MONODROID
1741 public static partial class SystemFonts
1743 public static System.Drawing.Font CaptionFont { get { throw new PlatformNotSupportedException(); } }
1744 public static System.Drawing.Font DefaultFont { get { throw new PlatformNotSupportedException(); } }
1745 public static System.Drawing.Font DialogFont { get { throw new PlatformNotSupportedException(); } }
1746 public static System.Drawing.Font IconTitleFont { get { throw new PlatformNotSupportedException(); } }
1747 public static System.Drawing.Font MenuFont { get { throw new PlatformNotSupportedException(); } }
1748 public static System.Drawing.Font MessageBoxFont { get { throw new PlatformNotSupportedException(); } }
1749 public static System.Drawing.Font SmallCaptionFont { get { throw new PlatformNotSupportedException(); } }
1750 public static System.Drawing.Font StatusFont { get { throw new PlatformNotSupportedException(); } }
1751 public static System.Drawing.Font GetFontByName(string systemFontName) { throw new PlatformNotSupportedException(); }
1753 public static partial class SystemIcons
1755 public static System.Drawing.Icon Application { get { throw new PlatformNotSupportedException(); } }
1756 public static System.Drawing.Icon Asterisk { get { throw new PlatformNotSupportedException(); } }
1757 public static System.Drawing.Icon Error { get { throw new PlatformNotSupportedException(); } }
1758 public static System.Drawing.Icon Exclamation { get { throw new PlatformNotSupportedException(); } }
1759 public static System.Drawing.Icon Hand { get { throw new PlatformNotSupportedException(); } }
1760 public static System.Drawing.Icon Information { get { throw new PlatformNotSupportedException(); } }
1761 public static System.Drawing.Icon Question { get { throw new PlatformNotSupportedException(); } }
1762 public static System.Drawing.Icon Shield { get { throw new PlatformNotSupportedException(); } }
1763 public static System.Drawing.Icon Warning { get { throw new PlatformNotSupportedException(); } }
1764 public static System.Drawing.Icon WinLogo { get { throw new PlatformNotSupportedException(); } }
1766 public static partial class SystemPens
1768 public static System.Drawing.Pen ActiveBorder { get { throw new PlatformNotSupportedException(); } }
1769 public static System.Drawing.Pen ActiveCaption { get { throw new PlatformNotSupportedException(); } }
1770 public static System.Drawing.Pen ActiveCaptionText { get { throw new PlatformNotSupportedException(); } }
1771 public static System.Drawing.Pen AppWorkspace { get { throw new PlatformNotSupportedException(); } }
1772 public static System.Drawing.Pen ButtonFace { get { throw new PlatformNotSupportedException(); } }
1773 public static System.Drawing.Pen ButtonHighlight { get { throw new PlatformNotSupportedException(); } }
1774 public static System.Drawing.Pen ButtonShadow { get { throw new PlatformNotSupportedException(); } }
1775 public static System.Drawing.Pen Control { get { throw new PlatformNotSupportedException(); } }
1776 public static System.Drawing.Pen ControlDark { get { throw new PlatformNotSupportedException(); } }
1777 public static System.Drawing.Pen ControlDarkDark { get { throw new PlatformNotSupportedException(); } }
1778 public static System.Drawing.Pen ControlLight { get { throw new PlatformNotSupportedException(); } }
1779 public static System.Drawing.Pen ControlLightLight { get { throw new PlatformNotSupportedException(); } }
1780 public static System.Drawing.Pen ControlText { get { throw new PlatformNotSupportedException(); } }
1781 public static System.Drawing.Pen Desktop { get { throw new PlatformNotSupportedException(); } }
1782 public static System.Drawing.Pen GradientActiveCaption { get { throw new PlatformNotSupportedException(); } }
1783 public static System.Drawing.Pen GradientInactiveCaption { get { throw new PlatformNotSupportedException(); } }
1784 public static System.Drawing.Pen GrayText { get { throw new PlatformNotSupportedException(); } }
1785 public static System.Drawing.Pen Highlight { get { throw new PlatformNotSupportedException(); } }
1786 public static System.Drawing.Pen HighlightText { get { throw new PlatformNotSupportedException(); } }
1787 public static System.Drawing.Pen HotTrack { get { throw new PlatformNotSupportedException(); } }
1788 public static System.Drawing.Pen InactiveBorder { get { throw new PlatformNotSupportedException(); } }
1789 public static System.Drawing.Pen InactiveCaption { get { throw new PlatformNotSupportedException(); } }
1790 public static System.Drawing.Pen InactiveCaptionText { get { throw new PlatformNotSupportedException(); } }
1791 public static System.Drawing.Pen Info { get { throw new PlatformNotSupportedException(); } }
1792 public static System.Drawing.Pen InfoText { get { throw new PlatformNotSupportedException(); } }
1793 public static System.Drawing.Pen Menu { get { throw new PlatformNotSupportedException(); } }
1794 public static System.Drawing.Pen MenuBar { get { throw new PlatformNotSupportedException(); } }
1795 public static System.Drawing.Pen MenuHighlight { get { throw new PlatformNotSupportedException(); } }
1796 public static System.Drawing.Pen MenuText { get { throw new PlatformNotSupportedException(); } }
1797 public static System.Drawing.Pen ScrollBar { get { throw new PlatformNotSupportedException(); } }
1798 public static System.Drawing.Pen Window { get { throw new PlatformNotSupportedException(); } }
1799 public static System.Drawing.Pen WindowFrame { get { throw new PlatformNotSupportedException(); } }
1800 public static System.Drawing.Pen WindowText { get { throw new PlatformNotSupportedException(); } }
1801 public static System.Drawing.Pen FromSystemColor(System.Drawing.Color c) { throw new PlatformNotSupportedException(); }
1803 public sealed partial class TextureBrush : System.Drawing.Brush
1805 public TextureBrush(System.Drawing.Image bitmap) => throw new PlatformNotSupportedException();
1806 public TextureBrush(System.Drawing.Image image, System.Drawing.Drawing2D.WrapMode wrapMode) => throw new PlatformNotSupportedException();
1807 public TextureBrush(System.Drawing.Image image, System.Drawing.Drawing2D.WrapMode wrapMode, System.Drawing.Rectangle dstRect) => throw new PlatformNotSupportedException();
1808 public TextureBrush(System.Drawing.Image image, System.Drawing.Drawing2D.WrapMode wrapMode, System.Drawing.RectangleF dstRect) => throw new PlatformNotSupportedException();
1809 public TextureBrush(System.Drawing.Image image, System.Drawing.Rectangle dstRect) => throw new PlatformNotSupportedException();
1810 public TextureBrush(System.Drawing.Image image, System.Drawing.Rectangle dstRect, System.Drawing.Imaging.ImageAttributes imageAttr) => throw new PlatformNotSupportedException();
1811 public TextureBrush(System.Drawing.Image image, System.Drawing.RectangleF dstRect) => throw new PlatformNotSupportedException();
1812 public TextureBrush(System.Drawing.Image image, System.Drawing.RectangleF dstRect, System.Drawing.Imaging.ImageAttributes imageAttr) => throw new PlatformNotSupportedException();
1813 public System.Drawing.Image Image { get { throw new PlatformNotSupportedException(); } }
1814 public System.Drawing.Drawing2D.Matrix Transform { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
1815 public System.Drawing.Drawing2D.WrapMode WrapMode { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
1816 public override object Clone() { throw new PlatformNotSupportedException(); }
1817 public void MultiplyTransform(System.Drawing.Drawing2D.Matrix matrix) => throw new PlatformNotSupportedException();
1818 public void MultiplyTransform(System.Drawing.Drawing2D.Matrix matrix, System.Drawing.Drawing2D.MatrixOrder order) => throw new PlatformNotSupportedException();
1819 public void ResetTransform() => throw new PlatformNotSupportedException();
1820 public void RotateTransform(float angle) => throw new PlatformNotSupportedException();
1821 public void RotateTransform(float angle, System.Drawing.Drawing2D.MatrixOrder order) => throw new PlatformNotSupportedException();
1822 public void ScaleTransform(float sx, float sy) => throw new PlatformNotSupportedException();
1823 public void ScaleTransform(float sx, float sy, System.Drawing.Drawing2D.MatrixOrder order) => throw new PlatformNotSupportedException();
1824 public void TranslateTransform(float dx, float dy) => throw new PlatformNotSupportedException();
1825 public void TranslateTransform(float dx, float dy, System.Drawing.Drawing2D.MatrixOrder order) => throw new PlatformNotSupportedException();
1827 [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
1828 public partial class ToolboxBitmapAttribute : System.Attribute
1830 public static readonly System.Drawing.ToolboxBitmapAttribute Default;
1831 public ToolboxBitmapAttribute(string imageFile) => throw new PlatformNotSupportedException();
1832 public ToolboxBitmapAttribute(System.Type t) => throw new PlatformNotSupportedException();
1833 public ToolboxBitmapAttribute(System.Type t, string name) => throw new PlatformNotSupportedException();
1834 public override bool Equals(object value) { throw new PlatformNotSupportedException(); }
1835 public override int GetHashCode() { throw new PlatformNotSupportedException(); }
1836 public System.Drawing.Image GetImage(object component) { throw new PlatformNotSupportedException(); }
1837 public System.Drawing.Image GetImage(object component, bool large) { throw new PlatformNotSupportedException(); }
1838 public System.Drawing.Image GetImage(System.Type type) { throw new PlatformNotSupportedException(); }
1839 public System.Drawing.Image GetImage(System.Type type, bool large) { throw new PlatformNotSupportedException(); }
1840 public System.Drawing.Image GetImage(System.Type type, string imgName, bool large) { throw new PlatformNotSupportedException(); }
1841 public static System.Drawing.Image GetImageFromResource(System.Type t, string imageName, bool large) { throw new PlatformNotSupportedException(); }
1844 namespace System.Drawing.Design
1846 public sealed partial class CategoryNameCollection : System.Collections.ReadOnlyCollectionBase
1848 public CategoryNameCollection(System.Drawing.Design.CategoryNameCollection value) => throw new PlatformNotSupportedException();
1849 public CategoryNameCollection(string[] value) => throw new PlatformNotSupportedException();
1850 public string this[int index] { get { throw new PlatformNotSupportedException(); } }
1851 public bool Contains(string value) { throw new PlatformNotSupportedException(); }
1852 public void CopyTo(string[] array, int index) => throw new PlatformNotSupportedException();
1853 public int IndexOf(string value) { throw new PlatformNotSupportedException(); }
1856 namespace System.Drawing.Drawing2D
1858 public sealed partial class AdjustableArrowCap : System.Drawing.Drawing2D.CustomLineCap
1860 public AdjustableArrowCap(float width, float height) : base (default(System.Drawing.Drawing2D.GraphicsPath), default(System.Drawing.Drawing2D.GraphicsPath)) => throw new PlatformNotSupportedException();
1861 public AdjustableArrowCap(float width, float height, bool isFilled) : base (default(System.Drawing.Drawing2D.GraphicsPath), default(System.Drawing.Drawing2D.GraphicsPath)) => throw new PlatformNotSupportedException();
1862 public bool Filled { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
1863 public float Height { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
1864 public float MiddleInset { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
1865 public float Width { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
1867 public sealed partial class Blend
1869 public Blend() => throw new PlatformNotSupportedException();
1870 public Blend(int count) => throw new PlatformNotSupportedException();
1871 public float[] Factors { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
1872 public float[] Positions { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
1874 public sealed partial class ColorBlend
1876 public ColorBlend() => throw new PlatformNotSupportedException();
1877 public ColorBlend(int count) => throw new PlatformNotSupportedException();
1878 public System.Drawing.Color[] Colors { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
1879 public float[] Positions { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
1881 public enum CombineMode
1883 Complement = 5,
1884 Exclude = 4,
1885 Intersect = 1,
1886 Replace = 0,
1887 Union = 2,
1888 Xor = 3,
1890 public enum CompositingMode
1892 SourceCopy = 1,
1893 SourceOver = 0,
1895 public enum CompositingQuality
1897 AssumeLinear = 4,
1898 Default = 0,
1899 GammaCorrected = 3,
1900 HighQuality = 2,
1901 HighSpeed = 1,
1902 Invalid = -1,
1904 public enum CoordinateSpace
1906 Device = 2,
1907 Page = 1,
1908 World = 0,
1910 public partial class CustomLineCap : System.MarshalByRefObject, System.ICloneable, System.IDisposable
1912 public CustomLineCap(System.Drawing.Drawing2D.GraphicsPath fillPath, System.Drawing.Drawing2D.GraphicsPath strokePath) => throw new PlatformNotSupportedException();
1913 public CustomLineCap(System.Drawing.Drawing2D.GraphicsPath fillPath, System.Drawing.Drawing2D.GraphicsPath strokePath, System.Drawing.Drawing2D.LineCap baseCap) => throw new PlatformNotSupportedException();
1914 public CustomLineCap(System.Drawing.Drawing2D.GraphicsPath fillPath, System.Drawing.Drawing2D.GraphicsPath strokePath, System.Drawing.Drawing2D.LineCap baseCap, float baseInset) => throw new PlatformNotSupportedException();
1915 public System.Drawing.Drawing2D.LineCap BaseCap { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
1916 public float BaseInset { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
1917 public System.Drawing.Drawing2D.LineJoin StrokeJoin { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
1918 public float WidthScale { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
1919 public object Clone() { throw new PlatformNotSupportedException(); }
1920 public void Dispose() => throw new PlatformNotSupportedException();
1921 protected virtual void Dispose(bool disposing) => throw new PlatformNotSupportedException();
1922 ~CustomLineCap() => throw new PlatformNotSupportedException();
1923 public void GetStrokeCaps(out System.Drawing.Drawing2D.LineCap startCap, out System.Drawing.Drawing2D.LineCap endCap) { throw new PlatformNotSupportedException(); }
1924 public void SetStrokeCaps(System.Drawing.Drawing2D.LineCap startCap, System.Drawing.Drawing2D.LineCap endCap) => throw new PlatformNotSupportedException();
1926 public enum DashCap
1928 Flat = 0,
1929 Round = 2,
1930 Triangle = 3,
1932 public enum DashStyle
1934 Custom = 5,
1935 Dash = 1,
1936 DashDot = 3,
1937 DashDotDot = 4,
1938 Dot = 2,
1939 Solid = 0,
1941 public enum FillMode
1943 Alternate = 0,
1944 Winding = 1,
1946 public enum FlushIntention
1948 Flush = 0,
1949 Sync = 1,
1951 public sealed partial class GraphicsContainer : System.MarshalByRefObject
1953 internal GraphicsContainer() => throw new PlatformNotSupportedException();
1955 public sealed partial class GraphicsPath : System.MarshalByRefObject, System.ICloneable, System.IDisposable
1957 public GraphicsPath() => throw new PlatformNotSupportedException();
1958 public GraphicsPath(System.Drawing.Drawing2D.FillMode fillMode) => throw new PlatformNotSupportedException();
1959 public GraphicsPath(System.Drawing.PointF[] pts, byte[] types) => throw new PlatformNotSupportedException();
1960 public GraphicsPath(System.Drawing.PointF[] pts, byte[] types, System.Drawing.Drawing2D.FillMode fillMode) => throw new PlatformNotSupportedException();
1961 public GraphicsPath(System.Drawing.Point[] pts, byte[] types) => throw new PlatformNotSupportedException();
1962 public GraphicsPath(System.Drawing.Point[] pts, byte[] types, System.Drawing.Drawing2D.FillMode fillMode) => throw new PlatformNotSupportedException();
1963 public System.Drawing.Drawing2D.FillMode FillMode { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
1964 public System.Drawing.Drawing2D.PathData PathData { get { throw new PlatformNotSupportedException(); } }
1965 public System.Drawing.PointF[] PathPoints { get { throw new PlatformNotSupportedException(); } }
1966 public byte[] PathTypes { get { throw new PlatformNotSupportedException(); } }
1967 public int PointCount { get { throw new PlatformNotSupportedException(); } }
1968 public void AddArc(System.Drawing.Rectangle rect, float startAngle, float sweepAngle) => throw new PlatformNotSupportedException();
1969 public void AddArc(System.Drawing.RectangleF rect, float startAngle, float sweepAngle) => throw new PlatformNotSupportedException();
1970 public void AddArc(int x, int y, int width, int height, float startAngle, float sweepAngle) => throw new PlatformNotSupportedException();
1971 public void AddArc(float x, float y, float width, float height, float startAngle, float sweepAngle) => throw new PlatformNotSupportedException();
1972 public void AddBezier(System.Drawing.Point pt1, System.Drawing.Point pt2, System.Drawing.Point pt3, System.Drawing.Point pt4) => throw new PlatformNotSupportedException();
1973 public void AddBezier(System.Drawing.PointF pt1, System.Drawing.PointF pt2, System.Drawing.PointF pt3, System.Drawing.PointF pt4) => throw new PlatformNotSupportedException();
1974 public void AddBezier(int x1, int y1, int x2, int y2, int x3, int y3, int x4, int y4) => throw new PlatformNotSupportedException();
1975 public void AddBezier(float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4) => throw new PlatformNotSupportedException();
1976 public void AddBeziers(System.Drawing.PointF[] points) => throw new PlatformNotSupportedException();
1977 public void AddBeziers(params System.Drawing.Point[] points) => throw new PlatformNotSupportedException();
1978 public void AddClosedCurve(System.Drawing.PointF[] points) => throw new PlatformNotSupportedException();
1979 public void AddClosedCurve(System.Drawing.PointF[] points, float tension) => throw new PlatformNotSupportedException();
1980 public void AddClosedCurve(System.Drawing.Point[] points) => throw new PlatformNotSupportedException();
1981 public void AddClosedCurve(System.Drawing.Point[] points, float tension) => throw new PlatformNotSupportedException();
1982 public void AddCurve(System.Drawing.PointF[] points) => throw new PlatformNotSupportedException();
1983 public void AddCurve(System.Drawing.PointF[] points, int offset, int numberOfSegments, float tension) => throw new PlatformNotSupportedException();
1984 public void AddCurve(System.Drawing.PointF[] points, float tension) => throw new PlatformNotSupportedException();
1985 public void AddCurve(System.Drawing.Point[] points) => throw new PlatformNotSupportedException();
1986 public void AddCurve(System.Drawing.Point[] points, int offset, int numberOfSegments, float tension) => throw new PlatformNotSupportedException();
1987 public void AddCurve(System.Drawing.Point[] points, float tension) => throw new PlatformNotSupportedException();
1988 public void AddEllipse(System.Drawing.Rectangle rect) => throw new PlatformNotSupportedException();
1989 public void AddEllipse(System.Drawing.RectangleF rect) => throw new PlatformNotSupportedException();
1990 public void AddEllipse(int x, int y, int width, int height) => throw new PlatformNotSupportedException();
1991 public void AddEllipse(float x, float y, float width, float height) => throw new PlatformNotSupportedException();
1992 public void AddLine(System.Drawing.Point pt1, System.Drawing.Point pt2) => throw new PlatformNotSupportedException();
1993 public void AddLine(System.Drawing.PointF pt1, System.Drawing.PointF pt2) => throw new PlatformNotSupportedException();
1994 public void AddLine(int x1, int y1, int x2, int y2) => throw new PlatformNotSupportedException();
1995 public void AddLine(float x1, float y1, float x2, float y2) => throw new PlatformNotSupportedException();
1996 public void AddLines(System.Drawing.PointF[] points) => throw new PlatformNotSupportedException();
1997 public void AddLines(System.Drawing.Point[] points) => throw new PlatformNotSupportedException();
1998 public void AddPath(System.Drawing.Drawing2D.GraphicsPath addingPath, bool connect) => throw new PlatformNotSupportedException();
1999 public void AddPie(System.Drawing.Rectangle rect, float startAngle, float sweepAngle) => throw new PlatformNotSupportedException();
2000 public void AddPie(int x, int y, int width, int height, float startAngle, float sweepAngle) => throw new PlatformNotSupportedException();
2001 public void AddPie(float x, float y, float width, float height, float startAngle, float sweepAngle) => throw new PlatformNotSupportedException();
2002 public void AddPolygon(System.Drawing.PointF[] points) => throw new PlatformNotSupportedException();
2003 public void AddPolygon(System.Drawing.Point[] points) => throw new PlatformNotSupportedException();
2004 public void AddRectangle(System.Drawing.Rectangle rect) => throw new PlatformNotSupportedException();
2005 public void AddRectangle(System.Drawing.RectangleF rect) => throw new PlatformNotSupportedException();
2006 public void AddRectangles(System.Drawing.RectangleF[] rects) => throw new PlatformNotSupportedException();
2007 public void AddRectangles(System.Drawing.Rectangle[] rects) => throw new PlatformNotSupportedException();
2008 public void AddString(string s, System.Drawing.FontFamily family, int style, float emSize, System.Drawing.Point origin, System.Drawing.StringFormat format) => throw new PlatformNotSupportedException();
2009 public void AddString(string s, System.Drawing.FontFamily family, int style, float emSize, System.Drawing.PointF origin, System.Drawing.StringFormat format) => throw new PlatformNotSupportedException();
2010 public void AddString(string s, System.Drawing.FontFamily family, int style, float emSize, System.Drawing.Rectangle layoutRect, System.Drawing.StringFormat format) => throw new PlatformNotSupportedException();
2011 public void AddString(string s, System.Drawing.FontFamily family, int style, float emSize, System.Drawing.RectangleF layoutRect, System.Drawing.StringFormat format) => throw new PlatformNotSupportedException();
2012 public void ClearMarkers() => throw new PlatformNotSupportedException();
2013 public object Clone() { throw new PlatformNotSupportedException(); }
2014 public void CloseAllFigures() => throw new PlatformNotSupportedException();
2015 public void CloseFigure() => throw new PlatformNotSupportedException();
2016 public void Dispose() => throw new PlatformNotSupportedException();
2017 ~GraphicsPath() => throw new PlatformNotSupportedException();
2018 public void Flatten() => throw new PlatformNotSupportedException();
2019 public void Flatten(System.Drawing.Drawing2D.Matrix matrix) => throw new PlatformNotSupportedException();
2020 public void Flatten(System.Drawing.Drawing2D.Matrix matrix, float flatness) => throw new PlatformNotSupportedException();
2021 public System.Drawing.RectangleF GetBounds() { throw new PlatformNotSupportedException(); }
2022 public System.Drawing.RectangleF GetBounds(System.Drawing.Drawing2D.Matrix matrix) { throw new PlatformNotSupportedException(); }
2023 public System.Drawing.RectangleF GetBounds(System.Drawing.Drawing2D.Matrix matrix, System.Drawing.Pen pen) { throw new PlatformNotSupportedException(); }
2024 public System.Drawing.PointF GetLastPoint() { throw new PlatformNotSupportedException(); }
2025 public bool IsOutlineVisible(System.Drawing.Point point, System.Drawing.Pen pen) { throw new PlatformNotSupportedException(); }
2026 public bool IsOutlineVisible(System.Drawing.Point pt, System.Drawing.Pen pen, System.Drawing.Graphics graphics) { throw new PlatformNotSupportedException(); }
2027 public bool IsOutlineVisible(System.Drawing.PointF point, System.Drawing.Pen pen) { throw new PlatformNotSupportedException(); }
2028 public bool IsOutlineVisible(System.Drawing.PointF pt, System.Drawing.Pen pen, System.Drawing.Graphics graphics) { throw new PlatformNotSupportedException(); }
2029 public bool IsOutlineVisible(int x, int y, System.Drawing.Pen pen) { throw new PlatformNotSupportedException(); }
2030 public bool IsOutlineVisible(int x, int y, System.Drawing.Pen pen, System.Drawing.Graphics graphics) { throw new PlatformNotSupportedException(); }
2031 public bool IsOutlineVisible(float x, float y, System.Drawing.Pen pen) { throw new PlatformNotSupportedException(); }
2032 public bool IsOutlineVisible(float x, float y, System.Drawing.Pen pen, System.Drawing.Graphics graphics) { throw new PlatformNotSupportedException(); }
2033 public bool IsVisible(System.Drawing.Point point) { throw new PlatformNotSupportedException(); }
2034 public bool IsVisible(System.Drawing.Point pt, System.Drawing.Graphics graphics) { throw new PlatformNotSupportedException(); }
2035 public bool IsVisible(System.Drawing.PointF point) { throw new PlatformNotSupportedException(); }
2036 public bool IsVisible(System.Drawing.PointF pt, System.Drawing.Graphics graphics) { throw new PlatformNotSupportedException(); }
2037 public bool IsVisible(int x, int y) { throw new PlatformNotSupportedException(); }
2038 public bool IsVisible(int x, int y, System.Drawing.Graphics graphics) { throw new PlatformNotSupportedException(); }
2039 public bool IsVisible(float x, float y) { throw new PlatformNotSupportedException(); }
2040 public bool IsVisible(float x, float y, System.Drawing.Graphics graphics) { throw new PlatformNotSupportedException(); }
2041 public void Reset() => throw new PlatformNotSupportedException();
2042 public void Reverse() => throw new PlatformNotSupportedException();
2043 public void SetMarkers() => throw new PlatformNotSupportedException();
2044 public void StartFigure() => throw new PlatformNotSupportedException();
2045 public void Transform(System.Drawing.Drawing2D.Matrix matrix) => throw new PlatformNotSupportedException();
2046 public void Warp(System.Drawing.PointF[] destPoints, System.Drawing.RectangleF srcRect) => throw new PlatformNotSupportedException();
2047 public void Warp(System.Drawing.PointF[] destPoints, System.Drawing.RectangleF srcRect, System.Drawing.Drawing2D.Matrix matrix) => throw new PlatformNotSupportedException();
2048 public void Warp(System.Drawing.PointF[] destPoints, System.Drawing.RectangleF srcRect, System.Drawing.Drawing2D.Matrix matrix, System.Drawing.Drawing2D.WarpMode warpMode) => throw new PlatformNotSupportedException();
2049 public void Warp(System.Drawing.PointF[] destPoints, System.Drawing.RectangleF srcRect, System.Drawing.Drawing2D.Matrix matrix, System.Drawing.Drawing2D.WarpMode warpMode, float flatness) => throw new PlatformNotSupportedException();
2050 public void Widen(System.Drawing.Pen pen) => throw new PlatformNotSupportedException();
2051 public void Widen(System.Drawing.Pen pen, System.Drawing.Drawing2D.Matrix matrix) => throw new PlatformNotSupportedException();
2052 public void Widen(System.Drawing.Pen pen, System.Drawing.Drawing2D.Matrix matrix, float flatness) => throw new PlatformNotSupportedException();
2054 public sealed partial class GraphicsPathIterator : System.MarshalByRefObject, System.IDisposable
2056 public GraphicsPathIterator(System.Drawing.Drawing2D.GraphicsPath path) => throw new PlatformNotSupportedException();
2057 public int Count { get { throw new PlatformNotSupportedException(); } }
2058 public int SubpathCount { get { throw new PlatformNotSupportedException(); } }
2059 public int CopyData(ref System.Drawing.PointF[] points, ref byte[] types, int startIndex, int endIndex) { throw new PlatformNotSupportedException(); }
2060 public void Dispose() => throw new PlatformNotSupportedException();
2061 public int Enumerate(ref System.Drawing.PointF[] points, ref byte[] types) { throw new PlatformNotSupportedException(); }
2062 ~GraphicsPathIterator() => throw new PlatformNotSupportedException();
2063 public bool HasCurve() { throw new PlatformNotSupportedException(); }
2064 public int NextMarker(System.Drawing.Drawing2D.GraphicsPath path) { throw new PlatformNotSupportedException(); }
2065 public int NextMarker(out int startIndex, out int endIndex) { throw new PlatformNotSupportedException(); }
2066 public int NextPathType(out byte pathType, out int startIndex, out int endIndex) { throw new PlatformNotSupportedException(); }
2067 public int NextSubpath(System.Drawing.Drawing2D.GraphicsPath path, out bool isClosed) { throw new PlatformNotSupportedException(); }
2068 public int NextSubpath(out int startIndex, out int endIndex, out bool isClosed) { throw new PlatformNotSupportedException(); }
2069 public void Rewind() => throw new PlatformNotSupportedException();
2071 public sealed partial class GraphicsState : System.MarshalByRefObject
2073 internal GraphicsState() => throw new PlatformNotSupportedException();
2075 public sealed partial class HatchBrush : System.Drawing.Brush
2077 public HatchBrush(System.Drawing.Drawing2D.HatchStyle hatchstyle, System.Drawing.Color foreColor) => throw new PlatformNotSupportedException();
2078 public HatchBrush(System.Drawing.Drawing2D.HatchStyle hatchstyle, System.Drawing.Color foreColor, System.Drawing.Color backColor) => throw new PlatformNotSupportedException();
2079 public System.Drawing.Color BackgroundColor { get { throw new PlatformNotSupportedException(); } }
2080 public System.Drawing.Color ForegroundColor { get { throw new PlatformNotSupportedException(); } }
2081 public System.Drawing.Drawing2D.HatchStyle HatchStyle { get { throw new PlatformNotSupportedException(); } }
2082 public override object Clone() { throw new PlatformNotSupportedException(); }
2084 public enum HatchStyle
2086 BackwardDiagonal = 3,
2087 Cross = 4,
2088 DarkDownwardDiagonal = 20,
2089 DarkHorizontal = 29,
2090 DarkUpwardDiagonal = 21,
2091 DarkVertical = 28,
2092 DashedDownwardDiagonal = 30,
2093 DashedHorizontal = 32,
2094 DashedUpwardDiagonal = 31,
2095 DashedVertical = 33,
2096 DiagonalBrick = 38,
2097 DiagonalCross = 5,
2098 Divot = 42,
2099 DottedDiamond = 44,
2100 DottedGrid = 43,
2101 ForwardDiagonal = 2,
2102 Horizontal = 0,
2103 HorizontalBrick = 39,
2104 LargeCheckerBoard = 50,
2105 LargeConfetti = 35,
2106 LargeGrid = 4,
2107 LightDownwardDiagonal = 18,
2108 LightHorizontal = 25,
2109 LightUpwardDiagonal = 19,
2110 LightVertical = 24,
2111 Max = 4,
2112 Min = 0,
2113 NarrowHorizontal = 27,
2114 NarrowVertical = 26,
2115 OutlinedDiamond = 51,
2116 Percent05 = 6,
2117 Percent10 = 7,
2118 Percent20 = 8,
2119 Percent25 = 9,
2120 Percent30 = 10,
2121 Percent40 = 11,
2122 Percent50 = 12,
2123 Percent60 = 13,
2124 Percent70 = 14,
2125 Percent75 = 15,
2126 Percent80 = 16,
2127 Percent90 = 17,
2128 Plaid = 41,
2129 Shingle = 45,
2130 SmallCheckerBoard = 49,
2131 SmallConfetti = 34,
2132 SmallGrid = 48,
2133 SolidDiamond = 52,
2134 Sphere = 47,
2135 Trellis = 46,
2136 Vertical = 1,
2137 Wave = 37,
2138 Weave = 40,
2139 WideDownwardDiagonal = 22,
2140 WideUpwardDiagonal = 23,
2141 ZigZag = 36,
2143 public enum InterpolationMode
2145 Bicubic = 4,
2146 Bilinear = 3,
2147 Default = 0,
2148 High = 2,
2149 HighQualityBicubic = 7,
2150 HighQualityBilinear = 6,
2151 Invalid = -1,
2152 Low = 1,
2153 NearestNeighbor = 5,
2155 public sealed partial class LinearGradientBrush : System.Drawing.Brush
2157 public LinearGradientBrush(System.Drawing.Point point1, System.Drawing.Point point2, System.Drawing.Color color1, System.Drawing.Color color2) => throw new PlatformNotSupportedException();
2158 public LinearGradientBrush(System.Drawing.PointF point1, System.Drawing.PointF point2, System.Drawing.Color color1, System.Drawing.Color color2) => throw new PlatformNotSupportedException();
2159 public LinearGradientBrush(System.Drawing.Rectangle rect, System.Drawing.Color color1, System.Drawing.Color color2, System.Drawing.Drawing2D.LinearGradientMode linearGradientMode) => throw new PlatformNotSupportedException();
2160 public LinearGradientBrush(System.Drawing.Rectangle rect, System.Drawing.Color color1, System.Drawing.Color color2, float angle) => throw new PlatformNotSupportedException();
2161 public LinearGradientBrush(System.Drawing.Rectangle rect, System.Drawing.Color color1, System.Drawing.Color color2, float angle, bool isAngleScaleable) => throw new PlatformNotSupportedException();
2162 public LinearGradientBrush(System.Drawing.RectangleF rect, System.Drawing.Color color1, System.Drawing.Color color2, System.Drawing.Drawing2D.LinearGradientMode linearGradientMode) => throw new PlatformNotSupportedException();
2163 public LinearGradientBrush(System.Drawing.RectangleF rect, System.Drawing.Color color1, System.Drawing.Color color2, float angle) => throw new PlatformNotSupportedException();
2164 public LinearGradientBrush(System.Drawing.RectangleF rect, System.Drawing.Color color1, System.Drawing.Color color2, float angle, bool isAngleScaleable) => throw new PlatformNotSupportedException();
2165 public System.Drawing.Drawing2D.Blend Blend { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
2166 public bool GammaCorrection { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
2167 public System.Drawing.Drawing2D.ColorBlend InterpolationColors { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
2168 public System.Drawing.Color[] LinearColors { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
2169 public System.Drawing.RectangleF Rectangle { get { throw new PlatformNotSupportedException(); } }
2170 public System.Drawing.Drawing2D.Matrix Transform { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
2171 public System.Drawing.Drawing2D.WrapMode WrapMode { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
2172 public override object Clone() { throw new PlatformNotSupportedException(); }
2173 public void MultiplyTransform(System.Drawing.Drawing2D.Matrix matrix) => throw new PlatformNotSupportedException();
2174 public void MultiplyTransform(System.Drawing.Drawing2D.Matrix matrix, System.Drawing.Drawing2D.MatrixOrder order) => throw new PlatformNotSupportedException();
2175 public void ResetTransform() => throw new PlatformNotSupportedException();
2176 public void RotateTransform(float angle) => throw new PlatformNotSupportedException();
2177 public void RotateTransform(float angle, System.Drawing.Drawing2D.MatrixOrder order) => throw new PlatformNotSupportedException();
2178 public void ScaleTransform(float sx, float sy) => throw new PlatformNotSupportedException();
2179 public void ScaleTransform(float sx, float sy, System.Drawing.Drawing2D.MatrixOrder order) => throw new PlatformNotSupportedException();
2180 public void SetBlendTriangularShape(float focus) => throw new PlatformNotSupportedException();
2181 public void SetBlendTriangularShape(float focus, float scale) => throw new PlatformNotSupportedException();
2182 public void SetSigmaBellShape(float focus) => throw new PlatformNotSupportedException();
2183 public void SetSigmaBellShape(float focus, float scale) => throw new PlatformNotSupportedException();
2184 public void TranslateTransform(float dx, float dy) => throw new PlatformNotSupportedException();
2185 public void TranslateTransform(float dx, float dy, System.Drawing.Drawing2D.MatrixOrder order) => throw new PlatformNotSupportedException();
2187 public enum LinearGradientMode
2189 BackwardDiagonal = 3,
2190 ForwardDiagonal = 2,
2191 Horizontal = 0,
2192 Vertical = 1,
2194 public enum LineCap
2196 AnchorMask = 240,
2197 ArrowAnchor = 20,
2198 Custom = 255,
2199 DiamondAnchor = 19,
2200 Flat = 0,
2201 NoAnchor = 16,
2202 Round = 2,
2203 RoundAnchor = 18,
2204 Square = 1,
2205 SquareAnchor = 17,
2206 Triangle = 3,
2208 public enum LineJoin
2210 Bevel = 1,
2211 Miter = 0,
2212 MiterClipped = 3,
2213 Round = 2,
2215 public sealed partial class Matrix : System.MarshalByRefObject, System.IDisposable
2217 public Matrix() => throw new PlatformNotSupportedException();
2218 public Matrix(System.Drawing.Rectangle rect, System.Drawing.Point[] plgpts) => throw new PlatformNotSupportedException();
2219 public Matrix(System.Drawing.RectangleF rect, System.Drawing.PointF[] plgpts) => throw new PlatformNotSupportedException();
2220 public Matrix(float m11, float m12, float m21, float m22, float dx, float dy) => throw new PlatformNotSupportedException();
2221 public float[] Elements { get { throw new PlatformNotSupportedException(); } }
2222 public bool IsIdentity { get { throw new PlatformNotSupportedException(); } }
2223 public bool IsInvertible { get { throw new PlatformNotSupportedException(); } }
2224 public float OffsetX { get { throw new PlatformNotSupportedException(); } }
2225 public float OffsetY { get { throw new PlatformNotSupportedException(); } }
2226 public System.Drawing.Drawing2D.Matrix Clone() { throw new PlatformNotSupportedException(); }
2227 public void Dispose() => throw new PlatformNotSupportedException();
2228 public override bool Equals(object obj) { throw new PlatformNotSupportedException(); }
2229 ~Matrix() => throw new PlatformNotSupportedException();
2230 public override int GetHashCode() { throw new PlatformNotSupportedException(); }
2231 public void Invert() => throw new PlatformNotSupportedException();
2232 public void Multiply(System.Drawing.Drawing2D.Matrix matrix) => throw new PlatformNotSupportedException();
2233 public void Multiply(System.Drawing.Drawing2D.Matrix matrix, System.Drawing.Drawing2D.MatrixOrder order) => throw new PlatformNotSupportedException();
2234 public void Reset() => throw new PlatformNotSupportedException();
2235 public void Rotate(float angle) => throw new PlatformNotSupportedException();
2236 public void Rotate(float angle, System.Drawing.Drawing2D.MatrixOrder order) => throw new PlatformNotSupportedException();
2237 public void RotateAt(float angle, System.Drawing.PointF point) => throw new PlatformNotSupportedException();
2238 public void RotateAt(float angle, System.Drawing.PointF point, System.Drawing.Drawing2D.MatrixOrder order) => throw new PlatformNotSupportedException();
2239 public void Scale(float scaleX, float scaleY) => throw new PlatformNotSupportedException();
2240 public void Scale(float scaleX, float scaleY, System.Drawing.Drawing2D.MatrixOrder order) => throw new PlatformNotSupportedException();
2241 public void Shear(float shearX, float shearY) => throw new PlatformNotSupportedException();
2242 public void Shear(float shearX, float shearY, System.Drawing.Drawing2D.MatrixOrder order) => throw new PlatformNotSupportedException();
2243 public void TransformPoints(System.Drawing.PointF[] pts) => throw new PlatformNotSupportedException();
2244 public void TransformPoints(System.Drawing.Point[] pts) => throw new PlatformNotSupportedException();
2245 public void TransformVectors(System.Drawing.PointF[] pts) => throw new PlatformNotSupportedException();
2246 public void TransformVectors(System.Drawing.Point[] pts) => throw new PlatformNotSupportedException();
2247 public void Translate(float offsetX, float offsetY) => throw new PlatformNotSupportedException();
2248 public void Translate(float offsetX, float offsetY, System.Drawing.Drawing2D.MatrixOrder order) => throw new PlatformNotSupportedException();
2249 public void VectorTransformPoints(System.Drawing.Point[] pts) => throw new PlatformNotSupportedException();
2251 public enum MatrixOrder
2253 Append = 1,
2254 Prepend = 0,
2256 public sealed partial class PathData
2258 public PathData() => throw new PlatformNotSupportedException();
2259 public System.Drawing.PointF[] Points { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
2260 public byte[] Types { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
2262 public sealed partial class PathGradientBrush : System.Drawing.Brush
2264 public PathGradientBrush(System.Drawing.Drawing2D.GraphicsPath path) => throw new PlatformNotSupportedException();
2265 public PathGradientBrush(System.Drawing.PointF[] points) => throw new PlatformNotSupportedException();
2266 public PathGradientBrush(System.Drawing.PointF[] points, System.Drawing.Drawing2D.WrapMode wrapMode) => throw new PlatformNotSupportedException();
2267 public PathGradientBrush(System.Drawing.Point[] points) => throw new PlatformNotSupportedException();
2268 public PathGradientBrush(System.Drawing.Point[] points, System.Drawing.Drawing2D.WrapMode wrapMode) => throw new PlatformNotSupportedException();
2269 public System.Drawing.Drawing2D.Blend Blend { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
2270 public System.Drawing.Color CenterColor { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
2271 public System.Drawing.PointF CenterPoint { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
2272 public System.Drawing.PointF FocusScales { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
2273 public System.Drawing.Drawing2D.ColorBlend InterpolationColors { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
2274 public System.Drawing.RectangleF Rectangle { get { throw new PlatformNotSupportedException(); } }
2275 public System.Drawing.Color[] SurroundColors { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
2276 public System.Drawing.Drawing2D.Matrix Transform { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
2277 public System.Drawing.Drawing2D.WrapMode WrapMode { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
2278 public override object Clone() { throw new PlatformNotSupportedException(); }
2279 public void MultiplyTransform(System.Drawing.Drawing2D.Matrix matrix) => throw new PlatformNotSupportedException();
2280 public void MultiplyTransform(System.Drawing.Drawing2D.Matrix matrix, System.Drawing.Drawing2D.MatrixOrder order) => throw new PlatformNotSupportedException();
2281 public void ResetTransform() => throw new PlatformNotSupportedException();
2282 public void RotateTransform(float angle) => throw new PlatformNotSupportedException();
2283 public void RotateTransform(float angle, System.Drawing.Drawing2D.MatrixOrder order) => throw new PlatformNotSupportedException();
2284 public void ScaleTransform(float sx, float sy) => throw new PlatformNotSupportedException();
2285 public void ScaleTransform(float sx, float sy, System.Drawing.Drawing2D.MatrixOrder order) => throw new PlatformNotSupportedException();
2286 public void SetBlendTriangularShape(float focus) => throw new PlatformNotSupportedException();
2287 public void SetBlendTriangularShape(float focus, float scale) => throw new PlatformNotSupportedException();
2288 public void SetSigmaBellShape(float focus) => throw new PlatformNotSupportedException();
2289 public void SetSigmaBellShape(float focus, float scale) => throw new PlatformNotSupportedException();
2290 public void TranslateTransform(float dx, float dy) => throw new PlatformNotSupportedException();
2291 public void TranslateTransform(float dx, float dy, System.Drawing.Drawing2D.MatrixOrder order) => throw new PlatformNotSupportedException();
2293 public enum PathPointType
2295 Bezier = 3,
2296 Bezier3 = 3,
2297 CloseSubpath = 128,
2298 DashMode = 16,
2299 Line = 1,
2300 PathMarker = 32,
2301 PathTypeMask = 7,
2302 Start = 0,
2304 public enum PenAlignment
2306 Center = 0,
2307 Inset = 1,
2308 Left = 3,
2309 Outset = 2,
2310 Right = 4,
2312 public enum PenType
2314 HatchFill = 1,
2315 LinearGradient = 4,
2316 PathGradient = 3,
2317 SolidColor = 0,
2318 TextureFill = 2,
2320 public enum PixelOffsetMode
2322 Default = 0,
2323 Half = 4,
2324 HighQuality = 2,
2325 HighSpeed = 1,
2326 Invalid = -1,
2327 None = 3,
2329 public enum QualityMode
2331 Default = 0,
2332 High = 2,
2333 Invalid = -1,
2334 Low = 1,
2336 public sealed partial class RegionData
2338 internal RegionData() => throw new PlatformNotSupportedException();
2339 public byte[] Data { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
2341 public enum SmoothingMode
2343 AntiAlias = 4,
2344 Default = 0,
2345 HighQuality = 2,
2346 HighSpeed = 1,
2347 Invalid = -1,
2348 None = 3,
2350 public enum WarpMode
2352 Bilinear = 1,
2353 Perspective = 0,
2355 public enum WrapMode
2357 Clamp = 4,
2358 Tile = 0,
2359 TileFlipX = 1,
2360 TileFlipXY = 3,
2361 TileFlipY = 2,
2364 namespace System.Drawing.Imaging
2366 public sealed partial class BitmapData
2368 public BitmapData() => throw new PlatformNotSupportedException();
2369 public int Height { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
2370 public System.Drawing.Imaging.PixelFormat PixelFormat { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
2371 public int Reserved { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
2372 public System.IntPtr Scan0 { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
2373 public int Stride { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
2374 public int Width { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
2376 public enum ColorAdjustType
2378 Any = 6,
2379 Bitmap = 1,
2380 Brush = 2,
2381 Count = 5,
2382 Default = 0,
2383 Pen = 3,
2384 Text = 4,
2386 public enum ColorChannelFlag
2388 ColorChannelC = 0,
2389 ColorChannelK = 3,
2390 ColorChannelLast = 4,
2391 ColorChannelM = 1,
2392 ColorChannelY = 2,
2394 public sealed partial class ColorMap
2396 public ColorMap() => throw new PlatformNotSupportedException();
2397 public System.Drawing.Color NewColor { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
2398 public System.Drawing.Color OldColor { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
2400 public enum ColorMapType
2402 Brush = 1,
2403 Default = 0,
2405 public sealed partial class ColorMatrix
2407 public ColorMatrix() => throw new PlatformNotSupportedException();
2408 [System.CLSCompliantAttribute(false)]
2409 public ColorMatrix(float[][] newColorMatrix) => throw new PlatformNotSupportedException();
2410 public float this[int row, int column] { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
2411 public float Matrix00 { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
2412 public float Matrix01 { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
2413 public float Matrix02 { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
2414 public float Matrix03 { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
2415 public float Matrix04 { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
2416 public float Matrix10 { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
2417 public float Matrix11 { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
2418 public float Matrix12 { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
2419 public float Matrix13 { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
2420 public float Matrix14 { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
2421 public float Matrix20 { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
2422 public float Matrix21 { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
2423 public float Matrix22 { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
2424 public float Matrix23 { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
2425 public float Matrix24 { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
2426 public float Matrix30 { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
2427 public float Matrix31 { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
2428 public float Matrix32 { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
2429 public float Matrix33 { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
2430 public float Matrix34 { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
2431 public float Matrix40 { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
2432 public float Matrix41 { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
2433 public float Matrix42 { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
2434 public float Matrix43 { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
2435 public float Matrix44 { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
2437 public enum ColorMatrixFlag
2439 AltGrays = 2,
2440 Default = 0,
2441 SkipGrays = 1,
2443 public enum ColorMode
2445 Argb32Mode = 0,
2446 Argb64Mode = 1,
2448 public sealed partial class ColorPalette
2450 internal ColorPalette() => throw new PlatformNotSupportedException();
2451 public System.Drawing.Color[] Entries { get { throw new PlatformNotSupportedException(); } }
2452 public int Flags { get { throw new PlatformNotSupportedException(); } }
2454 public enum EmfPlusRecordType
2456 BeginContainer = 16423,
2457 BeginContainerNoParams = 16424,
2458 Clear = 16393,
2459 Comment = 16387,
2460 DrawArc = 16402,
2461 DrawBeziers = 16409,
2462 DrawClosedCurve = 16407,
2463 DrawCurve = 16408,
2464 DrawDriverString = 16438,
2465 DrawEllipse = 16399,
2466 DrawImage = 16410,
2467 DrawImagePoints = 16411,
2468 DrawLines = 16397,
2469 DrawPath = 16405,
2470 DrawPie = 16401,
2471 DrawRects = 16395,
2472 DrawString = 16412,
2473 EmfAbortPath = 68,
2474 EmfAlphaBlend = 114,
2475 EmfAngleArc = 41,
2476 EmfArcTo = 55,
2477 EmfBeginPath = 59,
2478 EmfBitBlt = 76,
2479 EmfChord = 46,
2480 EmfCloseFigure = 61,
2481 EmfColorCorrectPalette = 111,
2482 EmfColorMatchToTargetW = 121,
2483 EmfCreateBrushIndirect = 39,
2484 EmfCreateColorSpace = 99,
2485 EmfCreateColorSpaceW = 122,
2486 EmfCreateDibPatternBrushPt = 94,
2487 EmfCreateMonoBrush = 93,
2488 EmfCreatePalette = 49,
2489 EmfCreatePen = 38,
2490 EmfDeleteColorSpace = 101,
2491 EmfDeleteObject = 40,
2492 EmfDrawEscape = 105,
2493 EmfEllipse = 42,
2494 EmfEndPath = 60,
2495 EmfEof = 14,
2496 EmfExcludeClipRect = 29,
2497 EmfExtCreateFontIndirect = 82,
2498 EmfExtCreatePen = 95,
2499 EmfExtEscape = 106,
2500 EmfExtFloodFill = 53,
2501 EmfExtSelectClipRgn = 75,
2502 EmfExtTextOutA = 83,
2503 EmfExtTextOutW = 84,
2504 EmfFillPath = 62,
2505 EmfFillRgn = 71,
2506 EmfFlattenPath = 65,
2507 EmfForceUfiMapping = 109,
2508 EmfFrameRgn = 72,
2509 EmfGdiComment = 70,
2510 EmfGlsBoundedRecord = 103,
2511 EmfGlsRecord = 102,
2512 EmfGradientFill = 118,
2513 EmfHeader = 1,
2514 EmfIntersectClipRect = 30,
2515 EmfInvertRgn = 73,
2516 EmfLineTo = 54,
2517 EmfMaskBlt = 78,
2518 EmfMax = 122,
2519 EmfMin = 1,
2520 EmfModifyWorldTransform = 36,
2521 EmfMoveToEx = 27,
2522 EmfNamedEscpae = 110,
2523 EmfOffsetClipRgn = 26,
2524 EmfPaintRgn = 74,
2525 EmfPie = 47,
2526 EmfPixelFormat = 104,
2527 EmfPlgBlt = 79,
2528 EmfPlusRecordBase = 16384,
2529 EmfPolyBezier = 2,
2530 EmfPolyBezier16 = 85,
2531 EmfPolyBezierTo = 5,
2532 EmfPolyBezierTo16 = 88,
2533 EmfPolyDraw = 56,
2534 EmfPolyDraw16 = 92,
2535 EmfPolygon = 3,
2536 EmfPolygon16 = 86,
2537 EmfPolyline = 4,
2538 EmfPolyline16 = 87,
2539 EmfPolyLineTo = 6,
2540 EmfPolylineTo16 = 89,
2541 EmfPolyPolygon = 8,
2542 EmfPolyPolygon16 = 91,
2543 EmfPolyPolyline = 7,
2544 EmfPolyPolyline16 = 90,
2545 EmfPolyTextOutA = 96,
2546 EmfPolyTextOutW = 97,
2547 EmfRealizePalette = 52,
2548 EmfRectangle = 43,
2549 EmfReserved069 = 69,
2550 EmfReserved117 = 117,
2551 EmfResizePalette = 51,
2552 EmfRestoreDC = 34,
2553 EmfRoundArc = 45,
2554 EmfRoundRect = 44,
2555 EmfSaveDC = 33,
2556 EmfScaleViewportExtEx = 31,
2557 EmfScaleWindowExtEx = 32,
2558 EmfSelectClipPath = 67,
2559 EmfSelectObject = 37,
2560 EmfSelectPalette = 48,
2561 EmfSetArcDirection = 57,
2562 EmfSetBkColor = 25,
2563 EmfSetBkMode = 18,
2564 EmfSetBrushOrgEx = 13,
2565 EmfSetColorAdjustment = 23,
2566 EmfSetColorSpace = 100,
2567 EmfSetDIBitsToDevice = 80,
2568 EmfSetIcmMode = 98,
2569 EmfSetIcmProfileA = 112,
2570 EmfSetIcmProfileW = 113,
2571 EmfSetLayout = 115,
2572 EmfSetLinkedUfis = 119,
2573 EmfSetMapMode = 17,
2574 EmfSetMapperFlags = 16,
2575 EmfSetMetaRgn = 28,
2576 EmfSetMiterLimit = 58,
2577 EmfSetPaletteEntries = 50,
2578 EmfSetPixelV = 15,
2579 EmfSetPolyFillMode = 19,
2580 EmfSetROP2 = 20,
2581 EmfSetStretchBltMode = 21,
2582 EmfSetTextAlign = 22,
2583 EmfSetTextColor = 24,
2584 EmfSetTextJustification = 120,
2585 EmfSetViewportExtEx = 11,
2586 EmfSetViewportOrgEx = 12,
2587 EmfSetWindowExtEx = 9,
2588 EmfSetWindowOrgEx = 10,
2589 EmfSetWorldTransform = 35,
2590 EmfSmallTextOut = 108,
2591 EmfStartDoc = 107,
2592 EmfStretchBlt = 77,
2593 EmfStretchDIBits = 81,
2594 EmfStrokeAndFillPath = 63,
2595 EmfStrokePath = 64,
2596 EmfTransparentBlt = 116,
2597 EmfWidenPath = 66,
2598 EndContainer = 16425,
2599 EndOfFile = 16386,
2600 FillClosedCurve = 16406,
2601 FillEllipse = 16398,
2602 FillPath = 16404,
2603 FillPie = 16400,
2604 FillPolygon = 16396,
2605 FillRects = 16394,
2606 FillRegion = 16403,
2607 GetDC = 16388,
2608 Header = 16385,
2609 Invalid = 16384,
2610 Max = 16438,
2611 Min = 16385,
2612 MultiFormatEnd = 16391,
2613 MultiFormatSection = 16390,
2614 MultiFormatStart = 16389,
2615 MultiplyWorldTransform = 16428,
2616 Object = 16392,
2617 OffsetClip = 16437,
2618 ResetClip = 16433,
2619 ResetWorldTransform = 16427,
2620 Restore = 16422,
2621 RotateWorldTransform = 16431,
2622 Save = 16421,
2623 ScaleWorldTransform = 16430,
2624 SetAntiAliasMode = 16414,
2625 SetClipPath = 16435,
2626 SetClipRect = 16434,
2627 SetClipRegion = 16436,
2628 SetCompositingMode = 16419,
2629 SetCompositingQuality = 16420,
2630 SetInterpolationMode = 16417,
2631 SetPageTransform = 16432,
2632 SetPixelOffsetMode = 16418,
2633 SetRenderingOrigin = 16413,
2634 SetTextContrast = 16416,
2635 SetTextRenderingHint = 16415,
2636 SetWorldTransform = 16426,
2637 Total = 16439,
2638 TranslateWorldTransform = 16429,
2639 WmfAnimatePalette = 66614,
2640 WmfArc = 67607,
2641 WmfBitBlt = 67874,
2642 WmfChord = 67632,
2643 WmfCreateBrushIndirect = 66300,
2644 WmfCreateFontIndirect = 66299,
2645 WmfCreatePalette = 65783,
2646 WmfCreatePatternBrush = 66041,
2647 WmfCreatePenIndirect = 66298,
2648 WmfCreateRegion = 67327,
2649 WmfDeleteObject = 66032,
2650 WmfDibBitBlt = 67904,
2651 WmfDibCreatePatternBrush = 65858,
2652 WmfDibStretchBlt = 68417,
2653 WmfEllipse = 66584,
2654 WmfEscape = 67110,
2655 WmfExcludeClipRect = 66581,
2656 WmfExtFloodFill = 66888,
2657 WmfExtTextOut = 68146,
2658 WmfFillRegion = 66088,
2659 WmfFloodFill = 66585,
2660 WmfFrameRegion = 66601,
2661 WmfIntersectClipRect = 66582,
2662 WmfInvertRegion = 65834,
2663 WmfLineTo = 66067,
2664 WmfMoveTo = 66068,
2665 WmfOffsetCilpRgn = 66080,
2666 WmfOffsetViewportOrg = 66065,
2667 WmfOffsetWindowOrg = 66063,
2668 WmfPaintRegion = 65835,
2669 WmfPatBlt = 67101,
2670 WmfPie = 67610,
2671 WmfPolygon = 66340,
2672 WmfPolyline = 66341,
2673 WmfPolyPolygon = 66872,
2674 WmfRealizePalette = 65589,
2675 WmfRecordBase = 65536,
2676 WmfRectangle = 66587,
2677 WmfResizePalette = 65849,
2678 WmfRestoreDC = 65831,
2679 WmfRoundRect = 67100,
2680 WmfSaveDC = 65566,
2681 WmfScaleViewportExt = 66578,
2682 WmfScaleWindowExt = 66576,
2683 WmfSelectClipRegion = 65836,
2684 WmfSelectObject = 65837,
2685 WmfSelectPalette = 66100,
2686 WmfSetBkColor = 66049,
2687 WmfSetBkMode = 65794,
2688 WmfSetDibToDev = 68915,
2689 WmfSetLayout = 65865,
2690 WmfSetMapMode = 65795,
2691 WmfSetMapperFlags = 66097,
2692 WmfSetPalEntries = 65591,
2693 WmfSetPixel = 66591,
2694 WmfSetPolyFillMode = 65798,
2695 WmfSetRelAbs = 65797,
2696 WmfSetROP2 = 65796,
2697 WmfSetStretchBltMode = 65799,
2698 WmfSetTextAlign = 65838,
2699 WmfSetTextCharExtra = 65800,
2700 WmfSetTextColor = 66057,
2701 WmfSetTextJustification = 66058,
2702 WmfSetViewportExt = 66062,
2703 WmfSetViewportOrg = 66061,
2704 WmfSetWindowExt = 66060,
2705 WmfSetWindowOrg = 66059,
2706 WmfStretchBlt = 68387,
2707 WmfStretchDib = 69443,
2708 WmfTextOut = 66849,
2710 public enum EmfType
2712 EmfOnly = 3,
2713 EmfPlusDual = 5,
2714 EmfPlusOnly = 4,
2716 public sealed partial class Encoder
2718 public static readonly System.Drawing.Imaging.Encoder ChrominanceTable;
2719 public static readonly System.Drawing.Imaging.Encoder ColorDepth;
2720 public static readonly System.Drawing.Imaging.Encoder Compression;
2721 public static readonly System.Drawing.Imaging.Encoder LuminanceTable;
2722 public static readonly System.Drawing.Imaging.Encoder Quality;
2723 public static readonly System.Drawing.Imaging.Encoder RenderMethod;
2724 public static readonly System.Drawing.Imaging.Encoder SaveFlag;
2725 public static readonly System.Drawing.Imaging.Encoder ScanMethod;
2726 public static readonly System.Drawing.Imaging.Encoder Transformation;
2727 public static readonly System.Drawing.Imaging.Encoder Version;
2728 public Encoder(System.Guid guid) => throw new PlatformNotSupportedException();
2729 public System.Guid Guid { get { throw new PlatformNotSupportedException(); } }
2731 public sealed partial class EncoderParameter : System.IDisposable
2733 public EncoderParameter(System.Drawing.Imaging.Encoder encoder, byte value) => throw new PlatformNotSupportedException();
2734 public EncoderParameter(System.Drawing.Imaging.Encoder encoder, byte value, bool undefined) => throw new PlatformNotSupportedException();
2735 public EncoderParameter(System.Drawing.Imaging.Encoder encoder, byte[] value) => throw new PlatformNotSupportedException();
2736 public EncoderParameter(System.Drawing.Imaging.Encoder encoder, byte[] value, bool undefined) => throw new PlatformNotSupportedException();
2737 public EncoderParameter(System.Drawing.Imaging.Encoder encoder, short value) => throw new PlatformNotSupportedException();
2738 public EncoderParameter(System.Drawing.Imaging.Encoder encoder, short[] value) => throw new PlatformNotSupportedException();
2739 public EncoderParameter(System.Drawing.Imaging.Encoder encoder, int numberValues, System.Drawing.Imaging.EncoderParameterValueType type, System.IntPtr value) => throw new PlatformNotSupportedException();
2740 public EncoderParameter(System.Drawing.Imaging.Encoder encoder, int numerator, int denominator) => throw new PlatformNotSupportedException();
2741 [System.ObsoleteAttribute("This constructor has been deprecated. Use EncoderParameter(Encoder encoder, int numberValues, EncoderParameterValueType type, IntPtr value) instead. https://go.microsoft.com/fwlink/?linkid=14202")]
2742 public EncoderParameter(System.Drawing.Imaging.Encoder encoder, int NumberOfValues, int Type, int Value) => throw new PlatformNotSupportedException();
2743 public EncoderParameter(System.Drawing.Imaging.Encoder encoder, int numerator1, int demoninator1, int numerator2, int demoninator2) => throw new PlatformNotSupportedException();
2744 public EncoderParameter(System.Drawing.Imaging.Encoder encoder, int[] numerator, int[] denominator) => throw new PlatformNotSupportedException();
2745 public EncoderParameter(System.Drawing.Imaging.Encoder encoder, int[] numerator1, int[] denominator1, int[] numerator2, int[] denominator2) => throw new PlatformNotSupportedException();
2746 public EncoderParameter(System.Drawing.Imaging.Encoder encoder, long value) => throw new PlatformNotSupportedException();
2747 public EncoderParameter(System.Drawing.Imaging.Encoder encoder, long rangebegin, long rangeend) => throw new PlatformNotSupportedException();
2748 public EncoderParameter(System.Drawing.Imaging.Encoder encoder, long[] value) => throw new PlatformNotSupportedException();
2749 public EncoderParameter(System.Drawing.Imaging.Encoder encoder, long[] rangebegin, long[] rangeend) => throw new PlatformNotSupportedException();
2750 public EncoderParameter(System.Drawing.Imaging.Encoder encoder, string value) => throw new PlatformNotSupportedException();
2751 public System.Drawing.Imaging.Encoder Encoder { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
2752 public int NumberOfValues { get { throw new PlatformNotSupportedException(); } }
2753 public System.Drawing.Imaging.EncoderParameterValueType Type { get { throw new PlatformNotSupportedException(); } }
2754 public System.Drawing.Imaging.EncoderParameterValueType ValueType { get { throw new PlatformNotSupportedException(); } }
2755 public void Dispose() => throw new PlatformNotSupportedException();
2756 ~EncoderParameter() => throw new PlatformNotSupportedException();
2758 public sealed partial class EncoderParameters : System.IDisposable
2760 public EncoderParameters() => throw new PlatformNotSupportedException();
2761 public EncoderParameters(int count) => throw new PlatformNotSupportedException();
2762 public System.Drawing.Imaging.EncoderParameter[] Param { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
2763 public void Dispose() => throw new PlatformNotSupportedException();
2765 public enum EncoderParameterValueType
2767 ValueTypeAscii = 2,
2768 ValueTypeByte = 1,
2769 ValueTypeLong = 4,
2770 ValueTypeLongRange = 6,
2771 ValueTypeRational = 5,
2772 ValueTypeRationalRange = 8,
2773 ValueTypeShort = 3,
2774 ValueTypeUndefined = 7,
2776 public enum EncoderValue
2778 ColorTypeCMYK = 0,
2779 ColorTypeYCCK = 1,
2780 CompressionCCITT3 = 3,
2781 CompressionCCITT4 = 4,
2782 CompressionLZW = 2,
2783 CompressionNone = 6,
2784 CompressionRle = 5,
2785 Flush = 20,
2786 FrameDimensionPage = 23,
2787 FrameDimensionResolution = 22,
2788 FrameDimensionTime = 21,
2789 LastFrame = 19,
2790 MultiFrame = 18,
2791 RenderNonProgressive = 12,
2792 RenderProgressive = 11,
2793 ScanMethodInterlaced = 7,
2794 ScanMethodNonInterlaced = 8,
2795 TransformFlipHorizontal = 16,
2796 TransformFlipVertical = 17,
2797 TransformRotate180 = 14,
2798 TransformRotate270 = 15,
2799 TransformRotate90 = 13,
2800 VersionGif87 = 9,
2801 VersionGif89 = 10,
2803 public sealed partial class FrameDimension
2805 public FrameDimension(System.Guid guid) => throw new PlatformNotSupportedException();
2806 public System.Guid Guid { get { throw new PlatformNotSupportedException(); } }
2807 public static System.Drawing.Imaging.FrameDimension Page { get { throw new PlatformNotSupportedException(); } }
2808 public static System.Drawing.Imaging.FrameDimension Resolution { get { throw new PlatformNotSupportedException(); } }
2809 public static System.Drawing.Imaging.FrameDimension Time { get { throw new PlatformNotSupportedException(); } }
2810 public override bool Equals(object o) { throw new PlatformNotSupportedException(); }
2811 public override int GetHashCode() { throw new PlatformNotSupportedException(); }
2812 public override string ToString() { throw new PlatformNotSupportedException(); }
2814 public sealed partial class ImageAttributes : System.ICloneable, System.IDisposable
2816 public ImageAttributes() => throw new PlatformNotSupportedException();
2817 public void ClearBrushRemapTable() => throw new PlatformNotSupportedException();
2818 public void ClearColorKey() => throw new PlatformNotSupportedException();
2819 public void ClearColorKey(System.Drawing.Imaging.ColorAdjustType type) => throw new PlatformNotSupportedException();
2820 public void ClearColorMatrix() => throw new PlatformNotSupportedException();
2821 public void ClearColorMatrix(System.Drawing.Imaging.ColorAdjustType type) => throw new PlatformNotSupportedException();
2822 public void ClearGamma() => throw new PlatformNotSupportedException();
2823 public void ClearGamma(System.Drawing.Imaging.ColorAdjustType type) => throw new PlatformNotSupportedException();
2824 public void ClearNoOp() => throw new PlatformNotSupportedException();
2825 public void ClearNoOp(System.Drawing.Imaging.ColorAdjustType type) => throw new PlatformNotSupportedException();
2826 public void ClearOutputChannel() => throw new PlatformNotSupportedException();
2827 public void ClearOutputChannel(System.Drawing.Imaging.ColorAdjustType type) => throw new PlatformNotSupportedException();
2828 public void ClearOutputChannelColorProfile() => throw new PlatformNotSupportedException();
2829 public void ClearOutputChannelColorProfile(System.Drawing.Imaging.ColorAdjustType type) => throw new PlatformNotSupportedException();
2830 public void ClearRemapTable() => throw new PlatformNotSupportedException();
2831 public void ClearRemapTable(System.Drawing.Imaging.ColorAdjustType type) => throw new PlatformNotSupportedException();
2832 public void ClearThreshold() => throw new PlatformNotSupportedException();
2833 public void ClearThreshold(System.Drawing.Imaging.ColorAdjustType type) => throw new PlatformNotSupportedException();
2834 public object Clone() { throw new PlatformNotSupportedException(); }
2835 public void Dispose() => throw new PlatformNotSupportedException();
2836 ~ImageAttributes() => throw new PlatformNotSupportedException();
2837 public void GetAdjustedPalette(System.Drawing.Imaging.ColorPalette palette, System.Drawing.Imaging.ColorAdjustType type) => throw new PlatformNotSupportedException();
2838 public void SetBrushRemapTable(System.Drawing.Imaging.ColorMap[] map) => throw new PlatformNotSupportedException();
2839 public void SetColorKey(System.Drawing.Color colorLow, System.Drawing.Color colorHigh) => throw new PlatformNotSupportedException();
2840 public void SetColorKey(System.Drawing.Color colorLow, System.Drawing.Color colorHigh, System.Drawing.Imaging.ColorAdjustType type) => throw new PlatformNotSupportedException();
2841 public void SetColorMatrices(System.Drawing.Imaging.ColorMatrix newColorMatrix, System.Drawing.Imaging.ColorMatrix grayMatrix) => throw new PlatformNotSupportedException();
2842 public void SetColorMatrices(System.Drawing.Imaging.ColorMatrix newColorMatrix, System.Drawing.Imaging.ColorMatrix grayMatrix, System.Drawing.Imaging.ColorMatrixFlag flags) => throw new PlatformNotSupportedException();
2843 public void SetColorMatrices(System.Drawing.Imaging.ColorMatrix newColorMatrix, System.Drawing.Imaging.ColorMatrix grayMatrix, System.Drawing.Imaging.ColorMatrixFlag mode, System.Drawing.Imaging.ColorAdjustType type) => throw new PlatformNotSupportedException();
2844 public void SetColorMatrix(System.Drawing.Imaging.ColorMatrix newColorMatrix) => throw new PlatformNotSupportedException();
2845 public void SetColorMatrix(System.Drawing.Imaging.ColorMatrix newColorMatrix, System.Drawing.Imaging.ColorMatrixFlag flags) => throw new PlatformNotSupportedException();
2846 public void SetColorMatrix(System.Drawing.Imaging.ColorMatrix newColorMatrix, System.Drawing.Imaging.ColorMatrixFlag mode, System.Drawing.Imaging.ColorAdjustType type) => throw new PlatformNotSupportedException();
2847 public void SetGamma(float gamma) => throw new PlatformNotSupportedException();
2848 public void SetGamma(float gamma, System.Drawing.Imaging.ColorAdjustType type) => throw new PlatformNotSupportedException();
2849 public void SetNoOp() => throw new PlatformNotSupportedException();
2850 public void SetNoOp(System.Drawing.Imaging.ColorAdjustType type) => throw new PlatformNotSupportedException();
2851 public void SetOutputChannel(System.Drawing.Imaging.ColorChannelFlag flags) => throw new PlatformNotSupportedException();
2852 public void SetOutputChannel(System.Drawing.Imaging.ColorChannelFlag flags, System.Drawing.Imaging.ColorAdjustType type) => throw new PlatformNotSupportedException();
2853 public void SetOutputChannelColorProfile(string colorProfileFilename) => throw new PlatformNotSupportedException();
2854 public void SetOutputChannelColorProfile(string colorProfileFilename, System.Drawing.Imaging.ColorAdjustType type) => throw new PlatformNotSupportedException();
2855 public void SetRemapTable(System.Drawing.Imaging.ColorMap[] map) => throw new PlatformNotSupportedException();
2856 public void SetRemapTable(System.Drawing.Imaging.ColorMap[] map, System.Drawing.Imaging.ColorAdjustType type) => throw new PlatformNotSupportedException();
2857 public void SetThreshold(float threshold) => throw new PlatformNotSupportedException();
2858 public void SetThreshold(float threshold, System.Drawing.Imaging.ColorAdjustType type) => throw new PlatformNotSupportedException();
2859 public void SetWrapMode(System.Drawing.Drawing2D.WrapMode mode) => throw new PlatformNotSupportedException();
2860 public void SetWrapMode(System.Drawing.Drawing2D.WrapMode mode, System.Drawing.Color color) => throw new PlatformNotSupportedException();
2861 public void SetWrapMode(System.Drawing.Drawing2D.WrapMode mode, System.Drawing.Color color, bool clamp) => throw new PlatformNotSupportedException();
2863 [System.FlagsAttribute]
2864 public enum ImageCodecFlags
2866 BlockingDecode = 32,
2867 Builtin = 65536,
2868 Decoder = 2,
2869 Encoder = 1,
2870 SeekableEncode = 16,
2871 SupportBitmap = 4,
2872 SupportVector = 8,
2873 System = 131072,
2874 User = 262144,
2876 public sealed partial class ImageCodecInfo
2878 internal ImageCodecInfo() => throw new PlatformNotSupportedException();
2879 public System.Guid Clsid { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
2880 public string CodecName { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
2881 public string DllName { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
2882 public string FilenameExtension { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
2883 public System.Drawing.Imaging.ImageCodecFlags Flags { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
2884 public string FormatDescription { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
2885 public System.Guid FormatID { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
2886 public string MimeType { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
2887 [System.CLSCompliantAttribute(false)]
2888 public byte[][] SignatureMasks { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
2889 [System.CLSCompliantAttribute(false)]
2890 public byte[][] SignaturePatterns { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
2891 public int Version { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
2892 public static System.Drawing.Imaging.ImageCodecInfo[] GetImageDecoders() { throw new PlatformNotSupportedException(); }
2893 public static System.Drawing.Imaging.ImageCodecInfo[] GetImageEncoders() { throw new PlatformNotSupportedException(); }
2895 [System.FlagsAttribute]
2896 public enum ImageFlags
2898 Caching = 131072,
2899 ColorSpaceCmyk = 32,
2900 ColorSpaceGray = 64,
2901 ColorSpaceRgb = 16,
2902 ColorSpaceYcbcr = 128,
2903 ColorSpaceYcck = 256,
2904 HasAlpha = 2,
2905 HasRealDpi = 4096,
2906 HasRealPixelSize = 8192,
2907 HasTranslucent = 4,
2908 None = 0,
2909 PartiallyScalable = 8,
2910 ReadOnly = 65536,
2911 Scalable = 1,
2913 #if netcoreapp
2914 [System.ComponentModel.TypeConverter("System.Drawing.ImageFormatConverter, System.Windows.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51")]
2915 #endif
2916 public sealed partial class ImageFormat
2918 public ImageFormat(System.Guid guid) => throw new PlatformNotSupportedException();
2919 public static System.Drawing.Imaging.ImageFormat Bmp { get { throw new PlatformNotSupportedException(); } }
2920 public static System.Drawing.Imaging.ImageFormat Emf { get { throw new PlatformNotSupportedException(); } }
2921 public static System.Drawing.Imaging.ImageFormat Exif { get { throw new PlatformNotSupportedException(); } }
2922 public static System.Drawing.Imaging.ImageFormat Gif { get { throw new PlatformNotSupportedException(); } }
2923 public System.Guid Guid { get { throw new PlatformNotSupportedException(); } }
2924 public static System.Drawing.Imaging.ImageFormat Icon { get { throw new PlatformNotSupportedException(); } }
2925 public static System.Drawing.Imaging.ImageFormat Jpeg { get { throw new PlatformNotSupportedException(); } }
2926 public static System.Drawing.Imaging.ImageFormat MemoryBmp { get { throw new PlatformNotSupportedException(); } }
2927 public static System.Drawing.Imaging.ImageFormat Png { get { throw new PlatformNotSupportedException(); } }
2928 public static System.Drawing.Imaging.ImageFormat Tiff { get { throw new PlatformNotSupportedException(); } }
2929 public static System.Drawing.Imaging.ImageFormat Wmf { get { throw new PlatformNotSupportedException(); } }
2930 public override bool Equals(object o) { throw new PlatformNotSupportedException(); }
2931 public override int GetHashCode() { throw new PlatformNotSupportedException(); }
2932 public override string ToString() { throw new PlatformNotSupportedException(); }
2934 public enum ImageLockMode
2936 ReadOnly = 1,
2937 ReadWrite = 3,
2938 UserInputBuffer = 4,
2939 WriteOnly = 2,
2941 public sealed partial class Metafile : System.Drawing.Image
2943 public Metafile(System.IntPtr henhmetafile, bool deleteEmf) => throw new PlatformNotSupportedException();
2944 public Metafile(System.IntPtr referenceHdc, System.Drawing.Imaging.EmfType emfType) => throw new PlatformNotSupportedException();
2945 public Metafile(System.IntPtr referenceHdc, System.Drawing.Imaging.EmfType emfType, string description) => throw new PlatformNotSupportedException();
2946 public Metafile(System.IntPtr hmetafile, System.Drawing.Imaging.WmfPlaceableFileHeader wmfHeader) => throw new PlatformNotSupportedException();
2947 public Metafile(System.IntPtr hmetafile, System.Drawing.Imaging.WmfPlaceableFileHeader wmfHeader, bool deleteWmf) => throw new PlatformNotSupportedException();
2948 public Metafile(System.IntPtr referenceHdc, System.Drawing.Rectangle frameRect) => throw new PlatformNotSupportedException();
2949 public Metafile(System.IntPtr referenceHdc, System.Drawing.Rectangle frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit) => throw new PlatformNotSupportedException();
2950 public Metafile(System.IntPtr referenceHdc, System.Drawing.Rectangle frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, System.Drawing.Imaging.EmfType type) => throw new PlatformNotSupportedException();
2951 public Metafile(System.IntPtr referenceHdc, System.Drawing.Rectangle frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, System.Drawing.Imaging.EmfType type, string desc) => throw new PlatformNotSupportedException();
2952 public Metafile(System.IntPtr referenceHdc, System.Drawing.RectangleF frameRect) => throw new PlatformNotSupportedException();
2953 public Metafile(System.IntPtr referenceHdc, System.Drawing.RectangleF frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit) => throw new PlatformNotSupportedException();
2954 public Metafile(System.IntPtr referenceHdc, System.Drawing.RectangleF frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, System.Drawing.Imaging.EmfType type) => throw new PlatformNotSupportedException();
2955 public Metafile(System.IntPtr referenceHdc, System.Drawing.RectangleF frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, System.Drawing.Imaging.EmfType type, string description) => throw new PlatformNotSupportedException();
2956 public Metafile(System.IO.Stream stream) => throw new PlatformNotSupportedException();
2957 public Metafile(System.IO.Stream stream, System.IntPtr referenceHdc) => throw new PlatformNotSupportedException();
2958 public Metafile(System.IO.Stream stream, System.IntPtr referenceHdc, System.Drawing.Imaging.EmfType type) => throw new PlatformNotSupportedException();
2959 public Metafile(System.IO.Stream stream, System.IntPtr referenceHdc, System.Drawing.Imaging.EmfType type, string description) => throw new PlatformNotSupportedException();
2960 public Metafile(System.IO.Stream stream, System.IntPtr referenceHdc, System.Drawing.Rectangle frameRect) => throw new PlatformNotSupportedException();
2961 public Metafile(System.IO.Stream stream, System.IntPtr referenceHdc, System.Drawing.Rectangle frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit) => throw new PlatformNotSupportedException();
2962 public Metafile(System.IO.Stream stream, System.IntPtr referenceHdc, System.Drawing.Rectangle frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, System.Drawing.Imaging.EmfType type) => throw new PlatformNotSupportedException();
2963 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) => throw new PlatformNotSupportedException();
2964 public Metafile(System.IO.Stream stream, System.IntPtr referenceHdc, System.Drawing.RectangleF frameRect) => throw new PlatformNotSupportedException();
2965 public Metafile(System.IO.Stream stream, System.IntPtr referenceHdc, System.Drawing.RectangleF frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit) => throw new PlatformNotSupportedException();
2966 public Metafile(System.IO.Stream stream, System.IntPtr referenceHdc, System.Drawing.RectangleF frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, System.Drawing.Imaging.EmfType type) => throw new PlatformNotSupportedException();
2967 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) => throw new PlatformNotSupportedException();
2968 public Metafile(string filename) => throw new PlatformNotSupportedException();
2969 public Metafile(string fileName, System.IntPtr referenceHdc) => throw new PlatformNotSupportedException();
2970 public Metafile(string fileName, System.IntPtr referenceHdc, System.Drawing.Imaging.EmfType type) => throw new PlatformNotSupportedException();
2971 public Metafile(string fileName, System.IntPtr referenceHdc, System.Drawing.Imaging.EmfType type, string description) => throw new PlatformNotSupportedException();
2972 public Metafile(string fileName, System.IntPtr referenceHdc, System.Drawing.Rectangle frameRect) => throw new PlatformNotSupportedException();
2973 public Metafile(string fileName, System.IntPtr referenceHdc, System.Drawing.Rectangle frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit) => throw new PlatformNotSupportedException();
2974 public Metafile(string fileName, System.IntPtr referenceHdc, System.Drawing.Rectangle frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, System.Drawing.Imaging.EmfType type) => throw new PlatformNotSupportedException();
2975 public Metafile(string fileName, System.IntPtr referenceHdc, System.Drawing.Rectangle frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, System.Drawing.Imaging.EmfType type, string description) => throw new PlatformNotSupportedException();
2976 public Metafile(string fileName, System.IntPtr referenceHdc, System.Drawing.Rectangle frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, string description) => throw new PlatformNotSupportedException();
2977 public Metafile(string fileName, System.IntPtr referenceHdc, System.Drawing.RectangleF frameRect) => throw new PlatformNotSupportedException();
2978 public Metafile(string fileName, System.IntPtr referenceHdc, System.Drawing.RectangleF frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit) => throw new PlatformNotSupportedException();
2979 public Metafile(string fileName, System.IntPtr referenceHdc, System.Drawing.RectangleF frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, System.Drawing.Imaging.EmfType type) => throw new PlatformNotSupportedException();
2980 public Metafile(string fileName, System.IntPtr referenceHdc, System.Drawing.RectangleF frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, System.Drawing.Imaging.EmfType type, string description) => throw new PlatformNotSupportedException();
2981 public Metafile(string fileName, System.IntPtr referenceHdc, System.Drawing.RectangleF frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, string desc) => throw new PlatformNotSupportedException();
2982 public System.IntPtr GetHenhmetafile() { throw new PlatformNotSupportedException(); }
2983 public System.Drawing.Imaging.MetafileHeader GetMetafileHeader() { throw new PlatformNotSupportedException(); }
2984 public static System.Drawing.Imaging.MetafileHeader GetMetafileHeader(System.IntPtr henhmetafile) { throw new PlatformNotSupportedException(); }
2985 public static System.Drawing.Imaging.MetafileHeader GetMetafileHeader(System.IntPtr hmetafile, System.Drawing.Imaging.WmfPlaceableFileHeader wmfHeader) { throw new PlatformNotSupportedException(); }
2986 public static System.Drawing.Imaging.MetafileHeader GetMetafileHeader(System.IO.Stream stream) { throw new PlatformNotSupportedException(); }
2987 public static System.Drawing.Imaging.MetafileHeader GetMetafileHeader(string fileName) { throw new PlatformNotSupportedException(); }
2988 public void PlayRecord(System.Drawing.Imaging.EmfPlusRecordType recordType, int flags, int dataSize, byte[] data) => throw new PlatformNotSupportedException();
2990 public enum MetafileFrameUnit
2992 Document = 5,
2993 GdiCompatible = 7,
2994 Inch = 4,
2995 Millimeter = 6,
2996 Pixel = 2,
2997 Point = 3,
2999 public sealed partial class MetafileHeader
3001 internal MetafileHeader() => throw new PlatformNotSupportedException();
3002 public System.Drawing.Rectangle Bounds { get { throw new PlatformNotSupportedException(); } }
3003 public float DpiX { get { throw new PlatformNotSupportedException(); } }
3004 public float DpiY { get { throw new PlatformNotSupportedException(); } }
3005 public int EmfPlusHeaderSize { get { throw new PlatformNotSupportedException(); } }
3006 public int LogicalDpiX { get { throw new PlatformNotSupportedException(); } }
3007 public int LogicalDpiY { get { throw new PlatformNotSupportedException(); } }
3008 public int MetafileSize { get { throw new PlatformNotSupportedException(); } }
3009 public System.Drawing.Imaging.MetafileType Type { get { throw new PlatformNotSupportedException(); } }
3010 public int Version { get { throw new PlatformNotSupportedException(); } }
3011 public System.Drawing.Imaging.MetaHeader WmfHeader { get { throw new PlatformNotSupportedException(); } }
3012 public bool IsDisplay() { throw new PlatformNotSupportedException(); }
3013 public bool IsEmf() { throw new PlatformNotSupportedException(); }
3014 public bool IsEmfOrEmfPlus() { throw new PlatformNotSupportedException(); }
3015 public bool IsEmfPlus() { throw new PlatformNotSupportedException(); }
3016 public bool IsEmfPlusDual() { throw new PlatformNotSupportedException(); }
3017 public bool IsEmfPlusOnly() { throw new PlatformNotSupportedException(); }
3018 public bool IsWmf() { throw new PlatformNotSupportedException(); }
3019 public bool IsWmfPlaceable() { throw new PlatformNotSupportedException(); }
3021 public enum MetafileType
3023 Emf = 3,
3024 EmfPlusDual = 5,
3025 EmfPlusOnly = 4,
3026 Invalid = 0,
3027 Wmf = 1,
3028 WmfPlaceable = 2,
3030 public sealed partial class MetaHeader
3032 public MetaHeader() => throw new PlatformNotSupportedException();
3033 public short HeaderSize { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
3034 public int MaxRecord { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
3035 public short NoObjects { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
3036 public short NoParameters { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
3037 public int Size { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
3038 public short Type { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
3039 public short Version { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
3041 [System.FlagsAttribute]
3042 public enum PaletteFlags
3044 GrayScale = 2,
3045 Halftone = 4,
3046 HasAlpha = 1,
3048 public enum PixelFormat
3050 Alpha = 262144,
3051 Canonical = 2097152,
3052 DontCare = 0,
3053 Extended = 1048576,
3054 Format16bppArgb1555 = 397319,
3055 Format16bppGrayScale = 1052676,
3056 Format16bppRgb555 = 135173,
3057 Format16bppRgb565 = 135174,
3058 Format1bppIndexed = 196865,
3059 Format24bppRgb = 137224,
3060 Format32bppArgb = 2498570,
3061 Format32bppPArgb = 925707,
3062 Format32bppRgb = 139273,
3063 Format48bppRgb = 1060876,
3064 Format4bppIndexed = 197634,
3065 Format64bppArgb = 3424269,
3066 Format64bppPArgb = 1851406,
3067 Format8bppIndexed = 198659,
3068 Gdi = 131072,
3069 Indexed = 65536,
3070 Max = 15,
3071 PAlpha = 524288,
3072 Undefined = 0,
3074 public delegate void PlayRecordCallback(System.Drawing.Imaging.EmfPlusRecordType recordType, int flags, int dataSize, System.IntPtr recordData);
3075 public sealed partial class PropertyItem
3077 internal PropertyItem() => throw new PlatformNotSupportedException();
3078 public int Id { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
3079 public int Len { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
3080 public short Type { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
3081 public byte[] Value { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
3083 public sealed partial class WmfPlaceableFileHeader
3085 public WmfPlaceableFileHeader() => throw new PlatformNotSupportedException();
3086 public short BboxBottom { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
3087 public short BboxLeft { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
3088 public short BboxRight { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
3089 public short BboxTop { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
3090 public short Checksum { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
3091 public short Hmf { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
3092 public short Inch { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
3093 public int Key { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
3094 public int Reserved { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
3097 namespace System.Drawing.Printing
3099 public enum Duplex
3101 Default = -1,
3102 Horizontal = 3,
3103 Simplex = 1,
3104 Vertical = 2,
3106 public partial class InvalidPrinterException : System.SystemException
3108 public InvalidPrinterException(System.Drawing.Printing.PrinterSettings settings) => throw new PlatformNotSupportedException();
3109 protected InvalidPrinterException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw new PlatformNotSupportedException();
3110 public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw new PlatformNotSupportedException();
3112 #if netcoreapp
3113 [System.ComponentModel.TypeConverter("System.Drawing.Printing.MarginsConverter, System.Windows.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51")]
3114 #endif
3115 public partial class Margins : System.ICloneable
3117 public Margins() => throw new PlatformNotSupportedException();
3118 public Margins(int left, int right, int top, int bottom) => throw new PlatformNotSupportedException();
3119 public int Bottom { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
3120 public int Left { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
3121 public int Right { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
3122 public int Top { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
3123 public object Clone() { throw new PlatformNotSupportedException(); }
3124 public override bool Equals(object obj) { throw new PlatformNotSupportedException(); }
3125 public override int GetHashCode() { throw new PlatformNotSupportedException(); }
3126 public static bool operator ==(System.Drawing.Printing.Margins m1, System.Drawing.Printing.Margins m2) { throw new PlatformNotSupportedException(); }
3127 public static bool operator !=(System.Drawing.Printing.Margins m1, System.Drawing.Printing.Margins m2) { throw new PlatformNotSupportedException(); }
3128 public override string ToString() { throw new PlatformNotSupportedException(); }
3130 public partial class PageSettings : System.ICloneable
3132 public PageSettings() => throw new PlatformNotSupportedException();
3133 public PageSettings(System.Drawing.Printing.PrinterSettings printerSettings) => throw new PlatformNotSupportedException();
3134 public System.Drawing.Rectangle Bounds { get { throw new PlatformNotSupportedException(); } }
3135 public bool Color { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
3136 public float HardMarginX { get { throw new PlatformNotSupportedException(); } }
3137 public float HardMarginY { get { throw new PlatformNotSupportedException(); } }
3138 public bool Landscape { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
3139 public System.Drawing.Printing.Margins Margins { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
3140 public System.Drawing.Printing.PaperSize PaperSize { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
3141 public System.Drawing.Printing.PaperSource PaperSource { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
3142 public System.Drawing.RectangleF PrintableArea { get { throw new PlatformNotSupportedException(); } }
3143 public System.Drawing.Printing.PrinterResolution PrinterResolution { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
3144 public System.Drawing.Printing.PrinterSettings PrinterSettings { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
3145 public object Clone() { throw new PlatformNotSupportedException(); }
3146 public void CopyToHdevmode(System.IntPtr hdevmode) => throw new PlatformNotSupportedException();
3147 public void SetHdevmode(System.IntPtr hdevmode) => throw new PlatformNotSupportedException();
3148 public override string ToString() { throw new PlatformNotSupportedException(); }
3150 public enum PaperKind
3152 A2 = 66,
3153 A3 = 8,
3154 A3Extra = 63,
3155 A3ExtraTransverse = 68,
3156 A3Rotated = 76,
3157 A3Transverse = 67,
3158 A4 = 9,
3159 A4Extra = 53,
3160 A4Plus = 60,
3161 A4Rotated = 77,
3162 A4Small = 10,
3163 A4Transverse = 55,
3164 A5 = 11,
3165 A5Extra = 64,
3166 A5Rotated = 78,
3167 A5Transverse = 61,
3168 A6 = 70,
3169 A6Rotated = 83,
3170 APlus = 57,
3171 B4 = 12,
3172 B4Envelope = 33,
3173 B4JisRotated = 79,
3174 B5 = 13,
3175 B5Envelope = 34,
3176 B5Extra = 65,
3177 B5JisRotated = 80,
3178 B5Transverse = 62,
3179 B6Envelope = 35,
3180 B6Jis = 88,
3181 B6JisRotated = 89,
3182 BPlus = 58,
3183 C3Envelope = 29,
3184 C4Envelope = 30,
3185 C5Envelope = 28,
3186 C65Envelope = 32,
3187 C6Envelope = 31,
3188 CSheet = 24,
3189 Custom = 0,
3190 DLEnvelope = 27,
3191 DSheet = 25,
3192 ESheet = 26,
3193 Executive = 7,
3194 Folio = 14,
3195 GermanLegalFanfold = 41,
3196 GermanStandardFanfold = 40,
3197 InviteEnvelope = 47,
3198 IsoB4 = 42,
3199 ItalyEnvelope = 36,
3200 JapaneseDoublePostcard = 69,
3201 JapaneseDoublePostcardRotated = 82,
3202 JapaneseEnvelopeChouNumber3 = 73,
3203 JapaneseEnvelopeChouNumber3Rotated = 86,
3204 JapaneseEnvelopeChouNumber4 = 74,
3205 JapaneseEnvelopeChouNumber4Rotated = 87,
3206 JapaneseEnvelopeKakuNumber2 = 71,
3207 JapaneseEnvelopeKakuNumber2Rotated = 84,
3208 JapaneseEnvelopeKakuNumber3 = 72,
3209 JapaneseEnvelopeKakuNumber3Rotated = 85,
3210 JapaneseEnvelopeYouNumber4 = 91,
3211 JapaneseEnvelopeYouNumber4Rotated = 92,
3212 JapanesePostcard = 43,
3213 JapanesePostcardRotated = 81,
3214 Ledger = 4,
3215 Legal = 5,
3216 LegalExtra = 51,
3217 Letter = 1,
3218 LetterExtra = 50,
3219 LetterExtraTransverse = 56,
3220 LetterPlus = 59,
3221 LetterRotated = 75,
3222 LetterSmall = 2,
3223 LetterTransverse = 54,
3224 MonarchEnvelope = 37,
3225 Note = 18,
3226 Number10Envelope = 20,
3227 Number11Envelope = 21,
3228 Number12Envelope = 22,
3229 Number14Envelope = 23,
3230 Number9Envelope = 19,
3231 PersonalEnvelope = 38,
3232 Prc16K = 93,
3233 Prc16KRotated = 106,
3234 Prc32K = 94,
3235 Prc32KBig = 95,
3236 Prc32KBigRotated = 108,
3237 Prc32KRotated = 107,
3238 PrcEnvelopeNumber1 = 96,
3239 PrcEnvelopeNumber10 = 105,
3240 PrcEnvelopeNumber10Rotated = 118,
3241 PrcEnvelopeNumber1Rotated = 109,
3242 PrcEnvelopeNumber2 = 97,
3243 PrcEnvelopeNumber2Rotated = 110,
3244 PrcEnvelopeNumber3 = 98,
3245 PrcEnvelopeNumber3Rotated = 111,
3246 PrcEnvelopeNumber4 = 99,
3247 PrcEnvelopeNumber4Rotated = 112,
3248 PrcEnvelopeNumber5 = 100,
3249 PrcEnvelopeNumber5Rotated = 113,
3250 PrcEnvelopeNumber6 = 101,
3251 PrcEnvelopeNumber6Rotated = 114,
3252 PrcEnvelopeNumber7 = 102,
3253 PrcEnvelopeNumber7Rotated = 115,
3254 PrcEnvelopeNumber8 = 103,
3255 PrcEnvelopeNumber8Rotated = 116,
3256 PrcEnvelopeNumber9 = 104,
3257 PrcEnvelopeNumber9Rotated = 117,
3258 Quarto = 15,
3259 Standard10x11 = 45,
3260 Standard10x14 = 16,
3261 Standard11x17 = 17,
3262 Standard12x11 = 90,
3263 Standard15x11 = 46,
3264 Standard9x11 = 44,
3265 Statement = 6,
3266 Tabloid = 3,
3267 TabloidExtra = 52,
3268 USStandardFanfold = 39,
3270 public partial class PaperSize
3272 public PaperSize() => throw new PlatformNotSupportedException();
3273 public PaperSize(string name, int width, int height) => throw new PlatformNotSupportedException();
3274 public int Height { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
3275 public System.Drawing.Printing.PaperKind Kind { get { throw new PlatformNotSupportedException(); } }
3276 public string PaperName { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
3277 public int RawKind { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
3278 public int Width { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
3279 public override string ToString() { throw new PlatformNotSupportedException(); }
3281 public partial class PaperSource
3283 public PaperSource() => throw new PlatformNotSupportedException();
3284 public System.Drawing.Printing.PaperSourceKind Kind { get { throw new PlatformNotSupportedException(); } }
3285 public int RawKind { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
3286 public string SourceName { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
3287 public override string ToString() { throw new PlatformNotSupportedException(); }
3289 public enum PaperSourceKind
3291 AutomaticFeed = 7,
3292 Cassette = 14,
3293 Custom = 257,
3294 Envelope = 5,
3295 FormSource = 15,
3296 LargeCapacity = 11,
3297 LargeFormat = 10,
3298 Lower = 2,
3299 Manual = 4,
3300 ManualFeed = 6,
3301 Middle = 3,
3302 SmallFormat = 9,
3303 TractorFeed = 8,
3304 Upper = 1,
3306 public sealed partial class PreviewPageInfo
3308 public PreviewPageInfo(System.Drawing.Image image, System.Drawing.Size physicalSize) => throw new PlatformNotSupportedException();
3309 public System.Drawing.Image Image { get { throw new PlatformNotSupportedException(); } }
3310 public System.Drawing.Size PhysicalSize { get { throw new PlatformNotSupportedException(); } }
3312 public partial class PreviewPrintController : System.Drawing.Printing.PrintController
3314 public PreviewPrintController() => throw new PlatformNotSupportedException();
3315 public override bool IsPreview { get { throw new PlatformNotSupportedException(); } }
3316 public virtual bool UseAntiAlias { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
3317 public System.Drawing.Printing.PreviewPageInfo[] GetPreviewPageInfo() { throw new PlatformNotSupportedException(); }
3318 public override void OnEndPage(System.Drawing.Printing.PrintDocument document, System.Drawing.Printing.PrintPageEventArgs e) => throw new PlatformNotSupportedException();
3319 public override void OnEndPrint(System.Drawing.Printing.PrintDocument document, System.Drawing.Printing.PrintEventArgs e) => throw new PlatformNotSupportedException();
3320 public override System.Drawing.Graphics OnStartPage(System.Drawing.Printing.PrintDocument document, System.Drawing.Printing.PrintPageEventArgs e) { throw new PlatformNotSupportedException(); }
3321 public override void OnStartPrint(System.Drawing.Printing.PrintDocument document, System.Drawing.Printing.PrintEventArgs e) => throw new PlatformNotSupportedException();
3323 public enum PrintAction
3325 PrintToFile = 0,
3326 PrintToPreview = 1,
3327 PrintToPrinter = 2,
3329 public abstract partial class PrintController
3331 protected PrintController() => throw new PlatformNotSupportedException();
3332 public virtual bool IsPreview { get { throw new PlatformNotSupportedException(); } }
3333 public virtual void OnEndPage(System.Drawing.Printing.PrintDocument document, System.Drawing.Printing.PrintPageEventArgs e) => throw new PlatformNotSupportedException();
3334 public virtual void OnEndPrint(System.Drawing.Printing.PrintDocument document, System.Drawing.Printing.PrintEventArgs e) => throw new PlatformNotSupportedException();
3335 public virtual System.Drawing.Graphics OnStartPage(System.Drawing.Printing.PrintDocument document, System.Drawing.Printing.PrintPageEventArgs e) { throw new PlatformNotSupportedException(); }
3336 public virtual void OnStartPrint(System.Drawing.Printing.PrintDocument document, System.Drawing.Printing.PrintEventArgs e) => throw new PlatformNotSupportedException();
3338 public partial class PrintDocument : System.ComponentModel.Component
3340 public PrintDocument() => throw new PlatformNotSupportedException();
3341 [System.ComponentModel.BrowsableAttribute(false)]
3342 [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
3343 public System.Drawing.Printing.PageSettings DefaultPageSettings { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
3344 [System.ComponentModel.DefaultValueAttribute("document")]
3345 public string DocumentName { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
3346 [System.ComponentModel.DefaultValueAttribute(false)]
3347 public bool OriginAtMargins { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
3348 [System.ComponentModel.BrowsableAttribute(false)]
3349 [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
3350 public System.Drawing.Printing.PrintController PrintController { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
3351 [System.ComponentModel.BrowsableAttribute(false)]
3352 [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
3353 public System.Drawing.Printing.PrinterSettings PrinterSettings { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
3354 public event System.Drawing.Printing.PrintEventHandler BeginPrint { add => throw new PlatformNotSupportedException(); remove => throw new PlatformNotSupportedException(); }
3355 public event System.Drawing.Printing.PrintEventHandler EndPrint { add => throw new PlatformNotSupportedException(); remove => throw new PlatformNotSupportedException(); }
3356 public event System.Drawing.Printing.PrintPageEventHandler PrintPage { add => throw new PlatformNotSupportedException(); remove => throw new PlatformNotSupportedException(); }
3357 public event System.Drawing.Printing.QueryPageSettingsEventHandler QueryPageSettings { add => throw new PlatformNotSupportedException(); remove => throw new PlatformNotSupportedException(); }
3358 protected virtual void OnBeginPrint(System.Drawing.Printing.PrintEventArgs e) => throw new PlatformNotSupportedException();
3359 protected virtual void OnEndPrint(System.Drawing.Printing.PrintEventArgs e) => throw new PlatformNotSupportedException();
3360 protected virtual void OnPrintPage(System.Drawing.Printing.PrintPageEventArgs e) => throw new PlatformNotSupportedException();
3361 protected virtual void OnQueryPageSettings(System.Drawing.Printing.QueryPageSettingsEventArgs e) => throw new PlatformNotSupportedException();
3362 public void Print() => throw new PlatformNotSupportedException();
3363 public override string ToString() { throw new PlatformNotSupportedException(); }
3365 public partial class PrinterResolution
3367 public PrinterResolution() => throw new PlatformNotSupportedException();
3368 public System.Drawing.Printing.PrinterResolutionKind Kind { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
3369 public int X { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
3370 public int Y { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
3371 public override string ToString() { throw new PlatformNotSupportedException(); }
3373 public enum PrinterResolutionKind
3375 Custom = 0,
3376 Draft = -1,
3377 High = -4,
3378 Low = -2,
3379 Medium = -3,
3381 public partial class PrinterSettings : System.ICloneable
3383 public PrinterSettings() => throw new PlatformNotSupportedException();
3384 public bool CanDuplex { get { throw new PlatformNotSupportedException(); } }
3385 public bool Collate { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
3386 public short Copies { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
3387 public System.Drawing.Printing.PageSettings DefaultPageSettings { get { throw new PlatformNotSupportedException(); } }
3388 public System.Drawing.Printing.Duplex Duplex { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
3389 public int FromPage { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
3390 public static System.Drawing.Printing.PrinterSettings.StringCollection InstalledPrinters { get { throw new PlatformNotSupportedException(); } }
3391 public bool IsDefaultPrinter { get { throw new PlatformNotSupportedException(); } }
3392 public bool IsPlotter { get { throw new PlatformNotSupportedException(); } }
3393 public bool IsValid { get { throw new PlatformNotSupportedException(); } }
3394 public int LandscapeAngle { get { throw new PlatformNotSupportedException(); } }
3395 public int MaximumCopies { get { throw new PlatformNotSupportedException(); } }
3396 public int MaximumPage { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
3397 public int MinimumPage { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
3398 public System.Drawing.Printing.PrinterSettings.PaperSizeCollection PaperSizes { get { throw new PlatformNotSupportedException(); } }
3399 public System.Drawing.Printing.PrinterSettings.PaperSourceCollection PaperSources { get { throw new PlatformNotSupportedException(); } }
3400 public string PrinterName { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
3401 public System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection PrinterResolutions { get { throw new PlatformNotSupportedException(); } }
3402 public string PrintFileName { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
3403 public System.Drawing.Printing.PrintRange PrintRange { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
3404 public bool PrintToFile { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
3405 public bool SupportsColor { get { throw new PlatformNotSupportedException(); } }
3406 public int ToPage { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
3407 public object Clone() { throw new PlatformNotSupportedException(); }
3408 public System.Drawing.Graphics CreateMeasurementGraphics() { throw new PlatformNotSupportedException(); }
3409 public System.Drawing.Graphics CreateMeasurementGraphics(bool honorOriginAtMargins) { throw new PlatformNotSupportedException(); }
3410 public System.Drawing.Graphics CreateMeasurementGraphics(System.Drawing.Printing.PageSettings pageSettings) { throw new PlatformNotSupportedException(); }
3411 public System.Drawing.Graphics CreateMeasurementGraphics(System.Drawing.Printing.PageSettings pageSettings, bool honorOriginAtMargins) { throw new PlatformNotSupportedException(); }
3412 public System.IntPtr GetHdevmode() { throw new PlatformNotSupportedException(); }
3413 public System.IntPtr GetHdevmode(System.Drawing.Printing.PageSettings pageSettings) { throw new PlatformNotSupportedException(); }
3414 public System.IntPtr GetHdevnames() { throw new PlatformNotSupportedException(); }
3415 public bool IsDirectPrintingSupported(System.Drawing.Image image) { throw new PlatformNotSupportedException(); }
3416 public bool IsDirectPrintingSupported(System.Drawing.Imaging.ImageFormat imageFormat) { throw new PlatformNotSupportedException(); }
3417 public void SetHdevmode(System.IntPtr hdevmode) => throw new PlatformNotSupportedException();
3418 public void SetHdevnames(System.IntPtr hdevnames) => throw new PlatformNotSupportedException();
3419 public override string ToString() { throw new PlatformNotSupportedException(); }
3420 public partial class PaperSizeCollection : System.Collections.ICollection, System.Collections.IEnumerable
3422 public PaperSizeCollection(System.Drawing.Printing.PaperSize[] array) => throw new PlatformNotSupportedException();
3423 public int Count { get { throw new PlatformNotSupportedException(); } }
3424 public virtual System.Drawing.Printing.PaperSize this[int index] { get { throw new PlatformNotSupportedException(); } }
3425 int System.Collections.ICollection.Count { get { throw new PlatformNotSupportedException(); } }
3426 bool System.Collections.ICollection.IsSynchronized { get { throw new PlatformNotSupportedException(); } }
3427 object System.Collections.ICollection.SyncRoot { get { throw new PlatformNotSupportedException(); } }
3428 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
3429 public int Add(System.Drawing.Printing.PaperSize paperSize) { throw new PlatformNotSupportedException(); }
3430 public void CopyTo(System.Drawing.Printing.PaperSize[] paperSizes, int index) => throw new PlatformNotSupportedException();
3431 public System.Collections.IEnumerator GetEnumerator() { throw new PlatformNotSupportedException(); }
3432 void System.Collections.ICollection.CopyTo(System.Array array, int index) => throw new PlatformNotSupportedException();
3433 System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw new PlatformNotSupportedException(); }
3435 public partial class PaperSourceCollection : System.Collections.ICollection, System.Collections.IEnumerable
3437 public PaperSourceCollection(System.Drawing.Printing.PaperSource[] array) => throw new PlatformNotSupportedException();
3438 public int Count { get { throw new PlatformNotSupportedException(); } }
3439 public virtual System.Drawing.Printing.PaperSource this[int index] { get { throw new PlatformNotSupportedException(); } }
3440 int System.Collections.ICollection.Count { get { throw new PlatformNotSupportedException(); } }
3441 bool System.Collections.ICollection.IsSynchronized { get { throw new PlatformNotSupportedException(); } }
3442 object System.Collections.ICollection.SyncRoot { get { throw new PlatformNotSupportedException(); } }
3443 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
3444 public int Add(System.Drawing.Printing.PaperSource paperSource) { throw new PlatformNotSupportedException(); }
3445 public void CopyTo(System.Drawing.Printing.PaperSource[] paperSources, int index) => throw new PlatformNotSupportedException();
3446 public System.Collections.IEnumerator GetEnumerator() { throw new PlatformNotSupportedException(); }
3447 void System.Collections.ICollection.CopyTo(System.Array array, int index) => throw new PlatformNotSupportedException();
3448 System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw new PlatformNotSupportedException(); }
3450 public partial class PrinterResolutionCollection : System.Collections.ICollection, System.Collections.IEnumerable
3452 public PrinterResolutionCollection(System.Drawing.Printing.PrinterResolution[] array) => throw new PlatformNotSupportedException();
3453 public int Count { get { throw new PlatformNotSupportedException(); } }
3454 public virtual System.Drawing.Printing.PrinterResolution this[int index] { get { throw new PlatformNotSupportedException(); } }
3455 int System.Collections.ICollection.Count { get { throw new PlatformNotSupportedException(); } }
3456 bool System.Collections.ICollection.IsSynchronized { get { throw new PlatformNotSupportedException(); } }
3457 object System.Collections.ICollection.SyncRoot { get { throw new PlatformNotSupportedException(); } }
3458 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
3459 public int Add(System.Drawing.Printing.PrinterResolution printerResolution) { throw new PlatformNotSupportedException(); }
3460 public void CopyTo(System.Drawing.Printing.PrinterResolution[] printerResolutions, int index) => throw new PlatformNotSupportedException();
3461 public System.Collections.IEnumerator GetEnumerator() { throw new PlatformNotSupportedException(); }
3462 void System.Collections.ICollection.CopyTo(System.Array array, int index) => throw new PlatformNotSupportedException();
3463 System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw new PlatformNotSupportedException(); }
3465 public partial class StringCollection : System.Collections.ICollection, System.Collections.IEnumerable
3467 public StringCollection(string[] array) => throw new PlatformNotSupportedException();
3468 public int Count { get { throw new PlatformNotSupportedException(); } }
3469 public virtual string this[int index] { get { throw new PlatformNotSupportedException(); } }
3470 int System.Collections.ICollection.Count { get { throw new PlatformNotSupportedException(); } }
3471 bool System.Collections.ICollection.IsSynchronized { get { throw new PlatformNotSupportedException(); } }
3472 object System.Collections.ICollection.SyncRoot { get { throw new PlatformNotSupportedException(); } }
3473 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
3474 public int Add(string value) { throw new PlatformNotSupportedException(); }
3475 public void CopyTo(string[] strings, int index) => throw new PlatformNotSupportedException();
3476 public System.Collections.IEnumerator GetEnumerator() { throw new PlatformNotSupportedException(); }
3477 void System.Collections.ICollection.CopyTo(System.Array array, int index) => throw new PlatformNotSupportedException();
3478 System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw new PlatformNotSupportedException(); }
3481 public enum PrinterUnit
3483 Display = 0,
3484 HundredthsOfAMillimeter = 2,
3485 TenthsOfAMillimeter = 3,
3486 ThousandthsOfAnInch = 1,
3488 public sealed partial class PrinterUnitConvert
3490 internal PrinterUnitConvert() => throw new PlatformNotSupportedException();
3491 public static double Convert(double value, System.Drawing.Printing.PrinterUnit fromUnit, System.Drawing.Printing.PrinterUnit toUnit) { throw new PlatformNotSupportedException(); }
3492 public static System.Drawing.Point Convert(System.Drawing.Point value, System.Drawing.Printing.PrinterUnit fromUnit, System.Drawing.Printing.PrinterUnit toUnit) { throw new PlatformNotSupportedException(); }
3493 public static System.Drawing.Printing.Margins Convert(System.Drawing.Printing.Margins value, System.Drawing.Printing.PrinterUnit fromUnit, System.Drawing.Printing.PrinterUnit toUnit) { throw new PlatformNotSupportedException(); }
3494 public static System.Drawing.Rectangle Convert(System.Drawing.Rectangle value, System.Drawing.Printing.PrinterUnit fromUnit, System.Drawing.Printing.PrinterUnit toUnit) { throw new PlatformNotSupportedException(); }
3495 public static System.Drawing.Size Convert(System.Drawing.Size value, System.Drawing.Printing.PrinterUnit fromUnit, System.Drawing.Printing.PrinterUnit toUnit) { throw new PlatformNotSupportedException(); }
3496 public static int Convert(int value, System.Drawing.Printing.PrinterUnit fromUnit, System.Drawing.Printing.PrinterUnit toUnit) { throw new PlatformNotSupportedException(); }
3498 public partial class PrintEventArgs : System.ComponentModel.CancelEventArgs
3500 public PrintEventArgs() => throw new PlatformNotSupportedException();
3501 public System.Drawing.Printing.PrintAction PrintAction { get { throw new PlatformNotSupportedException(); } }
3503 public delegate void PrintEventHandler(object sender, System.Drawing.Printing.PrintEventArgs e);
3504 public partial class PrintPageEventArgs : System.EventArgs
3506 public PrintPageEventArgs(System.Drawing.Graphics graphics, System.Drawing.Rectangle marginBounds, System.Drawing.Rectangle pageBounds, System.Drawing.Printing.PageSettings pageSettings) => throw new PlatformNotSupportedException();
3507 public bool Cancel { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
3508 public System.Drawing.Graphics Graphics { get { throw new PlatformNotSupportedException(); } }
3509 public bool HasMorePages { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
3510 public System.Drawing.Rectangle MarginBounds { get { throw new PlatformNotSupportedException(); } }
3511 public System.Drawing.Rectangle PageBounds { get { throw new PlatformNotSupportedException(); } }
3512 public System.Drawing.Printing.PageSettings PageSettings { get { throw new PlatformNotSupportedException(); } }
3514 public delegate void PrintPageEventHandler(object sender, System.Drawing.Printing.PrintPageEventArgs e);
3515 public enum PrintRange
3517 AllPages = 0,
3518 CurrentPage = 4194304,
3519 Selection = 1,
3520 SomePages = 2,
3522 public partial class QueryPageSettingsEventArgs : System.Drawing.Printing.PrintEventArgs
3524 public QueryPageSettingsEventArgs(System.Drawing.Printing.PageSettings pageSettings) => throw new PlatformNotSupportedException();
3525 public System.Drawing.Printing.PageSettings PageSettings { get { throw new PlatformNotSupportedException(); } set => throw new PlatformNotSupportedException(); }
3527 public delegate void QueryPageSettingsEventHandler(object sender, System.Drawing.Printing.QueryPageSettingsEventArgs e);
3528 public partial class StandardPrintController : System.Drawing.Printing.PrintController
3530 public StandardPrintController() => throw new PlatformNotSupportedException();
3531 public override void OnEndPage(System.Drawing.Printing.PrintDocument document, System.Drawing.Printing.PrintPageEventArgs e) => throw new PlatformNotSupportedException();
3532 public override void OnEndPrint(System.Drawing.Printing.PrintDocument document, System.Drawing.Printing.PrintEventArgs e) => throw new PlatformNotSupportedException();
3533 public override System.Drawing.Graphics OnStartPage(System.Drawing.Printing.PrintDocument document, System.Drawing.Printing.PrintPageEventArgs e) { throw new PlatformNotSupportedException(); }
3534 public override void OnStartPrint(System.Drawing.Printing.PrintDocument document, System.Drawing.Printing.PrintEventArgs e) => throw new PlatformNotSupportedException();
3537 namespace System.Drawing.Text
3539 public abstract partial class FontCollection : System.IDisposable
3541 internal FontCollection() => throw new PlatformNotSupportedException();
3542 public System.Drawing.FontFamily[] Families { get { throw new PlatformNotSupportedException(); } }
3543 public void Dispose() => throw new PlatformNotSupportedException();
3544 protected virtual void Dispose(bool disposing) => throw new PlatformNotSupportedException();
3545 ~FontCollection() => throw new PlatformNotSupportedException();
3547 public enum GenericFontFamilies
3549 Monospace = 2,
3550 SansSerif = 1,
3551 Serif = 0,
3553 public enum HotkeyPrefix
3555 Hide = 2,
3556 None = 0,
3557 Show = 1,
3559 public sealed partial class InstalledFontCollection : System.Drawing.Text.FontCollection
3561 public InstalledFontCollection() => throw new PlatformNotSupportedException();
3563 public sealed partial class PrivateFontCollection : System.Drawing.Text.FontCollection
3565 public PrivateFontCollection() => throw new PlatformNotSupportedException();
3566 public void AddFontFile(string filename) => throw new PlatformNotSupportedException();
3567 public void AddMemoryFont(System.IntPtr memory, int length) => throw new PlatformNotSupportedException();
3568 protected override void Dispose(bool disposing) => throw new PlatformNotSupportedException();
3570 public enum TextRenderingHint
3572 AntiAlias = 4,
3573 AntiAliasGridFit = 3,
3574 ClearTypeGridFit = 5,
3575 SingleBitPerPixel = 2,
3576 SingleBitPerPixelGridFit = 1,
3577 SystemDefault = 0,