Table of Contents

Method Contains

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

Contains(GridPoint3)

Determines whether this bounds contains the specified point.

public override bool Contains(GridPoint3 point)

Parameters

point GridPoint3

The point to check.

Returns

bool

true if this shape contains the specified point; otherwise, false.