.netCHARTING v10.5 Documentation


Pixel position to convert.
GetLatLongCoordinates(Point) 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 Point _
) As PointF
'Usage
 
Dim instance As Mapping
Dim pixelCoordinate As Point
Dim value As PointF
 
value = instance.GetLatLongCoordinates(pixelCoordinate)
public PointF GetLatLongCoordinates( 
   Point pixelCoordinate
)

Parameters

pixelCoordinate
Pixel position to convert.
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