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

Invoke.TrimPointArrayToRegion

Trims an array of points to a region.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void TrimPointArrayToRegion
(
	List<Avl.Point2D> inPoints,
	Avl.Region inRegion,
	List<Avl.Point2D> outPoints
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.List<Avl.Point2D>
inRegionAvl.RegionInput region.
outPointsSystem.Collections.Generic.List<Avl.Point2D>

See also