You are here: Start » AVL.NET » AVL.CropPointArray Method

AVL.CropPointArray Method

Removes points not contained in a box from an array.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void CropPointArray(
	AvlNet.Point2D[] inPoints,
	AvlNet.Box inBox,
	out AvlNet.Point2D[] outPoints
)

Parameters

Name Type Range Default Description
inPointsAvlNet.Point2D
inBoxAvlNet.Box
outPointsAvlNet.Point2D

See also