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

FIS.ResizeBox Method

Changes the dimensions of a box.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ResizeBox
(
	FilNet.Box inBox,
	FilNet.Anchor2D inAnchor,
	out FilNet.Box outBox
)

Parameters

Name Type Range Default Description
inBoxFilNet.BoxInput box.
inAnchorFilNet.Anchor2DTopLeftPoint of the box which position will not change. Default value: TopLeft.
outBoxFilNet.BoxResized box.

Function Overrides

See also