Wiki

Clone wiki

RogueSharp / RogueSharp / Rectangle / Contains_1

RectangleContains Method (Rectangle)

Determines whether this Rectangle entirely contains the specified Rectangle

Namespace: RogueSharp
Assembly:

Syntax

public bool Contains(
    Rectangle value
)

Parameters

value

Type: RogueSharpRectangle
The Rectangle to evaluate

Return Value

Type: Boolean
True if this Rectangle entirely contains the specified Rectangle; False otherwise

See Also

Reference

Rectangle Class
RogueSharp Namespace

[3]: 2014-2016 Faron Bracy

Updated