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

AVL.TransposeImage Method

Flips and rotates an image so that columns are exchanged with rows.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void TransposeImage(
	AvlNet.Image inImage,
	out AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
outImageAvlNet.ImageOutput image.

Examples

TransposeImage performed on the sample image.

See also