GetLatLongCoordinates(String) Method
Computes the Latitude, Longitude coordinates based on the specified pixel coordinates of the chart image.
Syntax
'Declaration Public Overloads Function GetLatLongCoordinates( _ ByVal pixelCoordinate As String _ ) As PointF
'Usage Dim instance As Mapping Dim pixelCoordinate As String Dim value As PointF value = instance.GetLatLongCoordinates(pixelCoordinate)
public PointF GetLatLongCoordinates( string pixelCoordinate )
Parameters
- pixelCoordinate
- Pixel coordinates in the form of: "x,y".
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also