You are here: Start » FIL.NET » FIL.MirrorImage

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
inImageFilNet.ImageInput image.
inMirrorDirectionFilNet.MirrorDirectionVerticalReverse the order of image columns (horizontal direction) or rows (vertical direction). Default value: Vertical.
outImageFilNet.ImageOutput image.

Examples

MirrorImage with inMirrorDirection = Horizontal.

MirrorImage with inMirrorDirection = Vertical.

See also