Method | Description | |
---|---|---|
Difference ( Polygon2 a, Polygon2 b ) : IPlanarGeometry |
Calculates the resulting difference of polygon b subtracted from polygon a.
|
Method | Description | |
---|---|---|
CodeContractInvariants ( ) : void | ||
PolygonDifferenceOperation ( ) : System.Diagnostics.Contracts | ||
PolygonDifferenceOperation ( |
public Difference ( Polygon2 a, Polygon2 b ) : IPlanarGeometry | ||
a | Polygon2 | The polygon to be subtracted from. |
b | Polygon2 | The polygon used to subtract from a. |
return | IPlanarGeometry |