You are here: Start » FIL.NET » Invoke.TranslateImage
Translates an image by a vector, without changing its dimensions.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void TranslateImage ( Fil.Image inImage, Fil.Pixel inBorder, int inDeltaX, int inDeltaY, bool inInverse, Fil.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | Fil.Image | Input image. | ||
![]() | inBorder | Fil.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 | Fil.Image | Output image. |