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

AVL.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,
	out 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.

Examples

ResizeRegion_Relative performed on the sample region with inHorizontalScale and inVerticalScale both set to 0,5.

Errors

Error type Description
DomainError Output region too big in ResizeRegion_Relative.

See also