Wiki

Clone wiki

RogueSharp / RogueSharp / Rectangle / Intersects

RectangleIntersects Method (Rectangle)

Determines whether this Rectangle intersects with the specified Rectangle

Namespace: RogueSharp
Assembly:

Syntax

public bool Intersects(
    Rectangle value
)

Parameters

value

Type: RogueSharpRectangle
The Rectangle to evaluate

Return Value

Type: Boolean
True if the specified Rectangle intersects with this one; False otherwise

See Also

Reference

Rectangle Class
RogueSharp Namespace

[3]: 2014-2016 Faron Bracy

Updated