You are here: Start » AVL.NET » AVL.ImageAlongArc(AvlNet.Image, AvlNet.Arc2D, int, AvlNet.Axis, AvlNet.InterpolationMethod, AvlNet.Image, AvlNet.Path[])
AVL.ImageAlongArc(AvlNet.Image, AvlNet.Arc2D, int, AvlNet.Axis, AvlNet.InterpolationMethod, AvlNet.Image, AvlNet.Path[])
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, out AvlNet.Path[] diagSamplingPoints )
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 - diagSamplingPoints
- Type: AvlNet.Path
Array of paths each one containing the sampling points corresponding to one row of the resulting image
