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

AVL.ImageAlongArc(AvlNet.Image, AvlNet.Arc2D, AvlNet.CoordinateSystem2D?, int, AvlNet.Axis, AvlNet.InterpolationMethod, AvlNet.Image, AvlNet.Arc2D, AvlNet.Path[])

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void ImageAlongArc(
	AvlNet.Image inImage,
	AvlNet.Arc2D inAxisArc,
	AvlNet.CoordinateSystem2D? inAxisArcAlignment,
	int inScanWidth,
	AvlNet.Axis inAxisType,
	AvlNet.InterpolationMethod inInterpolationMethod,
	out AvlNet.Image outImage,
	out AvlNet.Arc2D outAlignedAxisArc,
	out AvlNet.Path[] diagSamplingPoints
)

Parameters

inImage
Type: AvlNet.Image
inAxisArc
Type: AvlNet.Arc2D
inAxisArcAlignment
Type: System.Nullable<AvlNet.CoordinateSystem2D>
inScanWidth
Type: System.Int32
inAxisType
Type: AvlNet.Axis
inInterpolationMethod
Type: AvlNet.InterpolationMethod
outImage
Type: AvlNet.Image
outAlignedAxisArc
Type: AvlNet.Arc2D
diagSamplingPoints
Type: AvlNet.Path

See also