 | WindowedMapObsoleteExtensionsAlignMiddelCenterTPoint Method |
Note: This API is now obsolete.
Namespace:
Gamelogic.Grids
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax[ObsoleteAttribute("Use AlignMiddleCenter instead. Will be removed in a future version.")]
public static IMap<TPoint> AlignMiddelCenter<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:
IMapTPointUsage 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