You are here: Start » FIL.NET » Function Reference » Basic » Box » FIL.CreateBox

FIL.CreateBox

Creates a box.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
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