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

FIS.ResizeBox_Relative Method

Resizes a box to relatively defined dimensions.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ResizeBox_Relative
(
	FilNet.Box inBox,
	FilNet.Anchor2D inAnchor,
	float inHorizontalScale,
	float inVerticalScale,
	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.
inHorizontalScalefloat<0.0f, INF>1.0fScale factor of the horizontal resize. Default value: 1.0f.
inVerticalScalefloat<0.0f, INF>1.0fScale factor of the vertical resize. Default value: 1.0f.
outBoxFilNet.BoxResized box.

See also