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

Invoke.TrimPointArrayToRegion

Trims an array of points to a region.

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

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

See also