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

◆ from_data()

static image xtd::drawing::image::from_data ( const char *const *  bits)
static

Creates an xtd::drawing::image from the specified data pointer.

Parameters
dataA pointer that contains the data for this xtd::drawing::image.
Returns
The xtd::drawing::image this method creates.
Remarks
This method is used for creating a xtd::drawing::image from an XPM (or XBM) image.