Tesla Graphics Engine Documentation (January 2012)
Contains Method (x, y)
TeslaTesla.MathRectangleContains(Int32, Int32)
Test if the supplied coordinates are inside this rectangle.
Declaration Syntax
C#
public bool Contains(
	int x,
	int y
)
Parameters
x (Int32)
X coord
y (Int32)
Y coord
Return Value
True if contained

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