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

Invoke.TranslateImage

Translates an image by a vector, without changing its dimensions.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void TranslateImage
(
	Avl.Image inImage,
	Avl.Pixel inBorder,
	int inDeltaX,
	int inDeltaY,
	bool inInverse,
	Avl.Image outImage
)

Parameters

Name Type Range Default Description
inImageAvl.ImageInput image.
inBorderAvl.PixelColor used to fill pixels outside of the translated image.
inDeltaXintHorizontal shift.
inDeltaYintVertical shift.
inInverseboolSwitches to the inverse operation.
outImageAvl.ImageOutput image.

See also