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