Click or drag to resize

IPointWrapperTPointWrap Method

Returns a new point, that corresponds to the wrapped version of the give point.

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
TPoint Wrap(
	TPoint point
)

Parameters

point
Type: TPoint

Return Value

Type: TPoint
See Also