public Tuple<double,double> PixelToMap( int column, int row )
Public Function PixelToMap( _ ByVal column As Integer, _ ByVal row As Integer _ ) As Tuple(Of Double,Double)
Parameters
- column
- Pixel space coordinate column
- row
- Pixel space coordinate row
Return Value
A tuple containing two double precision values representing the map space coordinates x and y respectively.