当前位置:网站首页>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();}
边栏推荐
猜你喜欢
【Kaggle实战】泰坦尼克号生存人数预测(从零到提交到Kaggle再到模型的保存与恢复)
Shell运维开发基础(一)
【云原生--Kubernetes】kubectl命令详解
Postman will return to results generated CSV file to the local interface
23届微软秋招内推
最佳高质量字体
pyspark df secondary sorting
面试介绍项目经验(转)
22-08-02 西安 尚医通(02)Vscode、ES6、nodejs、npm、Bable转码器
Daily practice of PMP | Do not get lost in the exam-8.2 (including agility + multiple choice)
随机推荐
解决GANs训练中模式崩塌/训练崩溃的十五个方法
Taro框架-微信小程序-内嵌h5页面
Evaluate:huggingface评价指标模块入门详细介绍
【云原生--Kubernetes】Pod容器与镜像拉取策略
netstat 及 ifconfig 是如何工作的。
Golang协程goroutine的调度与状态变迁分析
HCIP笔记整理 2022/7/20
2022年 SQL 优化大全总结详解
学习笔记:机器学习之逻辑回归
解决移动端有纵向滚动条但是不能滚动的问题
跨域嵌套传递信息(iframe)
STL - string
Logic Pro X built-in sound library list
五、《图解HTTP》报文首部和HTTP缓存
智能客服,还有多少AI泡沫?
2022下半年软考「高项&集成」复习计划ta来喽~
面试介绍项目经验(转)
Pop Harmony Basics Big Notes
循环神经网络RNN基础《PyTorch深度学习实践》
依赖注入(DI),自动配置,集合注入