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

AVS.ResizeImage Method

Enlarges or shrinks an image to new dimensions.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ResizeImage
(
	AvlNet.Image inImage,
	int? inNewWidth,
	int? inNewHeight,
	AvlNet.ResizeMethod inResizeMethod,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inNewWidthint?<1, 65535>
inNewHeightint?<1, 65535>
inResizeMethodAvlNet.ResizeMethod
outImageAvlNet.ImageOutput image.

Function Overrides

See also