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

Invoke.CreateView

Namespace:Fil.DebugPreview
Assembly:FilNet.dll

Syntax

C++
C#
 
public static int CreateView
(
	string name,
	int width,
	int height,
	int posX,
	int posY
)

Parameters

Name Type Range Default Description
namestringWindow title.
widthint-1Width of the window preview area in pixels.
heightint-1Height of the window preview area in pixels.
posXint-1X coordinate of the initial window position.
posYint-1Y coordinate of the initial window position.

See also