IPoint point = new PointClass();   
point.PutCoords(x,y);
IEnvelope pEnvelope= this.m_hookHelper.ActiveView.Extent;
pEnvelope.CenterAt(point);
this.m_hookHelper.ActiveView.Extent = pEnvelope.Envelope;
this.m_hookHelper.ActiveView.ScreenDisplay.UpdateWindow();
this.m_hookHelper.ActiveView.Refresh();

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-26
  • 2022-12-23
  • 2021-11-28
  • 2021-12-06
猜你喜欢
  • 2021-11-04
  • 2021-06-21
  • 2021-09-15
  • 2021-10-11
  • 2022-12-23
相关资源
相似解决方案