Back to Aurora Vision Library website

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

BoxCharacteristicPoint


Header: AVL.h
Namespace: avl
Module: FoundationLite

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

Syntax

C++
C#
 
void avl::BoxCharacteristicPoint
(
	const avl::Box& inBox,
	const avl::Anchor2D::Type inPointAnchor,
	avl::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&