You are here: Start » FIL.NET » FIS.ResizeRegion_Relative Method

FIS.ResizeRegion_Relative Method

Resizes region relatively along each axis.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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.

See also