Wiki

Clone wiki

RogueSharp / RogueSharp / Rectangle / Contains

RectangleContains Method (Point)

Determines whether this Rectangle contains a specified Point

Namespace: RogueSharp
Assembly:

Syntax

public bool Contains(
    Point value
)

Parameters

value

Type: RogueSharpPoint
The Point to evaluate

Return Value

Type: Boolean
True if the specified Point is contained within this Rectangle; False otherwise

See Also

Reference

Rectangle Class
RogueSharp Namespace

[4]: 2014-2016 Faron Bracy

Updated