Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

VRageMath.Rectangle.Contains

Malware edited this page Dec 25, 2018 · 19 revisions

IndexRectangle

csharp[bool](System.Boolean) Contains([int](System.Int32) x, [int](System.Int32) y)##### Summary

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

csharp[bool](System.Boolean) Contains([Point](VRageMath.Point) value)##### Summary

Determines whether this Rectangle contains a specified Point.

csharpvoid Contains(ref [Point](VRageMath.Point) value, ref [bool](System.Boolean) result)##### Summary

Determines whether this Rectangle contains a specified Point.

csharp[bool](System.Boolean) Contains([Rectangle](VRageMath.Rectangle) value)##### Summary

Determines whether this Rectangle entirely contains a specified Rectangle.

csharpvoid Contains(ref [Rectangle](VRageMath.Rectangle) value, ref [bool](System.Boolean) result)##### Summary

Determines whether this Rectangle entirely contains a specified Rectangle.

Clone this wiki locally