-
Notifications
You must be signed in to change notification settings - Fork 123
VRageMath.Rectangle.Contains
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.
Do you have questions, comments, suggestions for improvements? Is there something I can do better? Did I make a mistake? Please add an issue here, and prefix your issue title with Wiki. Thank you, your help will be very appreciated!