次の方法で共有


MapElementsLayerClickEventArgs.Position プロパティ

定義

ユーザー入力を受信した MapElementsLayer 上の 物理的な位置を取得します。

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

プロパティ値

MapElementsLayer で、X 座標と Y 座標の観点からユーザー入力を受け取った物理的な位置。

適用対象