You are here: Start » AVL.NET » AVL.RegionBoundingRectangle(AvlNet.Region, AvlNet.BoundingRectangleFeature, AvlNet.Rectangle2D)
AVL.RegionBoundingRectangle(AvlNet.Region, AvlNet.BoundingRectangleFeature, AvlNet.Rectangle2D)
Computes the smallest rectangle containing a region.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void RegionBoundingRectangle( AvlNet.Region inRegion, AvlNet.BoundingRectangleFeature inBoundingRectangleFeature, out AvlNet.Rectangle2D outBoundingRectangle )
Parameters
- inRegion
- Type: AvlNet.Region
Input array of points - inBoundingRectangleFeature
- Type: AvlNet.BoundingRectangleFeature
Determines what kind of bounding rectangle will be computed - outBoundingRectangle
- Type: AvlNet.Rectangle2D
The smallest bounding rectangle of the input region
