Namespace: Rx::LFR – Class: CRayImage – Header: Rx.LFR/RayImage.h

CRayImage::Create Method

C++
void Create(const CRxImageFormat& xFormat, const void* pvImgData)

Creates an image of the given format. Only (re)allocates memory if required. Copies the image data into this image.

Parameters

[const CRxImageFormat&] xFormat

The image format.

[const void*] pvImgData

Pointer to the image data.