Back to FabImage Library website

You are here: Start » Function Reference » Basic » Box » BoxCenter

BoxCenter


Header: FIL.h
Namespace: fil
Module: FoundationLite

Returns center of a box.

Syntax

C++
C#
 
void fil::BoxCenter
(
	const fil::Box& inBox,
	fil::Point2D& outCenter
)

Parameters

Name Type Default Description
Input value
inBox const Box&
Output value
outCenter Point2D&