Back to FabImage Library website

You are here: Start » Function Reference » Geometry 2D » Geometry 2D Features » EllipseBoundingBox

EllipseBoundingBox


Header: FIL.h
Namespace: fil
Module: FoundationLite

Computes the smallest box containing an ellipse.

Syntax

C++
C#
 
void fil::EllipseBoundingBox
(
	const fil::Ellipse2D& inEllipse,
	fil::Box& outBoundingBox
)

Parameters

Name Type Default Description
Input value inEllipse const Ellipse2D&
Output value outBoundingBox Box&