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 | |
---|---|---|---|---|---|
![]() | 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. |