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

Definition

Contains system images native API.

Namespace
xtd::drawing::native
Library
xtd.drawing.native
Warning
Internal use only

Protected Static Methods

static intptr from_name (const xtd::string &name, int32 width, int32 height)
 Gets system image from specified name and size.
 

Member Function Documentation

◆ from_name()

static intptr xtd::drawing::native::system_images::from_name ( const xtd::string name,
int32  width,
int32  height 
)
staticprotected

Gets system image from specified name and size.

Parameters
nameThe system image name.
widthThe system image width in pixels.
heightThe system image height in pixels.
Returns
An image handle that contains the system image from specified name.
Remarks
Returns 0 if no system image.
Warning
Internal use only

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