IPolyClassAddPolygon Method

Add complete polygon to current polygon.

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void AddPolygon(
	IPolyClass SecondPolygon
)

Parameters

SecondPolygon  IPolyClass
Other Polygon to add.

See Also