Namespace: Rx::LFR – Class: ImageWindow – Header: Rx.LFR/ImageWindow.h

ImageWindow::ShowImage Method

C++
void ShowImage(const Rx::CRxImage& image)

Shows the given image. The image is copied into the visualization synchronously and can be disposed afterwards.

Parameters

[const Rx::CRxImage&] image

The image to show.