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

AVS.DebugPreviewShowImage Method

Shows image in separated window. When called first time creates new window with size fit to image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static bool DebugPreviewShowImage
(
	AvlNet.DebugPreviewWindowState ioState,
	AvlNet.Image inImage
)

Parameters

Name Type Range Default Description
ioStateAvlNet.DebugPreviewWindowStateState object of sustained preview window.
inImageAvlNet.ImageImage to preview.

Function Overrides

See also