You are here: Start » AVL.NET » Invoke.RemovePointFromPath

Invoke.RemovePointFromPath

Removes a point from a path.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void RemovePointFromPath
(
	Avl.Path ioPath,
	int inIndex,
	bool inInverse
)

Parameters

Name Type Range Default Description
ioPathAvl.Path
inIndexint
inInversebool

See also