xtd 0.2.0
Loading...
Searching...
No Matches

◆ icon() [9/11]

xtd::drawing::icon::icon ( const char *const *  bits,
int32  width,
int32  height 
)

Initializes a new instance of the xtd::drawing::icon class from the specified data and with the specified width and height.

Parameters
streamThe data stream from which to load the xtd::drawing::icon.
widthThe width, in pixels, of the icon.
heightThe height, in pixels, of the icon.
Remarks
This constructor is used for creating a xtd::drawing::icon from an xpm (or xbm) image.