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
Each property of the xtd::drawing::system_pens class is a xtd::drawing::xtd::drawing::pen that is the...
Definition system_pens.hpp:24
static auto active_text() -> xtd::drawing::pen
Gets a pen that is the color of the active text.
static auto gradient_inactive_caption() -> xtd::drawing::pen
Gets a pen that is the color of the gradient inactive caption.
static auto app_workspace() -> xtd::drawing::pen
Gets a pen that is the color of the app workspace.
static auto control_text() -> xtd::drawing::pen
Gets a pen that is the color of the control text.
static auto accent() -> xtd::drawing::pen
Gets a pen that is the color of the accent.
static auto control_dark() -> xtd::drawing::pen
Gets a pen that is the color of the control dark.
static auto inactive_caption_text() -> xtd::drawing::pen
Gets a pen that is the color of the inactive caption text.
static auto scroll_bar() -> xtd::drawing::pen
Gets a pen that is the color of the scroll bar.
static auto button_highlight() -> xtd::drawing::pen
Gets a pen that is the color of the button highlight.
static auto active_caption_text() -> xtd::drawing::pen
Gets a pen that is the color of the active caption text.
static auto highlight_text() -> xtd::drawing::pen
Gets a pen that is the color of the highlight text.
static auto window_frame() -> xtd::drawing::pen
Gets a pen that is the color of the window frame.
static auto control_light() -> xtd::drawing::pen
Gets a pen that is the color of the control light.
static auto get_pens() -> const xtd::array< xtd::drawing::pen > &
Gets an array of system colors.
static auto highlight() -> xtd::drawing::pen
Gets a pen that is the color of the highlight.
static auto inactive_border() -> xtd::drawing::pen
Gets a pen that is the color of the inactive border.
static auto window_text() -> xtd::drawing::pen
Gets a pen that is the color of the window text.
static auto info() -> xtd::drawing::pen
Gets a pen that is the color of the info.
static auto menu_highlight() -> xtd::drawing::pen
Gets a pen that is the color of the menu highlight.
static auto text_box_text() -> xtd::drawing::pen
Gets a pen that is the color of the text box text.
static auto visited_text() -> xtd::drawing::pen
Gets a pen that is the color of the visited text.
static auto link_text() -> xtd::drawing::pen
Gets a pen that is the color of the link text.
static auto button_face() -> xtd::drawing::pen
Gets a pen that is the color of the button face.
static auto hot_track() -> xtd::drawing::pen
Gets a pen that is the color of the hot track.
static auto inactive_caption() -> xtd::drawing::pen
Gets a pen that is the color of the inactive caption.
static auto window() -> xtd::drawing::pen
Gets a pen that is the color of the window.
static auto desktop() -> xtd::drawing::pen
Gets a pen that is the color of the desktop.
static auto accent_text() -> xtd::drawing::pen
Gets a pen that is the color of the accent text.
static auto menu_bar() -> xtd::drawing::pen
Gets a pen that is the color of the menu bar.
static auto text_box() -> xtd::drawing::pen
Gets a pen that is the color of the text box.
static auto button_shadow() -> xtd::drawing::pen
Gets a pen that is the color of the button shadow.
static auto gradient_active_caption() -> xtd::drawing::pen
Gets a pen that is the color of the gradient active caption.
static auto info_text() -> xtd::drawing::pen
Gets a pen that is the color of the info text.
static auto active_border() -> xtd::drawing::pen
Gets a pen that is the color of the active border.
static auto control() -> xtd::drawing::pen
Gets a pen that is the color of the control.
static auto menu_text() -> xtd::drawing::pen
Gets a pen that is the color of the menu text.
static auto menu() -> xtd::drawing::pen
Gets a pen that is the color of the menu.
static auto active_caption() -> xtd::drawing::pen
Gets a pen that is the color of the active caption.
static auto gray_text() -> xtd::drawing::pen
Gets a pen that is the color of the gray text.
static auto control_dark_dark() -> xtd::drawing::pen
Gets a pen that is the color of the control dark dark.
static auto control_light_light() -> xtd::drawing::pen
Gets a pen that is the color of the control light light.
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.