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 | |
---|---|---|---|---|---|
ioState | Fil.DebugPreviewWindowState | State object of sustained preview window. | |||
![]() | inRegion | Fil.Region | Region to preview. | ||
![]() | inWindowName | string | "Region Preview" | Name of newly opened window. | |
![]() | inPosX | int | Windows default | X coordinate of initial windows position. | |
![]() | inPosY | int | Windows default | Y coordinate of initial windows position. |