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


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

Parameters

pixelCoordinate
Pixel position to convert.

See Also

© 2010 All Rights Reserved.