Back to FabImage Library website

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

BoxCharacteristicPoint


Header: FIL.h
Namespace: fil
Module: FoundationLite

Returns a characteristic point (e.g. the top-left) of a box.

Syntax

C++
C#
 
void fil::BoxCharacteristicPoint
(
	const fil::Box& inBox,
	const fil::Anchor2D::Type inPointAnchor,
	fil::Point2D& outPoint
)

Parameters

Name Type Default Description
Input value inBox const Box&
Input value inPointAnchor const Anchor2D::Type TopLeft Selecting one of the 9 characteristic points
Output value outPoint Point2D&