xtd 0.2.0
Loading...
Searching...
No Matches
xtd::drawing::system_images Class Referencefinal
Inheritance diagram for xtd::drawing::system_images:
xtd::drawing::system_images_base

Definition

Each property of the xtd::drawing::system_images class is an xtd::drawing::image object for Windows system-wide images. This class cannot be inherited.

Represents the base for all system_images clases (xtd::drawing::system_images).
Definition system_images_base.h:32
Each property of the xtd::drawing::system_images class is an xtd::drawing::image object for Windows s...
Definition system_images.h:23
#define drawing_export_
Define shared library export.
Definition drawing_export.h:13
Inheritance
xtd::drawing::system_images_basextd::drawing::system_images
Namespace
xtd::drawing
Library
xtd.drawing
Remarks
Each property of the images class returns a xtd::drawing::image used to display a Windows system-wide images.

Public Static Properties

static xtd::drawing::size default_size () noexcept
 Gets system image from specified name.
 
static xtd::drawing::image image_loading () noexcept
 Gets the image loading.
 
static xtd::drawing::image image_loading (const xtd::drawing::size &size) noexcept
 Gets the image loading with specified size.
 
static xtd::drawing::image image_missing () noexcept
 Gets the image missing.
 
static xtd::drawing::image image_missing (const xtd::drawing::size &size) noexcept
 Gets the image missing with specified size.
 
static std::vector< xtd::stringcontexts () noexcept
 Gets the image contexts.
 
static std::map< xtd::string, std::vector< xtd::string > > context_names () noexcept
 Gets the image context names.
 
static std::vector< xtd::stringnames () noexcept
 Gets the image names.
 
static std::vector< xtd::stringnames (const xtd::string &context) noexcept
 Gets the image names for the specified context.
 
static std::vector< xtd::drawing::sizesizes () noexcept
 Gets standard sizes for image.
 

Public Static Methods

static xtd::drawing::image from_name (const xtd::string &name)
 Gets system image from specified name.
 
static xtd::drawing::image from_name (const xtd::string &name, const xtd::drawing::size &size)
 Gets system image from specified name and size.
 
static xtd::drawing::image from_name (const xtd::string &theme, const xtd::string &name)
 Gets system image from specified them and name.
 
static xtd::drawing::image from_name (const xtd::string &theme, const xtd::string &name, const xtd::drawing::size &size)
 Gets system image from specified theme, name and size.
 

The documentation for this class was generated from the following file: