You are here: Start » AVL.NET » AVL.ImageAlongPath(AvlNet.Image, AvlNet.Path, AvlNet.CoordinateSystem2D?, int, AvlNet.Axis, AvlNet.InterpolationMethod, AvlNet.Image, AvlNet.Path)
AVL.ImageAlongPath(AvlNet.Image, AvlNet.Path, AvlNet.CoordinateSystem2D?, int, AvlNet.Axis, AvlNet.InterpolationMethod, AvlNet.Image, AvlNet.Path)
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void ImageAlongPath( AvlNet.Image inImage, AvlNet.Path inAxisPath, AvlNet.CoordinateSystem2D? inAxisPathAlignment, int inScanWidth, AvlNet.Axis inAxisType, AvlNet.InterpolationMethod inInterpolationMethod, out AvlNet.Image outImage, out AvlNet.Path outAlignedAxisPath )
Parameters
- inImage
- Type: AvlNet.Image
- inAxisPath
- Type: AvlNet.Path
- inAxisPathAlignment
- Type: System.Nullable<AvlNet.CoordinateSystem2D>
- inScanWidth
- Type: System.Int32
- inAxisType
- Type: AvlNet.Axis
- inInterpolationMethod
- Type: AvlNet.InterpolationMethod
- outImage
- Type: AvlNet.Image
- outAlignedAxisPath
- Type: AvlNet.Path
