piDogGeometry.DoubleRect.Operator_Add
Scope: Public
Function Operator_Add(other As piDogGeometry.doubleRect) As piDogGeometry.doubleRect()
Allows the adding of 2 rect areas together
Differs from Union in that + will return an array of rects filling the shape covered by the two rects.
If the rects do not overlap, the return is a clone of the left operand
rects()=rect1+rect2