CImageFile::Read Static Method
static void Read(CRxImage& xTrgImg, const CRxString& sxFilename)
Reads the given file and stores the decoded image into target image.
Parameters
[CRxImage&] xTrgImg
|
[out] The target image.
|
[const CRxString&] sxFilename
|
The filename of the file to read.
|