dotnetCHARTING Send comments on this topic.
GetLatLongCoordinates(String) Method
See Also 
dotnetCHARTING.Mapping Namespace > Mapping Class > GetLatLongCoordinates Method : GetLatLongCoordinates(String) Method


pixelCoordinate
Pixel coordinates in the form of: "x,y".
Computes the Latitude, Longitude coordinates based on the specified pixel coordinates of the chart image.

Syntax

Visual Basic (Declaration) 
Public Overloads Function GetLatLongCoordinates( _
   ByVal pixelCoordinate As String _
) As PointF
Visual Basic (Usage)Copy Code
Dim instance As Mapping
Dim pixelCoordinate As String
Dim value As PointF
 
value = instance.GetLatLongCoordinates(pixelCoordinate)
C# 
public PointF GetLatLongCoordinates( 
   string pixelCoordinate
)

Parameters

pixelCoordinate
Pixel coordinates in the form of: "x,y".

See Also

© 2008 All Rights Reserved.