ComponentOne Maps for WPF and Silverlight
Project Method (IMapProjection)

C1.WPF.Maps Namespace > IMapProjection Interface : Project Method
The geographic coordinate to project.
Projects a geographic coordinate to logical coordinate.
Syntax
'Declaration
 
Function Project( _
   ByVal longLat As System.Windows.Point _
) As System.Windows.Point
System.Windows.Point Project( 
   System.Windows.Point longLat
)

Parameters

longLat
The geographic coordinate to project.

Return Value

The logical coordinate corresponding to the geographic coordinate.
See Also

Reference

IMapProjection Interface
IMapProjection Members