Back to FabImage Library website
You are here: Start » Function Reference » Conversions » Rectangle2DToShapeRegion
| Header: | FIL.h |
|---|---|
| Namespace: | fil |
| Module: | FoundationLite |
Converts a rectangle to region of interest.
Syntax
C++
C#
void fil::Rectangle2DToShapeRegion ( const fil::Rectangle2D& inRectangle, fil::ShapeRegion& outShapeRegion )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inRectangle | const Rectangle2D& | ||
![]() |
outShapeRegion | ShapeRegion& |


