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

FIS.ImageAlongPath Method

Creates an image from pixels traversed along a path.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ImageAlongPath
(
	FilNet.Image inImage,
	FilNet.Path inAxisPath,
	int inScanWidth,
	FilNet.Axis inAxisType,
	FilNet.InterpolationMethod inInterpolationMethod,
	FilNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inAxisPathFilNet.PathInput path.
inScanWidthint<1, INF>5The width of the stripe of pixels along the given path. Default value: 5.
inAxisTypeFilNet.AxisYType of axis the transformed axis path will be parallel to. Default value: Y.
inInterpolationMethodFilNet.InterpolationMethodBilinearThe interpolation method used to compute pixel brightness in locations of not-integer coordinates. Default value: Bilinear.
outImageFilNet.ImageOutput image.

Function Overrides

See also