다음을 통해 공유


MKPolygon.Intersects(MKMapRect) 메서드

정의

지정된 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

매개 변수

rect
MKMapRect

MKMapRect 교차에 대해 쿼리되는 입니다.

반환

지정된 사각형이 의 'BoundingMapRect에 교차하는 경우 를 MKPolygon반환 true 합니다.

특성

설명

애플리케이션 개발자는 보다 정확한 기하 도형 기반 계산이 필요한 경우 이 메서드를 재정의해야 합니다.

백그라운드 스레드에서 사용할 수 있습니다.

적용 대상