Namespace: Rx – Class: CRxImage – Header: Rx.Core.Ex/RxImage.h

CRxImage::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.