You are here: Start » FIL.NET » FIS.TranslateImage Method

FIS.TranslateImage Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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.

See also