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

Invoke.DebugPreviewShowRegion

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static bool DebugPreviewShowRegion
(
	Fil.DebugPreviewWindowState ioState,
	Fil.Region inRegion,
	string inWindowName,
	int inPosX,
	int inPosY
)

Parameters

Name Type Range Default Description
ioStateFil.DebugPreviewWindowStateState object of sustained preview window.
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