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

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