Contains
Summary
public bool Contains(int x, int y)
Determines whether this Rectangle contains a specified point represented by its x- and y-coordinates.
Returns
Parameters
Summary
public bool Contains(Point value)
Determines whether this Rectangle contains a specified Point.
Returns
Parameters
- Point value
Summary
public void Contains(ref Point value, out bool result)
Determines whether this Rectangle contains a specified Point.
Parameters
Summary
public bool Contains(Rectangle value)
Determines whether this Rectangle entirely contains a specified Rectangle.
Returns
Parameters
- Rectangle value
Summary
public void Contains(ref Rectangle value, out bool result)
Determines whether this Rectangle entirely contains a specified Rectangle.