次の方法で共有


MapContextRequestedEventArgs.Position プロパティ

定義

右クリックなどのコンテキスト入力ジェスチャのマップ上のポイントを定義する x 座標と y 座標値を取得します。

public:
 property Point Position { Point get(); };
Point Position();
public Point Position { get; }
var point = mapContextRequestedEventArgs.position;
Public ReadOnly Property Position As Point

プロパティ値

右クリックなどのコンテキスト入力ジェスチャのマップ上のポイントを定義する x 座標と y 座標値。

注釈

コンテキスト入力ジェスチャのマップ上の位置情報ポイントを取得するには、 Location プロパティを使用します。

適用対象