修改PageLayout NorthArrow 备注
摘要:修改PageLayout中的元素(NorthArrow)获取得到 MapSurroundFrame后,不能直接修改MapSurround属性,否则在删除元素时会出错.首先要将styleGalleryItem.Item 转换为 IMarkerNorthArrow 然后修改 MarkerSymbol 属性 public override void OnClick() { // TODO: Add El...
阅读全文
posted @
2008-02-19 21:47
xc#
阅读(970)
推荐(0)
C#全局鼠标键盘Hook (备查)
摘要:using System;using System.Collections.Generic;using System.Reflection;using System.Runtime.InteropServices;using System.Text;using System.Windows.Forms;namespace DCIEngine.FrameWork.Snap{ /// <summ...
阅读全文
posted @
2008-02-17 17:07
xc#
阅读(5282)
推荐(1)