You are here: Start » FIL.NET » FIS.CropImageToQuadrangle Method
FIS.CropImageToQuadrangle Method
Creates an image from a quadrangle on another image.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void CropImageToQuadrangle ( FilNet.Image inImage, FilNet.Path inQuadrangle, FilNet.CoordinateSystem2D? inQuadrangleAlignment, FilNet.Size? inOutputSize, FilNet.InterpolationMethod inInterpolationMethod, int inMargin, FilNet.Pixel inBorderColor, FilNet.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inQuadrangle | FilNet.Path | Rectangle defining a rotated subimage. | ||
![]() | inQuadrangleAlignment | FilNet.CoordinateSystem2D? | Adjusts the rectangle to the position of the inspected object. Default value: ftl::NIL. | ||
![]() | inOutputSize | FilNet.Size? | Dimensions of the output image. Default value: ftl::NIL. | ||
![]() | inInterpolationMethod | FilNet.InterpolationMethod | Bilinear | Default value: Bilinear. | |
![]() | inMargin | int | <0, 65535> | Width of an additional margin for the output image. | |
![]() | inBorderColor | FilNet.Pixel | Color used for locations outside the quadrangle. | ||
![]() | outImage | FilNet.Image | Output image. |
Function Overrides
- CropImageToQuadrangle(Image, Path, InterpolationMethod, Int32, Pixel, Image)
- CropImageToQuadrangle(Image, Path, Nullable<CoordinateSystem2D>, Nullable<Size>, InterpolationMethod, Int32, Pixel, Image, Path)
- CropImageToQuadrangle(Image, Path, Nullable<CoordinateSystem2D>, Nullable<Size>, InterpolationMethod, Int32, Pixel, Image, NullableRef<Path>)