MapControl.IsLocationInView(Geopoint, Boolean) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 지리적 위치가 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를 포함합니다.