11 2011 档案

BingMapsSDK
摘要:http://msdn.microsoft.com/en-us/library/dd877180.aspx 阅读全文

posted @ 2011-11-24 08:59 Y# 阅读(108) 评论(0) 推荐(0)

鼠标 控件 位置 关系
摘要://To get a point relative to a UI element: private Point GetPointRelativeToElement(UIElement element, Point point) { return element.TranslatePoint(point, element); }//To get the absolute screen position of a UI element, private Point GetAbsolutePositionOfElement(UIElement element) { return e... 阅读全文

posted @ 2011-11-11 19:34 Y# 阅读(179) 评论(0) 推荐(0)

导航