You are here: Start » FIL.NET » Function Reference » Image » Image Spatial Transforms » FIL.TranslateImage

FIL.TranslateImage

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

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

Examples

TranslateImage performed on the sample image.

See also