Tesla Graphics Engine Documentation (January 2012)
Union Method (a, b, result)
TeslaTesla.MathRectangleUnion(Rectangle%, Rectangle%, Rectangle%)
Create the union between two rectangles.
Declaration Syntax
C#
public static void Union(
	ref Rectangle a,
	ref Rectangle b,
	out Rectangle result
)
Parameters
a (Rectangle%)
First rectangle
b (Rectangle%)
Second rectangle
result (Rectangle%)
Existing rectangle to hold result

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