Back to Adaptive Vision Library website
You are here: Start » Function Reference » Conversions » BoxToRectangle2D
BoxToRectangle2D
Converts a box to a rectangle.
Syntax
C++
C#
void avl::BoxToRectangle2D ( const avl::Box& inBox, avl::Rectangle2D& outRectangle )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inBox | const Box& | ||
![]() |
outRectangle | Rectangle2D& |


