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

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