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

CRayImage::Create Method

C++
void Create(CRxImage&& xImage)

Creates this image by moving the data of the given image into this image.

Parameters

[CRxImage&&] xImage

[in,out] The image to move. Is invalid after this call.