SECImage::ConvertImage
BOOLSECImage::ConvertImage(SECImage *pSrc)
Converts from one derived image class to another.
Defined in: SECIMAGE.cpp
Return Value
Nonzero if successful; otherwise 0.
Parameters
pSrc
Source image to convert from.
Comments
Converts the image stored in the derived image source to the format of the current instance.Developer Notes
If this function is successful, the source image is invalid.See Also