Tesla Graphics Engine Documentation (January 2012)
Intersect Method (a, b)
TeslaTesla.MathRectangleIntersect(Rectangle, Rectangle)
Finds the rectangle that represents the overlap (intersection) of two rectangles. May return empty
Declaration Syntax
C#
public static Rectangle Intersect(
	Rectangle a,
	Rectangle b
)
Parameters
a (Rectangle)
First rectangle
b (Rectangle)
Second rectangle
Return Value
Their intersection

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