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

Invoke.ResizeRegion_Relative

Resizes region relatively along each axis.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void ResizeRegion_Relative
(
	Avl.Region inRegion,
	float inHorizontalScale,
	float inVerticalScale,
	Avl.Region outRegion
)

Parameters

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

See also