Back to FabImage Library website
You are here: Start » Function Reference » Region » Region Basics » RegionCharacteristicPoint
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | FoundationLite |
Returns a characteristic point of the input's region bounding box.
Syntax
C++
C#
void fil::RegionCharacteristicPoint ( const fil::Region& inRegion, const fil::Anchor2D::Type inPointAnchor, fil::Point2D& outPoint )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inRegion | const Region& | Input region | |
![]() |
inPointAnchor | const Anchor2D::Type | TopLeft | |
![]() |
outPoint | Point2D& |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Empty region on input in RegionCharacteristicPoint. |