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

Invoke.ResizeBox

Changes the dimensions of a box.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void ResizeBox
(
	Fil.Box inBox,
	Fil.Anchor2D inAnchor,
	Optional<int> inNewWidth,
	Optional<int> inNewHeight,
	out Fil.Box outBox
)

Parameters

Name Type Range Default Description
inBoxFil.BoxInput box.
inAnchorFil.Anchor2DTopLeftPoint of the box which position will not change. Default value: TopLeft.
inNewWidthFtl.Optional<int><0, INF>Target width of the box. Default value: ftl::NIL.
inNewHeightFtl.Optional<int><0, INF>Target height of the box. Default value: ftl::NIL.
outBoxFil.BoxResized box.

See also