You are here: Start » AVL.NET » AVL.CropPointArrayToRegion

AVL.CropPointArrayToRegion

Crops an array of points to a region.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void CropPointArrayToRegion
(
	IList<AvlNet.Point2D> inPoints,
	AvlNet.Region inRegion,
	IList<AvlNet.Point2D> outPoints
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<AvlNet.Point2D>
inRegionAvlNet.RegionInput region.
outPointsSystem.Collections.Generic.IList<AvlNet.Point2D>

See also