Back to Aurora Vision Library website

You are here: Start » Function Reference » Region » Region Spatial Transforms » ResizeRegion_Relative

ResizeRegion_Relative


Header: AVL.h
Namespace: avl
Module: FoundationBasic

Resizes region relatively along each axis.

Syntax

C++
C#
 
void avl::ResizeRegion_Relative
(
	const avl::Region& inRegion,
	float inHorizontalScale,
	float inVerticalScale,
	avl::Region& outRegion
)

Parameters

Name Type Range Default Description
Input value inRegion const Region& Input region
Input value inHorizontalScale float 0.0 - 1.0f
Input value inVerticalScale float 0.0 - 1.0f
Output value outRegion Region& Output region

Examples

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

Errors

List of possible exceptions:

Error type Description
DomainError Output region too big in ResizeRegion_Relative.

See Also

  • ResizeRegion – Enlarges or shrinks a region to new dimensions.
  • ResizeImage – Enlarges or shrinks an image to new dimensions.