CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
pens.h
1
2#ifndef _aspose_drawing_pens_h_
3#define _aspose_drawing_pens_h_
4
5#include "fwd.h"
6#include "drawing/pen.h"
7
8namespace System { namespace Drawing {
9
13class Pens
14{
15public:
17 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_Transparent();
19 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_AliceBlue();
21 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_AntiqueWhite();
23 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_Aqua();
25 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_Aquamarine();
27 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_Azure();
29 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_Beige();
31 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_Bisque();
33 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_Black();
35 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_BlanchedAlmond();
37 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_Blue();
39 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_BlueViolet();
41 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_Brown();
43 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_BurlyWood();
45 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_CadetBlue();
47 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_Chartreuse();
49 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_Chocolate();
51 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_Coral();
53 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_CornflowerBlue();
55 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_Cornsilk();
57 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_Crimson();
59 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_Cyan();
61 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_DarkBlue();
63 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_DarkCyan();
65 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_DarkGoldenrod();
67 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_DarkGray();
69 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_DarkGreen();
71 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_DarkKhaki();
73 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_DarkMagenta();
75 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_DarkOliveGreen();
77 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_DarkOrange();
79 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_DarkOrchid();
81 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_DarkRed();
83 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_DarkSalmon();
85 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_DarkSeaGreen();
87 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_DarkSlateBlue();
89 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_DarkSlateGray();
91 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_DarkTurquoise();
93 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_DarkViolet();
95 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_DeepPink();
97 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_DeepSkyBlue();
99 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_DimGray();
101 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_DodgerBlue();
103 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_Firebrick();
105 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_FloralWhite();
107 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_ForestGreen();
109 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_Fuchsia();
111 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_Gainsboro();
113 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_GhostWhite();
115 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_Gold();
117 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_Goldenrod();
119 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_Gray();
121 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_Green();
123 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_GreenYellow();
125 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_Honeydew();
127 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_HotPink();
129 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_IndianRed();
131 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_Indigo();
133 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_Ivory();
135 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_Khaki();
137 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_Lavender();
139 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_LavenderBlush();
141 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_LawnGreen();
143 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_LemonChiffon();
145 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_LightBlue();
147 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_LightCoral();
149 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_LightCyan();
151 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_LightGoldenrodYellow();
153 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_LightGreen();
155 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_LightGray();
157 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_LightPink();
159 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_LightSalmon();
161 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_LightSeaGreen();
163 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_LightSkyBlue();
165 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_LightSlateGray();
167 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_LightSteelBlue();
169 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_LightYellow();
171 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_Lime();
173 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_LimeGreen();
175 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_Linen();
177 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_Magenta();
179 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_Maroon();
181 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_MediumAquamarine();
183 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_MediumBlue();
185 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_MediumOrchid();
187 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_MediumPurple();
189 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_MediumSeaGreen();
191 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_MediumSlateBlue();
193 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_MediumSpringGreen();
195 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_MediumTurquoise();
197 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_MediumVioletRed();
199 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_MidnightBlue();
201 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_MintCream();
203 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_MistyRose();
205 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_Moccasin();
207 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_NavajoWhite();
209 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_Navy();
211 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_OldLace();
213 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_Olive();
215 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_OliveDrab();
217 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_Orange();
219 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_OrangeRed();
221 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_Orchid();
223 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_PaleGoldenrod();
225 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_PaleGreen();
227 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_PaleTurquoise();
229 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_PaleVioletRed();
231 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_PapayaWhip();
233 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_PeachPuff();
235 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_Peru();
237 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_Pink();
239 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_Plum();
241 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_PowderBlue();
243 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_Purple();
245 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_Red();
247 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_RosyBrown();
249 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_RoyalBlue();
251 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_SaddleBrown();
253 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_Salmon();
255 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_SandyBrown();
257 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_SeaGreen();
259 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_SeaShell();
261 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_Sienna();
263 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_Silver();
265 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_SkyBlue();
267 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_SlateBlue();
269 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_SlateGray();
271 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_Snow();
273 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_SpringGreen();
275 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_SteelBlue();
277 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_Tan();
279 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_Teal();
281 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_Thistle();
283 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_Tomato();
285 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_Turquoise();
287 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_Violet();
289 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_Wheat();
291 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_White();
293 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_WhiteSmoke();
295 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_Yellow();
297 static ASPOSECPP_SHARED_API SharedPtr<Pen> get_YellowGreen();
298
299private:
301 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_Transparent;
303 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_AliceBlue;
305 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_AntiqueWhite;
307 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_Aqua;
309 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_Aquamarine;
311 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_Azure;
313 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_Beige;
315 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_Bisque;
317 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_Black;
319 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_BlanchedAlmond;
321 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_Blue;
323 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_BlueViolet;
325 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_Brown;
327 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_BurlyWood;
329 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_CadetBlue;
331 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_Chartreuse;
333 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_Chocolate;
335 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_Coral;
337 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_CornflowerBlue;
339 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_Cornsilk;
341 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_Crimson;
343 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_Cyan;
345 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_DarkBlue;
347 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_DarkCyan;
349 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_DarkGoldenrod;
351 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_DarkGray;
353 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_DarkGreen;
355 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_DarkKhaki;
357 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_DarkMagenta;
359 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_DarkOliveGreen;
361 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_DarkOrange;
363 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_DarkOrchid;
365 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_DarkRed;
367 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_DarkSalmon;
369 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_DarkSeaGreen;
371 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_DarkSlateBlue;
373 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_DarkSlateGray;
375 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_DarkTurquoise;
377 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_DarkViolet;
379 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_DeepPink;
381 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_DeepSkyBlue;
383 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_DimGray;
385 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_DodgerBlue;
387 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_Firebrick;
389 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_FloralWhite;
391 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_ForestGreen;
393 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_Fuchsia;
395 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_Gainsboro;
397 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_GhostWhite;
399 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_Gold;
401 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_Goldenrod;
403 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_Gray;
405 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_Green;
407 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_GreenYellow;
409 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_Honeydew;
411 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_HotPink;
413 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_IndianRed;
415 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_Indigo;
417 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_Ivory;
419 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_Khaki;
421 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_Lavender;
423 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_LavenderBlush;
425 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_LawnGreen;
427 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_LemonChiffon;
429 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_LightBlue;
431 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_LightCoral;
433 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_LightCyan;
435 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_LightGoldenrodYellow;
437 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_LightGreen;
439 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_LightGray;
441 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_LightPink;
443 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_LightSalmon;
445 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_LightSeaGreen;
447 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_LightSkyBlue;
449 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_LightSlateGray;
451 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_LightSteelBlue;
453 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_LightYellow;
455 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_Lime;
457 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_LimeGreen;
459 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_Linen;
461 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_Magenta;
463 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_Maroon;
465 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_MediumAquamarine;
467 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_MediumBlue;
469 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_MediumOrchid;
471 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_MediumPurple;
473 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_MediumSeaGreen;
475 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_MediumSlateBlue;
477 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_MediumSpringGreen;
479 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_MediumTurquoise;
481 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_MediumVioletRed;
483 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_MidnightBlue;
485 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_MintCream;
487 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_MistyRose;
489 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_Moccasin;
491 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_NavajoWhite;
493 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_Navy;
495 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_OldLace;
497 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_Olive;
499 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_OliveDrab;
501 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_Orange;
503 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_OrangeRed;
505 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_Orchid;
507 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_PaleGoldenrod;
509 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_PaleGreen;
511 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_PaleTurquoise;
513 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_PaleVioletRed;
515 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_PapayaWhip;
517 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_PeachPuff;
519 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_Peru;
521 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_Pink;
523 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_Plum;
525 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_PowderBlue;
527 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_Purple;
529 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_Red;
531 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_RosyBrown;
533 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_RoyalBlue;
535 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_SaddleBrown;
537 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_Salmon;
539 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_SandyBrown;
541 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_SeaGreen;
543 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_SeaShell;
545 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_Sienna;
547 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_Silver;
549 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_SkyBlue;
551 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_SlateBlue;
553 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_SlateGray;
555 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_Snow;
557 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_SpringGreen;
559 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_SteelBlue;
561 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_Tan;
563 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_Teal;
565 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_Thistle;
567 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_Tomato;
569 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_Turquoise;
571 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_Violet;
573 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_Wheat;
575 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_White;
577 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_WhiteSmoke;
579 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_Yellow;
581 static ASPOSECPP_SHARED_API const SharedPtr<Pen> m_YellowGreen;
582};
583
584}} // namespace System::Drawing
585
586#endif // _aspose_drawing_pens_h_
Provides a set of pre-created Pen objects. This is a static type with no instance services....
Definition: pens.h:14
static SharedPtr< Pen > get_Violet()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_Cornsilk()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_AntiqueWhite()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_IndianRed()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_GhostWhite()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_Moccasin()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_DarkBlue()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_Maroon()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_SkyBlue()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_RoyalBlue()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_LightBlue()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_Khaki()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_Purple()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_PeachPuff()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_Sienna()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_LightGreen()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_MediumAquamarine()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_MintCream()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_LightPink()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_DarkKhaki()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_Honeydew()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_MediumSeaGreen()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_DarkOliveGreen()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_LightGoldenrodYellow()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_Teal()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_Thistle()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_Plum()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_Magenta()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_LightSteelBlue()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_Tan()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_DarkGray()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_DarkViolet()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_White()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_Ivory()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_DarkSlateGray()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_LimeGreen()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_Goldenrod()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_DarkSlateBlue()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_PaleTurquoise()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_Azure()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_OrangeRed()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_Snow()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_Brown()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_LightGray()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_PaleVioletRed()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_PaleGoldenrod()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_SeaGreen()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_MediumVioletRed()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_SaddleBrown()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_DeepSkyBlue()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_WhiteSmoke()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_Aqua()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_Gainsboro()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_YellowGreen()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_PowderBlue()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_SandyBrown()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_Peru()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_Tomato()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_DarkCyan()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_SteelBlue()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_PapayaWhip()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_DodgerBlue()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_AliceBlue()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_LightCoral()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_Green()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_BurlyWood()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_DarkSalmon()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_LemonChiffon()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_Navy()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_GreenYellow()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_LightSeaGreen()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_Beige()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_RosyBrown()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_DarkSeaGreen()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_LightSkyBlue()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_Lime()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_Crimson()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_Yellow()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_MistyRose()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_HotPink()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_DarkRed()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_OliveDrab()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_Bisque()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_Blue()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_DarkOrange()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_DimGray()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_MidnightBlue()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_FloralWhite()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_ForestGreen()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_Lavender()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_SeaShell()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_Coral()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_Aquamarine()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_LightYellow()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_Orange()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_DarkOrchid()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_DarkGreen()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_DarkGoldenrod()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_LawnGreen()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_BlueViolet()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_Chartreuse()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_MediumPurple()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_MediumSpringGreen()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_LavenderBlush()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_CadetBlue()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_Fuchsia()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_MediumTurquoise()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_Chocolate()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_Linen()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_MediumBlue()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_SpringGreen()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_PaleGreen()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_Cyan()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_CornflowerBlue()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_LightSlateGray()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_Salmon()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_MediumSlateBlue()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_LightSalmon()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_Black()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_Orchid()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_Gold()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_MediumOrchid()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_SlateGray()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_LightCyan()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_Red()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_DeepPink()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_DarkTurquoise()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_Indigo()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_NavajoWhite()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_Gray()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_Silver()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_Transparent()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #0...
static SharedPtr< Pen > get_Pink()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_Wheat()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_BlanchedAlmond()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_Olive()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_OldLace()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_DarkMagenta()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_SlateBlue()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_Turquoise()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
static SharedPtr< Pen > get_Firebrick()
Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #F...
Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting O...
Definition: smart_ptr.h:180
Definition: db_command.h:9