You are here: Start » FIL.NET » Invoke.DebugPreviewShowNewRegion

Invoke.DebugPreviewShowNewRegion

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void DebugPreviewShowNewRegion
(
	Fil.Region inRegion,
	string inWindowName,
	int inPosX,
	int inPosY
)

Parameters

Name Type Range Default Description
inRegionFil.RegionRegion to preview.
inWindowNamestring"Region Preview"Name of newly opened window.
inPosXintWindows defaultX coordinate of initial windows position.
inPosYintWindows defaultY coordinate of initial windows position.

See also