virtual Image* CreateCompatibleImage(const ImageCreateArgs& args);
CreateCompatibleImage creates an image out of source that is compatible with argument Use, updateSync and other settings.
Parameters |
Description |
const ImageCreateArgs& args |
Pointer to ImageCreateArgs for initializing the image with its arguments. |
Pointer to the created image.