Click or drag to resize

IMapTPointScale Method (Single)

Returns an IMap where grid cells are scaled by factor.

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
IMap<TPoint> Scale(
	float factor
)

Parameters

factor
Type: SystemSingle

Return Value

Type: IMapTPoint
See Also