xtd 1.0.0
Loading...
Searching...
No Matches
pens.hpp
Go to the documentation of this file.
1
4#pragma once
6#include "pen.hpp"
7#include <xtd/static>
8
10namespace xtd {
12 namespace drawing {
26 public:
28
32 [[nodiscard]] static auto transparent(float width = 1) -> xtd::drawing::pen;
33
36 [[nodiscard]] static auto alice_blue(float width = 1) -> xtd::drawing::pen;
37
40 [[nodiscard]] static auto antique_white(float width = 1) -> xtd::drawing::pen;
41
44 [[nodiscard]] static auto aqua(float width = 1) -> xtd::drawing::pen;
45
48 [[nodiscard]] static auto aquamarine(float width = 1) -> xtd::drawing::pen;
49
52 [[nodiscard]] static auto azure(float width = 1) -> xtd::drawing::pen;
53
56 [[nodiscard]] static auto beige(float width = 1) -> xtd::drawing::pen;
57
60 [[nodiscard]] static auto bisque(float width = 1) -> xtd::drawing::pen;
61
64 [[nodiscard]] static auto black(float width = 1) -> xtd::drawing::pen;
65
68 [[nodiscard]] static auto blanched_almond(float width = 1) -> xtd::drawing::pen;
69
72 [[nodiscard]] static auto blue(float width = 1) -> xtd::drawing::pen;
73
76 [[nodiscard]] static auto blue_violet(float width = 1) -> xtd::drawing::pen;
77
80 [[nodiscard]] static auto brown(float width = 1) -> xtd::drawing::pen;
81
84 [[nodiscard]] static auto burly_wood(float width = 1) -> xtd::drawing::pen;
85
88 [[nodiscard]] static auto cadet_blue(float width = 1) -> xtd::drawing::pen;
89
92 [[nodiscard]] static auto chartreuse(float width = 1) -> xtd::drawing::pen;
93
96 [[nodiscard]] static auto chocolate(float width = 1) -> xtd::drawing::pen;
97
100 [[nodiscard]] static auto coral(float width = 1) -> xtd::drawing::pen;
101
104 [[nodiscard]] static auto cornflower_blue(float width = 1) -> xtd::drawing::pen;
105
108 [[nodiscard]] static auto cornsilk(float width = 1) -> xtd::drawing::pen;
109
112 [[nodiscard]] static auto crimson(float width = 1) -> xtd::drawing::pen;
113
116 [[nodiscard]] static auto cyan(float width = 1) -> xtd::drawing::pen;
117
120 [[nodiscard]] static auto dark_blue(float width = 1) -> xtd::drawing::pen;
121
124 [[nodiscard]] static auto dark_cyan(float width = 1) -> xtd::drawing::pen;
125
128 [[nodiscard]] static auto dark_goldenrod(float width = 1) -> xtd::drawing::pen;
129
132 [[nodiscard]] static auto dark_gray(float width = 1) -> xtd::drawing::pen;
133
136 [[nodiscard]] static auto dark_green(float width = 1) -> xtd::drawing::pen;
137
140 [[nodiscard]] static auto dark_khaki(float width = 1) -> xtd::drawing::pen;
141
144 [[nodiscard]] static auto dark_magenta(float width = 1) -> xtd::drawing::pen;
145
148 [[nodiscard]] static auto dark_olive_green(float width = 1) -> xtd::drawing::pen;
149
152 [[nodiscard]] static auto dark_orange(float width = 1) -> xtd::drawing::pen;
153
156 [[nodiscard]] static auto dark_orchid(float width = 1) -> xtd::drawing::pen;
157
160 [[nodiscard]] static auto dark_red(float width = 1) -> xtd::drawing::pen;
161
164 [[nodiscard]] static auto dark_salmon(float width = 1) -> xtd::drawing::pen;
165
168 [[nodiscard]] static auto dark_sea_green(float width = 1) -> xtd::drawing::pen;
169
172 [[nodiscard]] static auto dark_slate_blue(float width = 1) -> xtd::drawing::pen;
173
176 [[nodiscard]] static auto dark_slate_gray(float width = 1) -> xtd::drawing::pen;
177
180 [[nodiscard]] static auto dark_turquoise(float width = 1) -> xtd::drawing::pen;
181
184 [[nodiscard]] static auto dark_violet(float width = 1) -> xtd::drawing::pen;
185
188 [[nodiscard]] static auto deep_pink(float width = 1) -> xtd::drawing::pen;
189
192 [[nodiscard]] static auto deep_sky_blue(float width = 1) -> xtd::drawing::pen;
193
196 [[nodiscard]] static auto dim_gray(float width = 1) -> xtd::drawing::pen;
197
200 [[nodiscard]] static auto dodger_blue(float width = 1) -> xtd::drawing::pen;
201
204 [[nodiscard]] static auto firebrick(float width = 1) -> xtd::drawing::pen;
205
208 [[nodiscard]] static auto floral_white(float width = 1) -> xtd::drawing::pen;
209
212 [[nodiscard]] static auto forest_green(float width = 1) -> xtd::drawing::pen;
213
216 [[nodiscard]] static auto fuchsia(float width = 1) -> xtd::drawing::pen;
217
220 [[nodiscard]] static auto gainsboro(float width = 1) -> xtd::drawing::pen;
221
224 [[nodiscard]] static auto ghost_white(float width = 1) -> xtd::drawing::pen;
225
228 [[nodiscard]] static auto gold(float width = 1) -> xtd::drawing::pen;
229
232 [[nodiscard]] static auto goldenrod(float width = 1) -> xtd::drawing::pen;
233
236 [[nodiscard]] static auto gray(float width = 1) -> xtd::drawing::pen;
237
240 [[nodiscard]] static auto green(float width = 1) -> xtd::drawing::pen;
241
244 [[nodiscard]] static auto green_yellow(float width = 1) -> xtd::drawing::pen;
245
248 [[nodiscard]] static auto honeydew(float width = 1) -> xtd::drawing::pen;
249
252 [[nodiscard]] static auto hot_pink(float width = 1) -> xtd::drawing::pen;
253
256 [[nodiscard]] static auto indian_red(float width = 1) -> xtd::drawing::pen;
257
260 [[nodiscard]] static auto indigo(float width = 1) -> xtd::drawing::pen;
261
264 [[nodiscard]] static auto ivory(float width = 1) -> xtd::drawing::pen;
265
268 [[nodiscard]] static auto khaki(float width = 1) -> xtd::drawing::pen;
269
272 [[nodiscard]] static auto lavender(float width = 1) -> xtd::drawing::pen;
273
276 [[nodiscard]] static auto lavender_blush(float width = 1) -> xtd::drawing::pen;
277
280 [[nodiscard]] static auto lawn_green(float width = 1) -> xtd::drawing::pen;
281
284 [[nodiscard]] static auto lemon_chiffon(float width = 1) -> xtd::drawing::pen;
285
288 [[nodiscard]] static auto light_blue(float width = 1) -> xtd::drawing::pen;
289
292 [[nodiscard]] static auto light_coral(float width = 1) -> xtd::drawing::pen;
293
296 [[nodiscard]] static auto light_cyan(float width = 1) -> xtd::drawing::pen;
297
300 [[nodiscard]] static auto light_goldenrod_yellow(float width = 1) -> xtd::drawing::pen;
301
304 [[nodiscard]] static auto light_gray(float width = 1) -> xtd::drawing::pen;
305
308 [[nodiscard]] static auto light_green(float width = 1) -> xtd::drawing::pen;
309
312 [[nodiscard]] static auto light_pink(float width = 1) -> xtd::drawing::pen;
313
316 [[nodiscard]] static auto light_salmon(float width = 1) -> xtd::drawing::pen;
317
320 [[nodiscard]] static auto light_sea_green(float width = 1) -> xtd::drawing::pen;
321
324 [[nodiscard]] static auto light_sky_blue(float width = 1) -> xtd::drawing::pen;
325
328 [[nodiscard]] static auto light_slate_gray(float width = 1) -> xtd::drawing::pen;
329
332 [[nodiscard]] static auto light_steel_blue(float width = 1) -> xtd::drawing::pen;
333
336 [[nodiscard]] static auto light_yellow(float width = 1) -> xtd::drawing::pen;
337
340 [[nodiscard]] static auto lime(float width = 1) -> xtd::drawing::pen;
341
344 [[nodiscard]] static auto lime_green(float width = 1) -> xtd::drawing::pen;
345
348 [[nodiscard]] static auto linen(float width = 1) -> xtd::drawing::pen;
349
352 [[nodiscard]] static auto magenta(float width = 1) -> xtd::drawing::pen;
353
356 [[nodiscard]] static auto maroon(float width = 1) -> xtd::drawing::pen;
357
360 [[nodiscard]] static auto medium_aquamarine(float width = 1) -> xtd::drawing::pen;
361
364 [[nodiscard]] static auto medium_blue(float width = 1) -> xtd::drawing::pen;
365
368 [[nodiscard]] static auto medium_orchid(float width = 1) -> xtd::drawing::pen;
369
372 [[nodiscard]] static auto medium_purple(float width = 1) -> xtd::drawing::pen;
373
376 [[nodiscard]] static auto medium_sea_green(float width = 1) -> xtd::drawing::pen;
377
380 [[nodiscard]] static auto medium_slate_blue(float width = 1) -> xtd::drawing::pen;
381
384 [[nodiscard]] static auto medium_spring_green(float width = 1) -> xtd::drawing::pen;
385
388 [[nodiscard]] static auto medium_turquoise(float width = 1) -> xtd::drawing::pen;
389
392 [[nodiscard]] static auto medium_violet_red(float width = 1) -> xtd::drawing::pen;
393
396 [[nodiscard]] static auto midnight_blue(float width = 1) -> xtd::drawing::pen;
397
400 [[nodiscard]] static auto mint_cream(float width = 1) -> xtd::drawing::pen;
401
404 [[nodiscard]] static auto misty_rose(float width = 1) -> xtd::drawing::pen;
405
408 [[nodiscard]] static auto moccasin(float width = 1) -> xtd::drawing::pen;
409
412 [[nodiscard]] static auto navajo_white(float width = 1) -> xtd::drawing::pen;
413
416 [[nodiscard]] static auto navy(float width = 1) -> xtd::drawing::pen;
417
420 [[nodiscard]] static auto old_lace(float width = 1) -> xtd::drawing::pen;
421
424 [[nodiscard]] static auto olive(float width = 1) -> xtd::drawing::pen;
425
428 [[nodiscard]] static auto olive_drab(float width = 1) -> xtd::drawing::pen;
429
432 [[nodiscard]] static auto orange(float width = 1) -> xtd::drawing::pen;
433
436 [[nodiscard]] static auto orange_red(float width = 1) -> xtd::drawing::pen;
437
440 [[nodiscard]] static auto orchid(float width = 1) -> xtd::drawing::pen;
441
444 [[nodiscard]] static auto pale_goldenrod(float width = 1) -> xtd::drawing::pen;
445
448 [[nodiscard]] static auto pale_green(float width = 1) -> xtd::drawing::pen;
449
452 [[nodiscard]] static auto pale_turquoise(float width = 1) -> xtd::drawing::pen;
453
456 [[nodiscard]] static auto pale_violet_red(float width = 1) -> xtd::drawing::pen;
457
460 [[nodiscard]] static auto papaya_whip(float width = 1) -> xtd::drawing::pen;
461
464 [[nodiscard]] static auto peach_puff(float width = 1) -> xtd::drawing::pen;
465
468 [[nodiscard]] static auto peru(float width = 1) -> xtd::drawing::pen;
469
472 [[nodiscard]] static auto pink(float width = 1) -> xtd::drawing::pen;
473
476 [[nodiscard]] static auto plum(float width = 1) -> xtd::drawing::pen;
477
480 [[nodiscard]] static auto powder_blue(float width = 1) -> xtd::drawing::pen;
481
484 [[nodiscard]] static auto purple(float width = 1) -> xtd::drawing::pen;
485
488 [[nodiscard]] static auto rebecca_purple(float width = 1) -> xtd::drawing::pen;
489
492 [[nodiscard]] static auto red(float width = 1) -> xtd::drawing::pen;
493
496 [[nodiscard]] static auto rosy_brown(float width = 1) -> xtd::drawing::pen;
497
500 [[nodiscard]] static auto royal_blue(float width = 1) -> xtd::drawing::pen;
501
504 [[nodiscard]] static auto saddle_brown(float width = 1) -> xtd::drawing::pen;
505
508 [[nodiscard]] static auto salmon(float width = 1) -> xtd::drawing::pen;
509
512 [[nodiscard]] static auto sandy_brown(float width = 1) -> xtd::drawing::pen;
513
516 [[nodiscard]] static auto sea_green(float width = 1) -> xtd::drawing::pen;
517
520 [[nodiscard]] static auto sea_shell(float width = 1) -> xtd::drawing::pen;
521
524 [[nodiscard]] static auto sienna(float width = 1) -> xtd::drawing::pen;
525
528 [[nodiscard]] static auto silver(float width = 1) -> xtd::drawing::pen;
529
532 [[nodiscard]] static auto sky_blue(float width = 1) -> xtd::drawing::pen;
533
536 [[nodiscard]] static auto slate_blue(float width = 1) -> xtd::drawing::pen;
537
540 [[nodiscard]] static auto slate_gray(float width = 1) -> xtd::drawing::pen;
541
544 [[nodiscard]] static auto snow(float width = 1) -> xtd::drawing::pen;
545
548 [[nodiscard]] static auto spring_green(float width = 1) -> xtd::drawing::pen;
549
552 [[nodiscard]] static auto steel_blue(float width = 1) -> xtd::drawing::pen;
553
556 [[nodiscard]] static auto tan(float width = 1) -> xtd::drawing::pen;
557
560 [[nodiscard]] static auto teal(float width = 1) -> xtd::drawing::pen;
561
564 [[nodiscard]] static auto thistle(float width = 1) -> xtd::drawing::pen;
565
568 [[nodiscard]] static auto tomato(float width = 1) -> xtd::drawing::pen;
569
572 [[nodiscard]] static auto turquoise(float width = 1) -> xtd::drawing::pen;
573
576 [[nodiscard]] static auto violet(float width = 1) -> xtd::drawing::pen;
577
580 [[nodiscard]] static auto wheat(float width = 1) -> xtd::drawing::pen;
581
584 [[nodiscard]] static auto white(float width = 1) -> xtd::drawing::pen;
585
588 [[nodiscard]] static auto white_smoke(float width = 1) -> xtd::drawing::pen;
589
592 [[nodiscard]] static auto yellow(float width = 1) -> xtd::drawing::pen;
593
596 [[nodiscard]] static auto yellow_green(float width = 1) -> xtd::drawing::pen;
598
600
604 [[nodiscard]] static auto get_pens(float width = 1) -> const xtd::array<xtd::drawing::pen>&;
606 };
607 }
608}
Provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the ba...
Definition array.hpp:64
Defines an object used to draw lines and curves. This class cannot be inherited.
Definition pen.hpp:32
pens for all the standard colors. This class cannot be inherited.
Definition pens.hpp:25
static auto blue_violet(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto cadet_blue(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto aquamarine(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto dark_slate_gray(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto rebecca_purple(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto slate_gray(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto dark_blue(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto sea_green(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto light_steel_blue(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto tomato(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto medium_purple(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto hot_pink(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto pale_turquoise(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto midnight_blue(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto lime(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto dark_olive_green(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto powder_blue(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto peru(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto orange(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto dark_violet(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto alice_blue(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto light_slate_gray(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto orange_red(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto crimson(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto pink(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto yellow(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto pale_violet_red(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto dark_goldenrod(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto indian_red(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto old_lace(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto medium_turquoise(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto dark_magenta(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto green(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto white_smoke(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto saddle_brown(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto peach_puff(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto azure(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto olive_drab(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto sandy_brown(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto lavender(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto spring_green(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto papaya_whip(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto red(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto lavender_blush(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto pale_green(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto light_sky_blue(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto lime_green(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto light_cyan(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto moccasin(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto dark_slate_blue(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto cornsilk(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto burly_wood(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto cornflower_blue(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto medium_sea_green(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto antique_white(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto light_gray(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto lawn_green(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto honeydew(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto dark_orange(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto gold(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto black(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto olive(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto tan(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto dark_orchid(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto royal_blue(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto light_green(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto dim_gray(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto dark_green(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto sky_blue(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto fuchsia(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto indigo(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto blue(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto sienna(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto dark_cyan(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto snow(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto light_coral(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto lemon_chiffon(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto goldenrod(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto plum(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto light_sea_green(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto green_yellow(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto dark_sea_green(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto orchid(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto medium_spring_green(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto maroon(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto ghost_white(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto floral_white(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto light_salmon(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto white(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto mint_cream(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto cyan(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto chartreuse(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto deep_sky_blue(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto teal(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto thistle(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto medium_slate_blue(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto dark_gray(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto wheat(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto linen(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto yellow_green(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto deep_pink(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto dark_turquoise(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto dark_red(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto bisque(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto aqua(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto light_pink(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto gainsboro(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto dark_salmon(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto sea_shell(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto violet(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto misty_rose(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto magenta(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto rosy_brown(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto light_blue(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto get_pens(float width=1) -> const xtd::array< xtd::drawing::pen > &
Gets an array of pens with specified width.
static auto transparent(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto dodger_blue(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto purple(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto light_yellow(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto navy(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto gray(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto medium_violet_red(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto steel_blue(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto chocolate(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto ivory(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto turquoise(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto medium_orchid(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto coral(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto navajo_white(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto medium_aquamarine(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto salmon(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto forest_green(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto silver(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto brown(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto medium_blue(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto pale_goldenrod(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto light_goldenrod_yellow(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto firebrick(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto beige(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto khaki(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto slate_blue(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto blanched_almond(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
static auto dark_khaki(float width=1) -> xtd::drawing::pen
A system-defined pen object with specified width.
Contains drawing_export_ keyword.
#define drawing_export_
Define shared library export.
Definition drawing_export.hpp:13
#define static_
This keyword is use to represent a static object. A static object can't be instantiated (constructors...
Definition static.hpp:38
The xtd::drawing namespace provides access to GDI+ basic graphics functionality. More advanced functi...
Definition actions_system_images.hpp:10
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
Contains xtd::drawing::pen class.