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

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

See also