You are here: Start » AVL.NET » AVL.ImageAlongArc(AvlNet.Image, AvlNet.Arc2D, int, AvlNet.Axis, AvlNet.InterpolationMethod, AvlNet.Image)

AVL.ImageAlongArc(AvlNet.Image, AvlNet.Arc2D, int, AvlNet.Axis, AvlNet.InterpolationMethod, AvlNet.Image)

Creates an image from pixels traversed along an arc.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void ImageAlongArc(
	AvlNet.Image inImage,
	AvlNet.Arc2D inAxisArc,
	int inScanWidth,
	AvlNet.Axis inAxisType,
	AvlNet.InterpolationMethod inInterpolationMethod,
	out AvlNet.Image outImage
)

Parameters

inImage
Type: AvlNet.Image
Input image
inAxisArc
Type: AvlNet.Arc2D
Input arc
inScanWidth
Type: System.Int32
The width of the stripe of pixels along the given arc
inAxisType
Type: AvlNet.Axis
Type of axis the transformed axis arc will be parallel to
inInterpolationMethod
Type: AvlNet.InterpolationMethod
The interpolation method used to compute pixel brightness in locations of not-integer coordinates
outImage
Type: AvlNet.Image
Output image

See also