public Coordinate2D operator explicit( MapPoint point )
Public Operator Narrowing CType( _ ByVal point As MapPoint _ ) As Coordinate2D
Parameters
- point
- MapPoint instance whose X and Y values will be used as the X and Y value of the Coordinate2D respectively.
Return Value
A Coordinate2D.