Back to FabImage Library website

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

BoxToRectangle2D


Header: FIL.h
Namespace: fil
Module: FoundationLite

Converts a box to a rectangle.

Syntax

C++
C#
 
void fil::BoxToRectangle2D
(
	const fil::Box& inBox,
	fil::Rectangle2D& outRectangle
)

Parameters

Name Type Default Description
Input value inBox const Box&
Output value outRectangle Rectangle2D&