摘要:
IGraphicsContainer container = axPageLayoutControl1.PageLayout as IGraphicsContainer; IMap map = axPageLayoutControl1.ActiveView.FocusMap; container.Reset(); IElement element = container.Next(); while (element != null) { if (element is IMapSurroundFrame) { IMapSurroundFrame mapSurroundFrame = eleme. 阅读全文
posted @ 2013-03-07 14:53
忆如梨花
阅读(610)
评论(0)
推荐(0)
浙公网安备 33010602011771号