You are here: Start » FIL.NET » Function Reference » Image » Image Spatial Transforms » 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 | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inBorder | FilNet.Pixel | Color used to fill pixels outside of the translated image. | ||
![]() | inDeltaX | int | Horizontal shift. | ||
![]() | inDeltaY | int | Vertical shift. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outImage | FilNet.Image | Output image. |
Examples
![]() |
![]() |
TranslateImage performed on the sample image.