Class TupleExtensions
Inherited Members
Namespace: Mapsui.Nts.Extensions
Assembly: Mapsui.Nts.dll
Syntax
public static class TupleExtensions
Methods
| Edit this page View SourceToCoordinate((double x, double y))
Declaration
public static Coordinate ToCoordinate(this (double x, double y) coordinate)
Parameters
| Type | Name | Description |
|---|---|---|
| (double x, double y) | coordinate |
Returns
| Type | Description |
|---|---|
| Coordinate |