to project a point :
ESRI.ArcGISExplorer.Geometry.Point resultPoint = ESRI.ArcGISExplorer.Geometry.GeometryOperations.Project(originePoint, CoordinateSystem) as ESRI.ArcGISExplorer.Geometry.Point;
just need to find the cursor position on the map in real time.