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