当前位置:网站首页>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();}边栏推荐
猜你喜欢
随机推荐
ArcEngine (six) use the tool tool to realize the zoom in, zoom out and translation of the pull box
《剑指Offer》刷题之打印从1到最大的n位数
进程的创建
第十二天&接口和协议
pyspark @udf loop using variable problem
如何像用自来水一样使用数据库?|腾讯云数据库TDSQL-C
22-08-02 西安 尚医通(02)Vscode、ES6、nodejs、npm、Bable转码器
解决GANs训练中模式崩塌/训练崩溃的十五个方法
- display image API OpenCV 】 【 imshow () to a depth (data type) at different image processing methods
consul理解
前缀和(区间和,子矩阵的和)
如何让背景色在任何设备宽高都能填充整个屏幕
sqlserver2019安装失败
【图像去噪】基于matlab稀疏表示KSVD图像去噪【含Matlab源码 2016期】
23届微软秋招内推
Logic Pro X自带音色库列表
Taro框架-微信小程序-调用微信支付
Neo4j 4.X:导入OWL文件
pgaudit 的安装使用《postgresql》
《21天精通TypeScript-5》类型注解与原始类型









