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

Invoke.CreateBox

Creates a box.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void CreateBox
(
	Fil.Location inLocation,
	Fil.Anchor2D inLocationAnchor,
	int inWidth,
	int inHeight,
	out Fil.Box outBox
)

Parameters

Name Type Range Default Description
inLocationFil.Location
inLocationAnchorFil.Anchor2D
inWidthint<0, INF>
inHeightint<0, INF>
outBoxFil.Box

See also