当前位置:网站首页>ArcEngine (3) zoom in and zoom out through the MapControl control to achieve full-image roaming
ArcEngine (3) zoom in and zoom out through the MapControl control to achieve full-image roaming
2022-08-03 08:05:00 【Prospector in the rice field】
放大
private void 放大ToolStripMenuItem_Click(object sender, EventArgs e)
{
IEnvelope envelope = new EnvelopeClass();
envelope = MapControl.Extent;//Set the current map extent
envelope.Expand(0.5, 0.5,true);//make the rectangle smaller
MapControl.Extent = envelope;//Set the rectangle to the reduced rectangle
MapControl.Refresh();//刷新地图
}
缩小
private void 缩小ToolStripMenuItem_Click(object sender, EventArgs e)
{
IEnvelope envelope = new EnvelopeClass();
envelope = MapControl.Extent;//Set the current map extent
envelope.Expand(2, 2, true);//Make the rectangle box bigger
MapControl.Extent = envelope;//Set the rectangle to the enlarged rectangle
MapControl.Refresh();//刷新地图
}
全图
private void 全图ToolStripMenuItem_Click(object sender, EventArgs e)
{
MapControl.Extent = MapControl.FullExtent;
}
漫游
private void 漫游ToolStripMenuItem_Click(object sender, EventArgs e)
{
MapControl.Pan();
}
边栏推荐
- Detailed explanation of cause and effect diagram of test case design method
- 【图像去雾】基于matlab暗通道和非均值滤波图像去雾【含Matlab源码 2011期】
- 进程的创建
- Mysql的in和exists用法区别
- Poke the myth of Web3?Poke the iron plate.
- mysqlbinlog: unknown variable 'default-character-set=utf8'
- 分治法求解中位数
- The use of the database table structure document generation tool screw
- ArcEngine(三)通过MapControl控件实现放大缩小全图漫游
- pgaudit 的安装使用《postgresql》
猜你喜欢
随机推荐
Fortify白盒神器20.1.1下载及安装(非百度网盘)
mysql 8.0.12 安装配置方法并--设置修改密码
推荐系统-排序层-特征工程:用户特征、物品特征
集群
001-进程与线程
Qt5开发从入门到精通——第二篇(控件篇)
剑指offer专项突击版第18天
pyspark---low frequency feature processing
JS作用对象API技巧
vim 折叠函数
五、《图解HTTP》报文首部和HTTP缓存
STL - string
rust 学习笔记
控制bean的加载
"Swordsman Offer" brush questions print from 1 to the largest n digits
【图像边缘检测】基于matlab灰度图像的积累加权边缘检测【含Matlab源码 2010期】
wordpress: 裁剪您的图片时发生错误
Taro框架-微信小程序-调用微信支付
netstat 及 ifconfig 是如何工作的。
Logic Pro X built-in sound library list