当前位置:网站首页>ArcEngine (5) use the ICommand interface to achieve zoom in and zoom out
ArcEngine (5) use the ICommand interface to achieve zoom in and zoom out
2022-08-03 08:03:00 【Rice paddies outlook】
Zoom in
private void iCommand shrinkToolStripMenuItem_Click(object sender, EventArgs e){ICommand command = new ESRI.ArcGIS.Controls.ControlsMapZoomOutFixedCommandClass();command.OnCreate(MapControl.Object);command.OnClick();}
Zoom out
private void iCommand shrinkToolStripMenuItem_Click(object sender, EventArgs e){ICommand command = new ESRI.ArcGIS.Controls.ControlsMapZoomOutFixedCommandClass();command.OnCreate(MapControl.Object);command.OnClick();}
边栏推荐
猜你喜欢
随机推荐
consul理解
智能客服,还有多少AI泡沫?
ArcEngine (1) Loading vector data
pyspark df secondary sorting
Transformer、BERT、GPT 论文精读笔记
分治法求解中位数
计算机网络常见面试题总结
“碳中和”愿景下,什么样的数据中心才是我们需要的?
mysql系统变量与状态变量
ArcEngine(四)MapControl_OnMouseDown的使用
DeFi明斯基时刻:压力测试与启示
sqlite 日期字段加一天
9月考,如何选择靠谱正规的培训机构?
【图像去噪】基于matlab稀疏表示KSVD图像去噪【含Matlab源码 2016期】
xshell开启ssh端口转发,通过公网机器访问内网机器
REST学习
@Async注解的坑,小心
【云原生--Kubernetes】Pod重启策略
tmp
Evaluate: A detailed introduction to the introduction of huggingface evaluation indicator module