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

ImageWindow::Open Method

C++
void Open(int x, int y, int width, int height, const Rx::CRxImage& image)

Opens the image window at the given location, within the given 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 location and size is changed and the window is activated.

Parameters

[int] x

The X position of the window.

[int] y

The Y position of the window.

[int] width

The width of the window.

[int] height

The height of the window.

[const Rx::CRxImage&] image

The image to show.