Rect.Contains

Rect.Contains method

Return true if the given point is inside the rectangle.

public bool Contains(int x, int y)
ParameterTypeDescription
xInt32
yInt32

See Also