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

ImageWindow::Open Method

C++
void Open(int x, int y, int width, int height)

Opens the image window at the given location and within the given size.

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.