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 坐标)。

适用于