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

ImageWindow::Open Method

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

Opens the image window using the OS's default location and size and displaying the given image. The image is copied into the visualization synchronously and can be disposed afterwards.

If the window is already open, the window is activated.

Parameters

[const Rx::CRxImage&] image

The image to show.