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

Invoke.TrimPathToRectangle

Creates a path contained in a rectangle from another path.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void TrimPathToRectangle
(
	Avl.Path inPath,
	Avl.Rectangle2D inRectangle,
	Avl.TrimPathMethod inTrimPathMethod,
	Avl.Path outPath
)

Parameters

Name Type Range Default Description
inPathAvl.PathInput path.
inRectangleAvl.Rectangle2D
inTrimPathMethodAvl.TrimPathMethodPointToPointDefault value: PointToPoint.
outPathAvl.PathOutput path.

See also