You are here: Start » AVL.NET » AVS.ResizeRegion_Relative Method

AVS.ResizeRegion_Relative Method

Resizes region relatively along each axis.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ResizeRegion_Relative
(
	AvlNet.Region inRegion,
	float inHorizontalScale,
	float inVerticalScale,
	AvlNet.Region outRegion
)

Parameters

Name Type Range Default Description
inRegionAvlNet.RegionInput region.
inHorizontalScalefloat<0.0f, INF>1.0fDefault value: 1.0f.
inVerticalScalefloat<0.0f, INF>1.0fDefault value: 1.0f.
outRegionAvlNet.RegionOutput region.

See also