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

FIS.CreateBox Method

Creates a box.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void CreateBox
(
	FilNet.Location inLocation,
	FilNet.Anchor2D inLocationAnchor,
	int inWidth,
	int inHeight,
	out FilNet.Box outBox
)

Parameters

Name Type Range Default Description
inLocationFilNet.Location
inLocationAnchorFilNet.Anchor2D
inWidthint<0, INF>
inHeightint<0, INF>
outBoxFilNet.Box

See also