IPolyClassUnion(ListIPolyClass) Method

Union combines a list of polygones to a new polygon.

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static IPolyClass Union(
	List<IPolyClass> polys
)

Parameters

polys  ListIPolyClass
List of Polygons

Return Value

IPolyClass
New unioned Polygon

See Also