You are here: Start » AVL.NET » AVL.DebugPreviewCloseWindow

AVL.DebugPreviewCloseWindow

Closes debug preview window.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void DebugPreviewCloseWindow
(
	AvlNet.DebugPreviewWindowState ioWindow
)

Parameters

Name Type Range Default Description
ioWindowAvlNet.DebugPreviewWindowStateState object of window to be closed.

Description

This function will close the window bound to the specified state object (opened by DebugPreviewShowImage or DebugPreviewShowRegion) and free the resource occupied by the state object.

After call to this function, the state object will become invalid. Function invoked on an invalid state object ends with no results.

See also