Back to FabImage Library website

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

Ellipse2DToShapeRegion


Header: FIL.h
Namespace: fil
Module: FoundationLite

Converts an ellipse to region of interest.

Syntax

C++
C#
 
void fil::Ellipse2DToShapeRegion
(
	const fil::Ellipse2D& inEllipse,
	fil::ShapeRegion& outShapeRegion
)

Parameters

Name Type Default Description
Input value inEllipse const Ellipse2D&
Output value outShapeRegion ShapeRegion&