Provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the ba...
Definition array.hpp:61
An abstract base class that provides functionality for the bitmap and metafile descended classes.
Definition image.hpp:49
Each property of the xtd::drawing::places_system_images class is an xtd::drawing::image object for Wi...
Definition places_system_images.hpp:27
static xtd::drawing::image folder_html() noexcept
Gets the places system image "folder-html".
static xtd::drawing::image folder_desktop() noexcept
Gets the places system image "folder-desktop".
static xtd::drawing::size default_size() noexcept
Gets system image from specified name.
static xtd::drawing::image folder_remote() noexcept
Gets the places system image "folder-remote".
static xtd::drawing::image folder_locked() noexcept
Gets the places system image "folder-locked".
static xtd::drawing::image folder_public() noexcept
Gets the places system image "folder-public".
static xtd::drawing::image folder_network() noexcept
Gets the places system image "folder-network".
static xtd::drawing::image folder_applications() noexcept
Gets the places system image "folder-applications".
static xtd::drawing::image folder_favorites() noexcept
Gets the places system image "folder-favorites".
static xtd::drawing::image user_bookmarks() noexcept
Gets the places system image "user-bookmarks".
static xtd::drawing::image folder_download() noexcept
Gets the places system image "folder-download".
static xtd::drawing::image user_trash() noexcept
Gets the places system image "user-trash".
static xtd::drawing::image folder_bookmark() noexcept
Gets the places system image "folder-bookmark".
static xtd::drawing::image folder_documents() noexcept
Gets the places system image "folder-documents".
static xtd::drawing::image folder_games() noexcept
Gets the places system image "folder-games".
static xtd::drawing::image folder_print() noexcept
Gets the places system image "folder-print".
static const xtd::array< xtd::string > & get_image_names() noexcept
Gets an array of image names.
static xtd::drawing::image folder_templates() noexcept
Gets the places system image "folder-templates".
static const xtd::array< xtd::drawing::image > & get_images() noexcept
Gets an array of images.
static xtd::drawing::image user_desktop() noexcept
Gets the places system image "user-desktop".
static xtd::drawing::image folder_home() noexcept
Gets the places system image "folder-home".
static xtd::drawing::image folder_development() noexcept
Gets the places system image "folder-development".
static xtd::drawing::image folder_text() noexcept
Gets the places system image "folder-text".
static xtd::drawing::image folder_images() noexcept
Gets the places system image "folder-images".
static xtd::drawing::image user_home() noexcept
Gets the places system image "user-home".
static xtd::drawing::image folder() noexcept
Gets the places system image "folder".
static xtd::drawing::image start_here() noexcept
Gets the places system image "start-here".
static xtd::drawing::image network_server() noexcept
Gets the places system image "network-server".
static xtd::drawing::image folder_tar() noexcept
Gets the places system image "folder-tar".
static xtd::drawing::image folder_system() noexcept
Gets the places system image "folder-system".
static xtd::drawing::image folder_github() noexcept
Gets the places system image "folder-github".
static xtd::drawing::image network_workgroup() noexcept
Gets the places system image "network-workgroup".
static xtd::drawing::image folder_activities() noexcept
Gets the places system image "folder-activities".
static xtd::drawing::image folder_music() noexcept
Gets the places system image "folder-music".
static xtd::drawing::image folder_videos() noexcept
Gets the places system image "folder-videos".
static xtd::drawing::image folder_important() noexcept
Gets the places system image "folder-important".
static xtd::drawing::image folder_cloud() noexcept
Gets the places system image "folder-cloud".
static xtd::drawing::image folder_temp() noexcept
Gets the places system image "folder-temp".
Represents the base for all system_images clases (xtd::drawing::system_images).
Definition system_images_base.hpp:32
#define drawing_export_
Define shared library export.
Definition drawing_export.hpp:13
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
Stores an ordered pair of integers, which specify a height and width.
Definition size.hpp:32
Contains xtd::drawing::system_images_base factory.