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