Click or drag to resize

IImplicitShapeTPointContains Method

Determines whether this implicit shape contains the specified point.

Namespace:  Gamelogic.Grids2
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
bool Contains(
	TPoint point
)

Parameters

point
Type: TPoint
The point.

Return Value

Type: Boolean
true if this shape contains the specified point; otherwise, false.
See Also