I have a custom ArcGIS Mobile application that I am porting from 9.3.1 to 10. It uses the ESRI.ArcGIS.Mobile.Display.DrawText method, and under 10 this method is marked as obsolete - producing the following warning:
'ESRI.ArcGIS.Mobile.Display.DrawText(string, System.Drawing.Font, System.Drawing.SolidBrush, ESRI.ArcGIS.Mobile.Geometries.Coordinate, ESRI.ArcGIS.Mobile.TextAlignment)' is obsolete
But there is no documentation or information on what we should use in its place.
Anyone have any ideas?