Back to FabImage Library website
You are here: Start » Function Reference » Path » Path Basics » GetPathCharacteristicPoint
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | FoundationLite |
Returns the selected characteristic point of a path.
Syntax
C++
C#
void fil::GetPathCharacteristicPoint ( const fil::Path& inPath, int inIndex, const bool inInverse, fil::Point2D& outPoint )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() |
inPath | const Path& | Input path | ||
![]() |
inIndex | int | 0 - ![]() |
Index of a point of the input path | |
![]() |
inInverse | const bool | Reversed order of points | ||
![]() |
outPoint | Point2D& |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Index out of range in GetPathCharacteristicPoint. |