IPolyClassUnion(IPolyClass) Method

Union combines this and the second poly, it return this with modifications.

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public IPolyClass Union(
	IPolyClass SecondPoly
)

Parameters

SecondPoly  IPolyClass
The other polygon to combine with this.

Return Value

IPolyClass
This polygon with modifications. The result is no new polygon, just modification of this!

Implements

InterfacePolyClassUnion(IPolyClass)

See Also