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

AVS.MirrorImage Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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.

See also