Create an image window by name.
![]()
Destroy an image window.
![]()
Get image window reference.
![]()
Set image window with or without titlebar.
![]()
Set an image window as a child window.
![]()
Show the image in a named window. If the named window is not existed, it'll
be created.
You have to pass in a position relative to parent window if the window is a
child . If not a child window, the position in the cluster will be ignored.

Resize the image window. The image will fit to the resized window if the
"Auto Resized" attribute is set to false when you create the window
using "IVision_Create Named Window.vi" or
"IVision_ShowImageP.vi". You have to pass in a position if the window
is a child. If it's not a child image window, the position in the cluster is
ignored.

Create a trackbar on the image window.

Get trackbar position.
![]()
Set position of trackbar on the image window.

Set windows draw mode for image window mouse callback function.
![]()
Create an image window by name if one is not existing. It also closes the previous
callback window if previous callback window is not closed properly using
IVision_ExitWinMouseCallback.vi to ensure that there is only one callback
window at one time.

Returns the current, start and end mouse position on the image window if the
image window was set up as a mouse call back window.

End the image window mouse callback. This will free up some internal memory
and also close the current callback image window. Always use this vi after the
end of mouse callback.
![]()