Back to FabImage Library website
You are here: Start » Function Reference » Path » Path Basics » RemovePointFromPath
| Header: | FIL.h |
|---|---|
| Namespace: | fil |
| Module: | FoundationLite |
Removes a point from a path.
Syntax
C++
C#
void fil::RemovePointFromPath ( fil::Path& ioPath, int inIndex, bool inInverse )
Parameters
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Index out of range in RemovePointFromPath. |


