You are here: Start » FIL.NET » Invoke.TrimPointArray

Invoke.TrimPointArray

Removes points not contained in a box from an array.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void TrimPointArray
(
	List<Fil.Point2D> inPoints,
	Fil.Box inBox,
	List<Fil.Point2D> outPoints
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.List<Fil.Point2D>
inBoxFil.Box
outPointsSystem.Collections.Generic.List<Fil.Point2D>

See also