You are here: Start » FIL.NET » FIS.ImageAlongArc Method
FIS.ImageAlongArc Method
Creates an image from pixels traversed along an arc.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void ImageAlongArc ( FilNet.Image inImage, FilNet.Arc2D inAxisArc, int inScanWidth, FilNet.Axis inAxisType, FilNet.InterpolationMethod inInterpolationMethod, FilNet.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inAxisArc | FilNet.Arc2D | Input arc. | ||
![]() | inScanWidth | int | <1, INF> | 5 | The width of the stripe of pixels along the given arc. Default value: 5. |
![]() | inAxisType | FilNet.Axis | Y | Type of axis the transformed axis arc will be parallel to. Default value: Y. | |
![]() | inInterpolationMethod | FilNet.InterpolationMethod | Bilinear | The interpolation method used to compute pixel brightness in locations of not-integer coordinates. Default value: Bilinear. | |
![]() | outImage | FilNet.Image | Output image. |
Function Overrides
- ImageAlongArc(Image, Arc2D, Nullable<CoordinateSystem2D>, Int32, Axis, InterpolationMethod, Nullable<Pixel>, Image)
- ImageAlongArc(Image, Arc2D, Nullable<CoordinateSystem2D>, Int32, Axis, InterpolationMethod, Nullable<Pixel>, Image, NullableValue<Arc2D>)
- ImageAlongArc(Image, Arc2D, Nullable<CoordinateSystem2D>, Int32, Axis, InterpolationMethod, Nullable<Pixel>, Image, Arc2D, IList<Path>)
- ImageAlongArc(Image, Arc2D, Nullable<CoordinateSystem2D>, Int32, Axis, InterpolationMethod, Nullable<Pixel>, Image, NullableValue<Arc2D>, IList<Path>)