CopyImage() creates a new image and stores it in dstImg. The data from srcImg is copied into a buffer owned by dstImg. Caller must call CATImage::ReleaseImage() on the returned image when done.
Definition at line 199 of file CATImage.cpp. References CAT_ERR_IMAGE_NULL, CATASSERT, CATRESULT, Height(), Width(), XOffsetRel(), and YOffsetRel().
|