Back to FabImage Library website
You are here: Start » Function Reference » Path » Path Global Transforms » StretchPath
StretchPath
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | FoundationPro |
Moves, rotates and scales the path so that its end-points end up at the given two points.
Syntax
C++
C#
void fil::StretchPath ( const fil::Path& inPath, const fil::Point2D& inNewEndpoint1, const fil::Point2D& inNewEndpoint2, fil::Path& outPath )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inPath | const Path& | Input path, must be open | |
![]() |
inNewEndpoint1 | const Point2D& | New starting point of the path | |
![]() |
inNewEndpoint2 | const Point2D& | New ending point of the path | |
![]() |
outPath | Path& | Output path |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Path cannot be closed in StretchPath. |
DomainError | Path too short in Stretch Path. |