다음을 통해 공유


MapControl.IsLocationInView(Geopoint, Boolean) 메서드

정의

지정된 지리적 위치가 MapControl에 현재 표시되는 지도의 부분에 있는지 여부를 확인합니다.

public:
 virtual void IsLocationInView(Geopoint ^ location, [Out] bool & isInView) = IsLocationInView;
void IsLocationInView(Geopoint const& location, [Out] bool & isInView);
public void IsLocationInView(Geopoint location, out bool isInView);
Public Sub IsLocationInView (location As Geopoint, ByRef isInView As Boolean)

매개 변수

location
Geopoint

지리적 위치입니다.

isInView
Boolean

bool

이 메서드가 반환될 때 지정된 지리적 위치가 MapControl에 현재 표시되는 맵의 부분에 있으면 true를 포함합니다. 그렇지 않으면 가 false를 포함합니다.

적용 대상

추가 정보