Back to FabImage Library website

You are here: Start » Function Reference » Path » Path Global Transforms » ExtendPath

ExtendPath


Header: FIL.h
Namespace: fil
Module: FoundationBasic

Resizes the first or the last segment of a path.

Syntax

C++
C#
 
void fil::ExtendPath
(
	fil::Path& ioPath,
	float inExtraLength1,
	float inExtraLength2
)

Parameters

Name Type Default Description
Input will be modified
ioPath Path&
Input value
inExtraLength1 float
Input value
inExtraLength2 float

Errors

List of possible exceptions:

Error type Description
DomainError Cannot extend a closed path in ExtendPath.