cef_image_t.add_png

Add a PNG image representation for |scale_factor|. |png_data| is the image data of size |png_data_size|. Any alpha transparency in the PNG data will be maintained.

struct cef_image_t
extern (System)
int function(cef_image_t* self, float scale_factor, const(void)* png_data, size_t png_data_size) nothrow add_png;

Meta