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

FIL.ResizeRegion_Relative

Resizes region relatively along each axis.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inRegionFilNet.RegionInput region.
inHorizontalScalefloat<0.0f, INF>1.0fDefault value: 1.0f.
inVerticalScalefloat<0.0f, INF>1.0fDefault value: 1.0f.
outRegionFilNet.RegionOutput 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