You are here: Start » AVL.NET » Invoke.PathBoundingRectangle_FixedAngle_OrNil
Computes the smallest rectangle with the given orientation angle containing a path; returns NIL when the path is empty.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void PathBoundingRectangle_FixedAngle_OrNil ( Avl.Path inPath, float inAngle, Conditional<Avl.Rectangle2D> outBoundingRectangle, Conditional<Avl.Point2D> outCenter, Conditional<float> outLongSide, Conditional<float> outShortSide )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inPath | Avl.Path | Input path. | ||
![]()  | inAngle | float | Expected angle of the resulting rectangle. | ||
![]()  | outBoundingRectangle | Atl.Conditional<Avl.Rectangle2D> | Smallest bounding rectangle of the input path. | ||
![]()  | outCenter | Atl.Conditional<Avl.Point2D> | Center of the bounding rectangle. | ||
![]()  | outLongSide | Atl.Conditional<float> | Length of the bounding rectangle long side. | ||
![]()  | outShortSide | Atl.Conditional<float> | Length of the bounding rectangle short side. | 


