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

AVL.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,
	out 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