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

AVS.DebugPreviewShowNewRegion Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void DebugPreviewShowNewRegion
(
	AvlNet.Region inRegion
)

Parameters

Name Type Range Default Description
inRegionAvlNet.RegionRegion to preview.

Function Overrides

See also