Back to FabImage Library website

You are here: Start » Function Reference » Conversions » Ellipse2DToRectangle2D

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
Input value inEllipse const Ellipse2D&
Output value outRectangle Rectangle2D&