You are here: Start » FIL.NET » Function Reference » Region » Region Spatial Transforms » FIL.CropRegionToQuadrangle
Creates a region from a quadrangular fragment of another one. The quadrangle must be convex.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void CropRegionToQuadrangle ( FilNet.Region inRegion, FilNet.Path inQuadrangle, FilNet.Region outRegion )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRegion | FilNet.Region | Input region. | ||
![]() | inQuadrangle | FilNet.Path | A convex quadrangle defining a region to be cropped (points must be clockwise). | ||
![]() | outRegion | FilNet.Region | Output region. |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Path given as an argument to CropRegionToQuadrangle is not closed. |
DomainError | Path given as an argument to CropRegionToQuadrangle should have exactly 4 points. |
Function Overrides
- CropRegionToQuadrangle(Region, Path, Nullable<Size>, Nullable<CoordinateSystem2D>, Region)
- CropRegionToQuadrangle(Region, Path, Nullable<Size>, Nullable<CoordinateSystem2D>, Region, Path)
- CropRegionToQuadrangle(Region, Path, Nullable<Size>, Nullable<CoordinateSystem2D>, Region, NullableRef<Path>)