Back to FabImage Library website

You are here: Start » Function Reference » Basic » Location » LocationCenter

LocationCenter


Header: FIL.h
Namespace: fil
Module: FoundationLite

Returns the center point of a pixel indicated by the provided location.

Syntax

C++
C#
 
void fil::LocationCenter
(
	const fil::Location& inLocation,
	fil::Point2D& outCenter
)

Parameters

Name Type Default Description
Input value inLocation const Location& Pixel location.
Output value outCenter Point2D& Center point of the provided pixel.