You are here: Start » AVL.NET » Function Reference » Region » Region Spatial Transforms » AVL.CropRegionToQuadrangle
Creates a region from a quadrangular fragment of another one. The quadrangle must be convex.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void CropRegionToQuadrangle ( AvlNet.Region inRegion, AvlNet.Path inQuadrangle, AvlNet.Region outRegion )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inRegion | AvlNet.Region | Input region. | ||
![]() | inQuadrangle | AvlNet.Path | A convex quadrangle defining a region to be cropped (points must be clockwise). | ||
![]() | outRegion | AvlNet.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>)


