You are here: Start » FIL.NET » FIS.TransposeImage Method

FIS.TransposeImage Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void TransposeImage
(
	FilNet.Image inImage,
	FilNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
outImageFilNet.ImageOutput image.

See also