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


