Tesla Graphics Engine Documentation (January 2012)
Intersects Method (value, result)
TeslaTesla.MathRectangleIntersects(Rectangle%, Boolean%)
Tests if a rectangle intersects with this one.
Declaration Syntax
C#
public void Intersects(
	ref Rectangle value,
	out bool result
)
Parameters
value (Rectangle%)
Rectangle to test against
result (Boolean%)
True if they intersect

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