You are here: Start » AVL.NET » Invoke.TransformImage

Invoke.TransformImage

Transforms an image by the provided transformation matrix.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void TransformImage
(
	Avl.Image inImage,
	Avl.Matrix inTransformMatrix,
	bool inInverse,
	Avl.InterpolationMethod inInterpolation,
	Avl.Image outImage
)

Parameters

Name Type Range Default Description
inImageAvl.ImageInput image.
inTransformMatrixAvl.MatrixTransform matrix.
inInversebool
inInterpolationAvl.InterpolationMethodImage quality.
outImageAvl.ImageOutput image.

See also