VRageMath.Rectangle.Contains - bimbam2103/space_engineers GitHub Wiki

IndexNamespace IndexRectangle

Summary

public bool Contains(int x, int y)

Determines whether this Rectangle contains a specified point represented by its x- and y-coordinates.

Returns

bool

Parameters

Summary

public bool Contains(Point value)

Determines whether this Rectangle contains a specified Point.

Returns

bool

Parameters

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

bool

Parameters

Summary

public void Contains(ref Rectangle value, out bool result)

Determines whether this Rectangle entirely contains a specified Rectangle.

Parameters

⚠️ **GitHub.com Fallback** ⚠️