You are here: Start » AVL.NET » Invoke.MirrorImage
Reverses the order of the input image columns or rows depending on inMirrorDirection value.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void MirrorImage ( Avl.Image inImage, Avl.MirrorDirection inMirrorDirection, Avl.Image outImage )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inImage | Avl.Image | Input image. | ||
![]()  | inMirrorDirection | Avl.MirrorDirection | Vertical | Reverse the order of image columns (horizontal direction) or rows (vertical direction). Default value: Vertical. | |
![]()  | outImage | Avl.Image | Output image. | 


