Table of Contents

Method Contains

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

Contains(Vector2)

Determines whether this PointShape2 contains the specified point.

bool Contains(Vector2 point)

Parameters

point Vector2

The point.

Returns

bool

true if PointShape2 contains the specified point; otherwise, false.