当前位置:网站首页>ArcEngine (six) use the tool tool to realize the zoom in, zoom out and translation of the pull box
ArcEngine (six) use the tool tool to realize the zoom in, zoom out and translation of the pull box
2022-08-03 08:01:00 【Prospector in the rice field】
平移
private void tool平移ToolStripMenuItem_Click(object sender, EventArgs e)
{
ESRI.ArcGIS.Controls.ControlsMapPanToolClass tool = new ControlsMapPanToolClass();
tool.OnCreate(MapControl.Object);
MapControl.CurrentTool = tool;
}
拉框放大
private void tool拉框放大ToolStripMenuItem_Click(object sender, EventArgs e)
{
ESRI.ArcGIS.Controls.ControlsMapZoomInToolClass tool = new ControlsMapZoomInToolClass();
tool.OnCreate(MapControl.Object);
MapControl.CurrentTool = tool;
}
拉框缩小
private void tool拉框缩小ToolStripMenuItem_Click(object sender, EventArgs e)
{
ESRI.ArcGIS.Controls.ControlsMapZoomOutToolClass tool = new ControlsMapZoomOutToolClass();
tool.OnCreate(MapControl.Object);
MapControl.CurrentTool = tool;
}
边栏推荐
猜你喜欢
学习Glide 常用场景的写法 +
Postman will return to results generated CSV file to the local interface
【云原生--Kubernetes】Pod重启策略
How to choose a reliable and formal training institution for the exam in September?
Windows安装MySQL(MIS)
vs 2022无法安装 vc_runtimeMinmum_x86错误
DeFi明斯基时刻:压力测试与启示
循环神经网络RNN基础《PyTorch深度学习实践》
熊市中预言机,牛市中的战斗机,藏宝计划起飞,坐稳扶好!
- display image API OpenCV 】 【 imshow () to a depth (data type) at different image processing methods
随机推荐
推荐系统-排序层-精排模型:LR、GBDT、Wide&Deep、DCN、DIN、DIEN、MMOE、PLE
Oracle Rac Cluster File Directory Migration
wordpress: 裁剪您的图片时发生错误
mysql5.7服务器The innodb_system data file 'ibdata1' must be writable导致无法启动服务器
《21天精通TypeScript-5》类型注解与原始类型
- display image API OpenCV 】 【 imshow () to a depth (data type) at different image processing methods
Roson的Qt之旅#105 QML Image引用大尺寸图片
标准输入流
mysql系统变量与状态变量
Daily practice of PMP | Do not get lost in the exam-8.2 (including agility + multiple choice)
DSP-ADAU1452输出通道配置
推荐系统-排序层-模型:Wide&Deep
mysql服务器上的mysql这个实例中表的介绍
用云机器/虚拟机架设方舟游戏?
Detailed explanation of cause and effect diagram of test case design method
Taro框架-微信小程序-内嵌h5页面
ViewModel 记录下 +
mysql存生僻字奇怪问题,mysql为什么不能辨别mb4字符?
[Hello World] 二分查找笔记
002-字段不为null