MKPolygon.Intersects(MKMapRect) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 rect
가 이 다각형과 교차하는지를 계산합니다.
[Foundation.Export("intersectsMapRect:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public virtual bool Intersects (MapKit.MKMapRect rect);
abstract member Intersects : MapKit.MKMapRect -> bool
override this.Intersects : MapKit.MKMapRect -> bool
매개 변수
반환
지정된 사각형이 의 'BoundingMapRect에 교차하는 경우 를 MKPolygon반환 true
합니다.
- 특성
설명
애플리케이션 개발자는 보다 정확한 기하 도형 기반 계산이 필요한 경우 이 메서드를 재정의해야 합니다.
백그라운드 스레드에서 사용할 수 있습니다.