Click or drag to resize

WindowedMapObsoleteExtensionsAlignMiddelTPoint Method

Note: This API is now obsolete.

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
[ObsoleteAttribute("Use AlignMiddle instead. Will be removed in a future version.")]
public static IMap<TPoint> AlignMiddel<TPoint>(
	this WindowedMap<TPoint> map,
	IGridSpace<TPoint> grid
)
where TPoint : Object, IGridPoint<TPoint>

Parameters

map
Type: Gamelogic.GridsWindowedMapTPoint
grid
Type: Gamelogic.GridsIGridSpaceTPoint

Type Parameters

TPoint

Return Value

Type: IMapTPoint

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type WindowedMapTPoint. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also