Back to Aurora Vision Library website

You are here: Start » Function Reference » Geometry 2D » Geometry 2D Features » RectangleCharacteristicPoint

RectangleCharacteristicPoint


Header: AVL.h
Namespace: avl
Module: FoundationLite

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

Syntax

C++
C#
 
void avl::RectangleCharacteristicPoint
(
	const avl::Rectangle2D& inRectangle,
	const avl::Anchor2D::Type inPointAnchor,
	avl::Point2D& outPoint
)

Parameters

Name Type Default Description
Input value inRectangle const Rectangle2D&
Input value inPointAnchor const Anchor2D::Type TopLeft
Output value outPoint Point2D&

Examples

RectangleCharacteristicPoint performed on a rectangle with inPointAnchor = TopLeft.