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

CRxImage::CRxImage Constructor

C++
CRxImage(const CRxImageFormat& xFormat, IAllocator* pxAllocator)

Constructor. Creates a valid image within the given format and allocator and allocates memory accordingly.

Parameters

[const CRxImageFormat&] xFormat

The image format.

[IAllocator*] pxAllocator

[in,out] The allocator for this image. The image will borrow the ownership of the allocator.