Back to FabImage Library Lite website

You are here: Start » Conversions » Ellipse2DToRectangle2D

Ellipse2DToRectangle2D


Header: FIL.h
Namespace: fil

Converts an ellipse to a rectangle.

Syntax

void fil::Ellipse2DToRectangle2D
(
	const fil::Ellipse2D& inEllipse,
	fil::Rectangle2D& outRectangle
)

Parameters

Name Type Default Description
Input value inEllipse const Ellipse2D&
Output value outRectangle Rectangle2D&