Back to FabImage Library website
You are here: Start » Function Reference » Path » Path Basics » AppendPointToPath
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | FoundationLite |
Appends a point to a path.
Syntax
C++
C#
void fil::AppendPointToPath ( fil::Path& ioPath, const fil::Point2D& inPoint )
Parameters
Description
The operation extends an open path by adding a single point at its end (the point becomes new end point of a path).
When a closed path is passed to the filter, an error with appropriate description occurs.
Examples
![]() |
![]() |
![]() |
AppendPointToPath run on sample path and point.
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Closed path on input in AppendPointToPath. |
See Also
- ConcatenatePaths – Joins up to four open paths.