 | IMapObsoleteExtensionsAnchorCellMiddelLeftTPoint 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 AnchorCellMiddleLeft instead. Will be removed in next version.")]
public static IMap<TPoint> AnchorCellMiddelLeft<TPoint>(
this IMap<TPoint> map
)
where TPoint : Object, IGridPoint<TPoint>
Parameters
- map
- Type: Gamelogic.GridsIMapTPoint
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
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