Back to FabImage Library website

You are here: Start » Function Reference » Location » LocationCorners_Deprecated

LocationCorners_Deprecated


Header:FIL.h
Namespace:fil

Returns corners of a location.

Syntax

C++
 
void fil::LocationCorners_Deprecated
(
	const fil::Location& inLocation,
	fil::Point2D& outTopLeftCorner,
	fil::Point2D& outTopRightCorner,
	fil::Point2D& outBottomRightCorner,
	fil::Point2D& outBottomLeftCorner
)

Parameters

Name Type Default Description
inLocation const Location&
outTopLeftCorner Point2D&
outTopRightCorner Point2D&
outBottomRightCorner Point2D&
outBottomLeftCorner Point2D&