当前位置:网站首页>ArcEngine(五)用ICommand接口实现放大缩小
ArcEngine(五)用ICommand接口实现放大缩小
2022-08-03 07:28:00 【稻田里展望者】
放大
private void iCommand缩小ToolStripMenuItem_Click(object sender, EventArgs e)
{
ICommand command = new ESRI.ArcGIS.Controls.ControlsMapZoomOutFixedCommandClass();
command.OnCreate(MapControl.Object);
command.OnClick();
}
缩小
private void iCommand缩小ToolStripMenuItem_Click(object sender, EventArgs e)
{
ICommand command = new ESRI.ArcGIS.Controls.ControlsMapZoomOutFixedCommandClass();
command.OnCreate(MapControl.Object);
command.OnClick();
}
边栏推荐
猜你喜欢
随机推荐
【云原生--Kubernetes】kubectl命令详解
volta管理node版本
001-进程与线程
亿流量大考(1):日增上亿数据,把MySQL直接搞宕机了...
Karatsuba大数乘法的Verilog实现
【着色器实现HandDrawn简笔画抖动效果_Shader效果第十二篇】
The use of the database table structure document generation tool screw
Golang协程goroutine的调度与状态变迁分析
五、《图解HTTP》报文首部和HTTP缓存
23届微软秋招内推
Detailed explanation of cause and effect diagram of test case design method
jolt语法
帆软11版本参数联动为null查询全部
[ 漏洞复现篇 ] yapi 代码执行 getshell 漏洞复现详解
DSP-ADAU1452输出通道配置
consul理解
requests库
华为设备配置BFD状态与接口状态联动
DeFi明斯基时刻:压力测试与启示
idea远程debug