You are here: Start » AVL.NET » AVL.ImageAlongPath(AvlNet.Image, AvlNet.Path, int, AvlNet.Axis, AvlNet.InterpolationMethod, AvlNet.Image)
AVL.ImageAlongPath(AvlNet.Image, AvlNet.Path, int, AvlNet.Axis, AvlNet.InterpolationMethod, AvlNet.Image)
Creates an image from pixels traversed along a 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 )
Parameters
- inImage
- Type: AvlNet.Image
Input image - inAxisPath
- Type: AvlNet.Path
Input path - inScanWidth
- Type: System.Int32
The width of the stripe of pixels along the given path - inAxisType
- Type: AvlNet.Axis
Type of axis the transformed axis path 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
