You are here: Start » AVL.NET » AVS.TrimPathToRectangle Method

AVS.TrimPathToRectangle Method

Creates a path contained in a rectangle from another path.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void TrimPathToRectangle
(
	AvlNet.Path inPath,
	AvlNet.Rectangle2D inRectangle,
	AvlNet.TrimPathMethod inTrimPathMethod,
	AvlNet.Path outPath
)

Parameters

Name Type Range Default Description
inPathAvlNet.PathInput path.
inRectangleAvlNet.Rectangle2D
inTrimPathMethodAvlNet.TrimPathMethodPointToPointDefault value: PointToPoint.
outPathAvlNet.PathOutput path.

See also