You are here: Start » AVL.NET » AVL.ImageAlongPath(AvlNet.Image, AvlNet.Path, int, AvlNet.Axis, AvlNet.InterpolationMethod, AvlNet.Image, AvlNet.Path, AvlNet.Path[])

AVL.ImageAlongPath(AvlNet.Image, AvlNet.Path, int, AvlNet.Axis, AvlNet.InterpolationMethod, AvlNet.Image, AvlNet.Path, AvlNet.Path[])

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void ImageAlongPath(
	AvlNet.Image inImage,
	AvlNet.Path inAxisPath,
	int inScanWidth,
	AvlNet.Axis inAxisType,
	AvlNet.InterpolationMethod inInterpolationMethod,
	out AvlNet.Image outImage,
	out AvlNet.Path outAlignedAxisPath,
	out AvlNet.Path[] diagSamplingPoints
)

Parameters

inImage
Type: AvlNet.Image
inAxisPath
Type: AvlNet.Path
inScanWidth
Type: System.Int32
inAxisType
Type: AvlNet.Axis
inInterpolationMethod
Type: AvlNet.InterpolationMethod
outImage
Type: AvlNet.Image
outAlignedAxisPath
Type: AvlNet.Path
diagSamplingPoints
Type: AvlNet.Path

See also