次の方法で共有


MapElementsLayerPointerEnteredEventArgs.Position プロパティ

定義

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

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

プロパティ値

ユーザー入力を受信した MapElementsLayer 上の物理的な位置 (X 座標と Y 座標)。

適用対象