You are here: Start » AVL.NET » AVL.CropRegionToRectangle(AvlNet.Region, AvlNet.Rectangle2D, AvlNet.Region)
AVL.CropRegionToRectangle(AvlNet.Region, AvlNet.Rectangle2D, AvlNet.Region)
Creates a region from a rectangular fragment of another one.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void CropRegionToRectangle( AvlNet.Region inRegion, AvlNet.Rectangle2D inRectangle, out AvlNet.Region outRegion )
Parameters
- inRegion
- Type: AvlNet.Region
Input region - inRectangle
- Type: AvlNet.Rectangle2D
Rectangle defining a rotated subregion - outRegion
- Type: AvlNet.Region
Output region
