Click or drag to resize

WindowedMapTPointStretch Method

Stretches a grid over the given rectangle.

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
[VersionAttribute(1, 8, 0)]
public IMap<TPoint> Stretch(
	IGridSpace<TPoint> grid
)

Parameters

grid
Type: Gamelogic.GridsIGridSpaceTPoint

Return Value

Type: IMapTPoint
See Also