摘要:
public System.Double ConvertPixelsToMapUnits(ESRI.ArcGIS.Carto.IActiveView activeView, System.Int32 pixelUnits){ if(activeView == null) { return -1; } //Get the ScreenDisplay ESRI.ArcGIS.Display.IScreenDisplay screenDisplay = activeView.ScreenDisplay; //Get the DisplayTransformation ESRI.ArcGIS.Disp 阅读全文