Click or drag to resize

NestedRectGridTCellGetBigPoint Method

Gets the big point that corresponds to the given normal point.

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public RectPoint GetBigPoint(
	RectPoint point
)

Parameters

point
Type: Gamelogic.GridsRectPoint

Return Value

Type: RectPoint
See Also