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

CRxImage::operator= Operator

C++
CRxImage& operator=(const CRxImage& xImage)

Assignment operator. Copies the contents of the given image.

Parameters

[const CRxImage&] xImage

The image.

Returns

CRxImage&

A shallow copy of this object.