Back to FabImage Library website
You are here: Start » Function Reference » Conversions » Ellipse2DToRectangle2D
| Header: | FIL.h |
|---|---|
| Namespace: | fil |
| Module: | FoundationLite |
Converts an ellipse to a rectangle.
Syntax
C++
C#
void fil::Ellipse2DToRectangle2D ( const fil::Ellipse2D& inEllipse, fil::Rectangle2D& outRectangle )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inEllipse | const Ellipse2D& | ||
![]() |
outRectangle | Rectangle2D& |


