[]
Computes the difference of two Reference. Difference of two Reference can produce a maximum of four Reference.If the two Reference do not intersect a zero-length array is returned.
public static Reference[] Xor(Reference rectA, Reference rectB)
Public Shared Function [Xor](rectA As Reference, rectB As Reference) As Reference()
Type | Name | Description |
---|---|---|
Reference | rectA | first Reference |
Reference | rectB | second Reference |
Type | Description |
---|---|
Reference[] | non-null array of References, with length zero to four |