Class IMapObsoleteExtensions
This class provides extensions that implement obsolete methods.
These methods will be removed in a future version of this library.
[Version(1, 3, 0)]
public static class IMapObsoleteExtensions
- Inheritance
-
IMapObsoleteExtensions
- Inherited Members
Methods
AnchorCellMiddelCenter<TPoint>(IMap<TPoint>)
[Obsolete("Use AnchorCellMiddleCenter instead. Will be removed in next version.")]
public static IMap<TPoint> AnchorCellMiddelCenter<TPoint>(this IMap<TPoint> map) where TPoint : IGridPoint<TPoint>
Parameters
map
IMap<TPoint>
Returns
- IMap<TPoint>
Type Parameters
TPoint
AnchorCellMiddelLeft<TPoint>(IMap<TPoint>)
[Obsolete("Use AnchorCellMiddleLeft instead. Will be removed in next version.")]
public static IMap<TPoint> AnchorCellMiddelLeft<TPoint>(this IMap<TPoint> map) where TPoint : IGridPoint<TPoint>
Parameters
map
IMap<TPoint>
Returns
- IMap<TPoint>
Type Parameters
TPoint
AnchorCellMiddelRight<TPoint>(IMap<TPoint>)
[Obsolete("Use AnchorCellMiddleRight instead. Will be removed in next version.")]
public static IMap<TPoint> AnchorCellMiddelRight<TPoint>(this IMap<TPoint> map) where TPoint : IGridPoint<TPoint>
Parameters
map
IMap<TPoint>
Returns
- IMap<TPoint>
Type Parameters
TPoint