MapControl.GetOffsetFromLocation(Geopoint, Point) 方法

定义

将地理位置转换为地图上的点。

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 方法。

适用于

另请参阅