Back to FabImage Library website
You are here: Start » Function Reference » Geometry 2D » Geometry 2D Spatial Transforms » TrimPath
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | FoundationLite |
Creates a path contained in a box from another path.
Syntax
C++
C#
void fil::TrimPath ( const fil::Path& inPath, const fil::Box& inBox, fil::TrimPathMethod::Type inTrimPathMethod, fil::Path& outPath )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inPath | const Path& | Input path | |
![]() |
inBox | const Box& | ||
![]() |
inTrimPathMethod | TrimPathMethod::Type | PointToPoint | |
![]() |
outPath | Path& | Output path |
Examples
![]() |
![]() |
TrimPath performed on the sample box and path.
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Unknown method for cropping a path in TrimPath. |