Back to Aurora Vision Library website

You are here: Start » Function Reference » Debug Preview » CloseView

CloseView


Header: AVL.h
Namespace: avl::DebugPreview
Module: FoundationLite

Closes a floating preview window.

Syntax

void avl::DebugPreview::CloseView
(
	avl::DebugPreview::ViewHandle view
)

Parameters

Name Type Default Description
view DebugPreview::ViewHandle Handle of a window to close.

Description

This function will close a preview window opened by CreateView and CreateView3D functions, and release the resources associated with the handle.

After the call to this function the view handle will become invalid.

See Also

  • CreateView – Creates a new floating window for a 2D image based data preview.
  • CreateView3D – Creates a new floating window for a 3D data preview.
  • CloseAll – Closes all floating preview windows and cleanups the preview subsystem.