Provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the ba...
Definition array.hpp:64
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 auto folder_remote() noexcept -> xtd::drawing::image
Gets the places system image "folder-remote".
static auto folder_important() noexcept -> xtd::drawing::image
Gets the places system image "folder-important".
static auto network_server() noexcept -> xtd::drawing::image
Gets the places system image "network-server".
static auto folder_desktop() noexcept -> xtd::drawing::image
Gets the places system image "folder-desktop".
static auto folder_temp() noexcept -> xtd::drawing::image
Gets the places system image "folder-temp".
static auto folder_activities() noexcept -> xtd::drawing::image
Gets the places system image "folder-activities".
static auto folder_home() noexcept -> xtd::drawing::image
Gets the places system image "folder-home".
static auto folder_favorites() noexcept -> xtd::drawing::image
Gets the places system image "folder-favorites".
static auto user_trash() noexcept -> xtd::drawing::image
Gets the places system image "user-trash".
static auto start_here() noexcept -> xtd::drawing::image
Gets the places system image "start-here".
static auto folder_bookmark() noexcept -> xtd::drawing::image
Gets the places system image "folder-bookmark".
static auto default_size() noexcept -> xtd::drawing::size
Gets system image from specified name.
static auto folder_tar() noexcept -> xtd::drawing::image
Gets the places system image "folder-tar".
static auto folder_public() noexcept -> xtd::drawing::image
Gets the places system image "folder-public".
static auto folder_documents() noexcept -> xtd::drawing::image
Gets the places system image "folder-documents".
static auto user_bookmarks() noexcept -> xtd::drawing::image
Gets the places system image "user-bookmarks".
static auto folder_images() noexcept -> xtd::drawing::image
Gets the places system image "folder-images".
static auto folder_games() noexcept -> xtd::drawing::image
Gets the places system image "folder-games".
static auto folder_templates() noexcept -> xtd::drawing::image
Gets the places system image "folder-templates".
static auto user_desktop() noexcept -> xtd::drawing::image
Gets the places system image "user-desktop".
static auto folder_html() noexcept -> xtd::drawing::image
Gets the places system image "folder-html".
static auto folder_github() noexcept -> xtd::drawing::image
Gets the places system image "folder-github".
static auto folder_cloud() noexcept -> xtd::drawing::image
Gets the places system image "folder-cloud".
static auto folder() noexcept -> xtd::drawing::image
Gets the places system image "folder".
static auto folder_applications() noexcept -> xtd::drawing::image
Gets the places system image "folder-applications".
static auto folder_music() noexcept -> xtd::drawing::image
Gets the places system image "folder-music".
static auto folder_development() noexcept -> xtd::drawing::image
Gets the places system image "folder-development".
static auto folder_text() noexcept -> xtd::drawing::image
Gets the places system image "folder-text".
static auto folder_videos() noexcept -> xtd::drawing::image
Gets the places system image "folder-videos".
static auto folder_system() noexcept -> xtd::drawing::image
Gets the places system image "folder-system".
static auto folder_download() noexcept -> xtd::drawing::image
Gets the places system image "folder-download".
static auto network_workgroup() noexcept -> xtd::drawing::image
Gets the places system image "network-workgroup".
static auto folder_locked() noexcept -> xtd::drawing::image
Gets the places system image "folder-locked".
static auto get_images() noexcept -> const xtd::array< xtd::drawing::image > &
Gets an array of images.
static auto folder_print() noexcept -> xtd::drawing::image
Gets the places system image "folder-print".
static auto folder_network() noexcept -> xtd::drawing::image
Gets the places system image "folder-network".
static auto user_home() noexcept -> xtd::drawing::image
Gets the places system image "user-home".
static auto get_image_names() noexcept -> const xtd::array< xtd::string > &
Gets an array of image names.
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.