Click or drag to resize

AbstractMapTPointTranslate Method (Single, Single)

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public IMap<TPoint> Translate(
	float offsetX,
	float offsetY
)

Parameters

offsetX
Type: SystemSingle
offsetY
Type: SystemSingle

Return Value

Type: IMapTPoint

Implements

IMapTPointTranslate(Single, Single)
See Also