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

FIS.ShearImage Method

Computes a leant image (shifts the rows).

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ShearImage
(
	FilNet.Image inImage,
	float inShear,
	FilNet.Axis inAxis,
	FilNet.InterpolationMethod inInterpolationMethod,
	FilNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inShearfloat<-INF, INF>0.0fRelative shift between consecutive rows or columns of the image. Default value: 0.0f.
inAxisFilNet.AxisSwitches between horizontal or vertical shearing.
inInterpolationMethodFilNet.InterpolationMethodBilinearDefault value: Bilinear.
outImageFilNet.ImageOutput image.

See also