Back to FabImage Library Lite website

You are here: Start » Basic » Box » BoxCharacteristicPoint

BoxCharacteristicPoint


Header: FIL.h
Namespace: fil

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

Syntax

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

Parameters

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