|
|
От: |
c-smile
|
http://terrainformatica.com |
| Дата: | 09.11.16 06:34 | ||
| Оценка: | |||
img = image::create(width, height, false); image& operator = (const image& im)
{
if(himg) gapi()->imageRelease(himg); // <<<<<<<<<<<<<<<<<<
himg = im.himg; if(himg) gapi()->imageAddRef(himg);
return *this;
}