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

CRayImage::Set Method

C++
void Set(const void* pvImgData)

Copies the content of the given image data into this image.

Expects that the image formats of the given data pointer and this image are identical.

Parameters

[const void*] pvImgData

The image data to copy.