xtd - Reference Guide  0.1.1
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
Static Public Member Functions | List of all members
xtd::drawing::system_images Class Referencefinal

#include <system_images.h>

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.

Namespace
xtd::drawing
Library
xtd.drawing
Remarks
Each property of the system_fonts class returns a Font used to display text in a particular Windows display element, such as the title bar of a window. These fonts reflect the current settings in Control Panel.

Inherits xtd::static_object.

Static Public Member Functions

static std::map< xtd::ustring, std::vector< xtd::ustring > > context_names ()
 
static std::vector< xtd::ustringcontexts ()
 
static xtd::drawing::size default_size ()
 
static xtd::drawing::image from_name (const xtd::ustring &name)
 
static xtd::drawing::image from_name (const xtd::ustring &name, const xtd::drawing::size &size)
 
static xtd::drawing::image from_name (const xtd::ustring &theme, const xtd::ustring &name)
 
static xtd::drawing::image from_name (const xtd::ustring &theme, const xtd::ustring &name, const xtd::drawing::size &size)
 
static xtd::drawing::image image_loading ()
 
static xtd::drawing::image image_loading (const xtd::drawing::size &size)
 
static xtd::drawing::image image_missing ()
 
static xtd::drawing::image image_missing (const xtd::drawing::size &size)
 
static std::vector< xtd::ustringnames ()
 
static std::vector< xtd::ustringnames (const xtd::ustring &context)
 
static std::vector< xtd::drawing::sizesizes ()
 

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