You are here: Start » AVL.NET » AVL.MirrorImage(AvlNet.Image, AvlNet.MirrorDirection, AvlNet.Image)

AVL.MirrorImage(AvlNet.Image, AvlNet.MirrorDirection, AvlNet.Image)

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

inImage
Type: AvlNet.Image
Input image
inMirrorDirection
Type: AvlNet.MirrorDirection
Reverse the order of image columns (horizontal direction) or rows (vertical direction).
outImage
Type: AvlNet.Image
Output image

Examples

MirrorImage with inMirrorDirection = Horizontal.

MirrorImage with inMirrorDirection = Vertical.

See also