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

AVL.MirrorImage

Reverses the order of the input image columns or rows depending on inMirrorDirection value.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void MirrorImage
(
	AvlNet.Image inImage,
	AvlNet.MirrorDirection inMirrorDirection,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inMirrorDirectionAvlNet.MirrorDirectionVerticalReverse the order of image columns (horizontal direction) or rows (vertical direction). Default value: Vertical.
outImageAvlNet.ImageOutput image.

Examples

MirrorImage with inMirrorDirection = Horizontal.

MirrorImage with inMirrorDirection = Vertical.

See also