Namespace: Rx::LFR – Class: CRayImage – Header: Rx.LFR/RayImage.h

CRayImage::IsMoniker Method

C++
bool IsMoniker()

Query if this image is a moniker.

A moniker holds an image data pointer but is not responsible for the memory. Thus, destroying an image moniker does not free the memory.

Returns

bool

True if this image is a moniker, false if not.