You are here: Start » AVL.NET » AVL.CropRegionToRectangle(AvlNet.Region, AvlNet.Rectangle2D, AvlNet.Region, AvlNet.Rectangle2D, AvlNet.CoordinateSystem2D)
AVL.CropRegionToRectangle(AvlNet.Region, AvlNet.Rectangle2D, AvlNet.Region, AvlNet.Rectangle2D, AvlNet.CoordinateSystem2D)
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, out AvlNet.Rectangle2D outAlignedRectangle, out AvlNet.CoordinateSystem2D outOutputAlignment )
Parameters
- inRegion
- Type: AvlNet.Region
Input region - inRectangle
- Type: AvlNet.Rectangle2D
Rectangle defining a rotated subregion - outRegion
- Type: AvlNet.Region
Output region - outAlignedRectangle
- Type: AvlNet.Rectangle2D
- outOutputAlignment
- Type: AvlNet.CoordinateSystem2D
Remarks
See full override for more details.
