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

FIS.ResizeImage_Relative Method

Resizes an image by a factor along each axis.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ResizeImage_Relative
(
	FilNet.Image inImage,
	float inHorizontalScale,
	float inVerticalScale,
	FilNet.ResizeMethod inResizeMethod,
	FilNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inHorizontalScalefloat<0.0f, 65535.0f>1.0fDefault value: 1.0f.
inVerticalScalefloat<0.0f, 65535.0f>1.0fDefault value: 1.0f.
inResizeMethodFilNet.ResizeMethod
outImageFilNet.ImageOutput image.

See also