Click or drag to resize

IMapObsoleteExtensionsAnchorCellMiddelRightTPoint 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 AnchorCellMiddleRight instead. Will be removed in next version.")]
public static IMap<TPoint> AnchorCellMiddelRight<TPoint>(
	this IMap<TPoint> map
)
where TPoint : Object, IGridPoint<TPoint>

Parameters

map
Type: Gamelogic.GridsIMapTPoint

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 IMapTPoint. 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