次の方法で共有


MapElementsLayerContextRequestedEventArgs.Position プロパティ

定義

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

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

プロパティ値

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

注釈

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

適用対象