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


