You are here: Start » FIL.NET » FIS.DebugPreviewShowNewImage Method

FIS.DebugPreviewShowNewImage Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void DebugPreviewShowNewImage
(
	FilNet.Image inImage,
	string inWindowName,
	int inPosX,
	int inPosY
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageImage to preview.
inWindowNamestring"Image Preview"Name of newly opened window.
inPosXintWindows defaultX coordinate of initial windows position.
inPosYintWindows defaultY coordinate of initial windows position.

Function Overrides

See also