Each property of the xtd::drawing::mimetypes_system_images class is an xtd::drawing::image object for Windows system-wide images. This class cannot be inherited.
Public Static Properties | |
static xtd::drawing::size | default_size () noexcept |
Gets system image from specified name. | |
static xtd::drawing::image | application_x_executable () noexcept |
Gets the mimetypes system image "application-x-executable". | |
static xtd::drawing::image | application_x_executable (const xtd::drawing::size &size) noexcept |
Gets the mimetypes system image "application-x-executable" with specified size. | |
static xtd::drawing::image | audio_x_generic () noexcept |
Gets the mimetypes system image "audio-x-generic". | |
static xtd::drawing::image | audio_x_generic (const xtd::drawing::size &size) noexcept |
Gets the mimetypes system image "audio-x-generic" with specified size. | |
static xtd::drawing::image | font_x_generic () noexcept |
Gets the mimetypes system image "font-x-generic". | |
static xtd::drawing::image | font_x_generic (const xtd::drawing::size &size) noexcept |
Gets the mimetypes system image "font-x-generic" with specified size. | |
static xtd::drawing::image | image_x_generic () noexcept |
Gets the mimetypes system image "image-x-generic". | |
static xtd::drawing::image | image_x_generic (const xtd::drawing::size &size) noexcept |
Gets the mimetypes system image "image-x-generic" with specified size. | |
static xtd::drawing::image | package_x_generic () noexcept |
Gets the mimetypes system image "package-x-generic". | |
static xtd::drawing::image | package_x_generic (const xtd::drawing::size &size) noexcept |
Gets the mimetypes system image "package-x-generic" with specified size. | |
static xtd::drawing::image | text_html () noexcept |
Gets the mimetypes system image "text-html". | |
static xtd::drawing::image | text_html (const xtd::drawing::size &size) noexcept |
Gets the mimetypes system image "text-html" with specified size. | |
static xtd::drawing::image | text_x_generic () noexcept |
Gets the mimetypes system image "text-x-generic". | |
static xtd::drawing::image | text_x_generic (const xtd::drawing::size &size) noexcept |
Gets the mimetypes system image "text-x-generic" with specified size. | |
static xtd::drawing::image | text_x_generic_template () noexcept |
Gets the mimetypes system image "text-x-generic-template". | |
static xtd::drawing::image | text_x_generic_template (const xtd::drawing::size &size) noexcept |
Gets the mimetypes system image "text-x-generic-template" with specified size. | |
static xtd::drawing::image | text_x_script () noexcept |
Gets the mimetypes system image "text-x-script". | |
static xtd::drawing::image | text_x_script (const xtd::drawing::size &size) noexcept |
Gets the mimetypes system image "text-x-script" with specified size. | |
static xtd::drawing::image | video_x_generic () noexcept |
Gets the mimetypes system image "video-x-generic". | |
static xtd::drawing::image | video_x_generic (const xtd::drawing::size &size) noexcept |
Gets the mimetypes system image "video-x-generic" with specified size. | |
static xtd::drawing::image | x_office_address_book () noexcept |
Gets the mimetypes system image "x-office-address-book". | |
static xtd::drawing::image | x_office_address_book (const xtd::drawing::size &size) noexcept |
Gets the mimetypes system image "x-office-address-book" with specified size. | |
static xtd::drawing::image | x_office_calendar () noexcept |
Gets the mimetypes system image "x-office-calendar". | |
static xtd::drawing::image | x_office_calendar (const xtd::drawing::size &size) noexcept |
Gets the mimetypes system image "x-office-calendar" with specified size. | |
static xtd::drawing::image | x_office_contact () noexcept |
Gets the mimetypes system image "x-office-contact". | |
static xtd::drawing::image | x_office_contact (const xtd::drawing::size &size) noexcept |
Gets the mimetypes system image "x-office-contact" with specified size. | |
static xtd::drawing::image | x_office_document () noexcept |
Gets the mimetypes system image "x-office-document". | |
static xtd::drawing::image | x_office_document (const xtd::drawing::size &size) noexcept |
Gets the mimetypes system image "x-office-document" with specified size. | |
static xtd::drawing::image | x_office_presentation () noexcept |
Gets the mimetypes system image "x-office-presentation". | |
static xtd::drawing::image | x_office_presentation (const xtd::drawing::size &size) noexcept |
Gets the mimetypes system image "x-office-presentation" with specified size. | |
static xtd::drawing::image | x_office_spreadsheet () noexcept |
Gets the mimetypes system image "x-office-spreadsheet". | |
static xtd::drawing::image | x_office_spreadsheet (const xtd::drawing::size &size) noexcept |
Gets the mimetypes system image "x-office-spreadsheet" with specified size. | |
Public Static Methods | |
static const std::vector< xtd::drawing::image > & | get_images () noexcept |
Gets an array of images. | |
static std::vector< xtd::drawing::image > | get_images (const xtd::drawing::size &size) noexcept |
Gets an array of images with specified size. | |
static const std::vector< xtd::string > & | get_image_names () noexcept |
Gets an array of image names. | |