You are here: Start » FIL.NET » Function Reference » Region » Region Spatial Transforms » FIL.CropRegionToQuadrangle

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
inRegionFilNet.RegionInput region.
inQuadrangleFilNet.PathA convex quadrangle defining a region to be cropped (points must be clockwise).
outRegionFilNet.RegionOutput 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

See also