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

속성 값

X 및 Y 좌표 측면에서 사용자 입력을 받은 MapElementsLayer 의 물리적 위치입니다.

적용 대상