MapControl.GetOffsetFromLocation(Geopoint, Point) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将地理位置转换为地图上的点。
public:
virtual void GetOffsetFromLocation(Geopoint ^ location, [Out] Point & offset) = GetOffsetFromLocation;
void GetOffsetFromLocation(Geopoint const& location, [Out] Point & offset);
public void GetOffsetFromLocation(Geopoint location, out Point offset);
Public Sub GetOffsetFromLocation (location As Geopoint, ByRef offset As Point)
参数
- location
- Geopoint
要转换为地图上的点的地理位置。
- offset
- Point
此方法返回时,将包含地图上的相应点。
注解
仅当地理位置出现在地图控件视图中时,此方法才返回有效点。
比较 GetLocationFromOffset 方法。