You are here: Start » AVL.NET » AVS.ResizeImage_Relative Method

AVS.ResizeImage_Relative Method

Resizes an image by a factor along each axis.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inHorizontalScalefloat<0.0f, 65535.0f>1.0fDefault value: 1.0f.
inVerticalScalefloat<0.0f, 65535.0f>1.0fDefault value: 1.0f.
inResizeMethodAvlNet.ResizeMethod
outImageAvlNet.ImageOutput image.

See also