You are here: Start » AVL.NET » AVS.DebugPreviewShowNewImage Method

AVS.DebugPreviewShowNewImage Method

Creates new separated window and shows image in it. DebugPreviewCloseAllWindows need to be called to free resources reserved by this function.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void DebugPreviewShowNewImage
(
	AvlNet.Image inImage
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageImage to preview.

Function Overrides

See also