Wiki

Clone wiki

RogueSharp / RogueSharp / Rectangle / Intersects_1

RectangleIntersects Method (Rectangle, Boolean)

Determines whether this Rectangle intersects with the specified Rectangle

Namespace: RogueSharp
Assembly:

Syntax

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

Parameters

value

Type: RogueSharpRectangle
The Rectangle to evaluate

result

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

See Also

Reference

Rectangle Class
RogueSharp Namespace

[3]: 2014-2016 Faron Bracy

Updated