You are here: Start » AVL.NET » Invoke.ResizeBox_Relative

Invoke.ResizeBox_Relative

Resizes a box to relatively defined dimensions.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void ResizeBox_Relative
(
	Avl.Box inBox,
	Avl.Anchor2D inAnchor,
	float inHorizontalScale,
	float inVerticalScale,
	out Avl.Box outBox
)

Parameters

Name Type Range Default Description
inBoxAvl.BoxInput box.
inAnchorAvl.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.
outBoxAvl.BoxResized box.

See also