ArcEngine中的地图缩放相关的常用操作以及固定比例放大缩小

资料1: 这两个功能,和全图一样简单,也是继承CommandBase基类   public override void OnClick()   {       //Get IEnvelope interface       IEnvelope pEnvelope = (IEnvelope)m_pActiveView.FullExtent;       //Expand envelope and r
相关文章
相关标签/搜索