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