Tesla Graphics Engine Documentation (January 2012)
Union Method (a, b)
TeslaTesla.MathRectangleUnion(Rectangle, Rectangle)
Create the union between two rectangles.
Declaration Syntax
C#
public static Rectangle Union(
	Rectangle a,
	Rectangle b
)
Parameters
a (Rectangle)
First rectangle
b (Rectangle)
Second rectangle
Return Value
Merged rectangle

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)