Method SymmetricDifference
SymmetricDifference(Geometry, Geometry)
Performs the Symmetric difference operation on the two geometries.
Declaration
public static Geometry SymmetricDifference(Geometry geometry1, Geometry geometry2)
Parameters
Type | Name | Description |
---|---|---|
Geometry | geometry1 | is one of the Geometry instances in the XOR operation. |
Geometry | geometry2 | is one of the Geometry instances in the XOR operation. |
Returns
Type | Description |
---|---|
Geometry | Returns the result of the symmetric difference. The result has the higher of dimensions of the two geometries. |
See Also
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 100.14 |
.NET 6.0 | 100.13 - 100.14 |
.NET 6.0 Windows | 100.13 - 100.14 |
.NET Framework | 100.0 - 100.14 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.0 - 100.14 |
Xamarin.iOS | 100.0 - 100.14 |
UWP | 100.0 - 100.14 |