次の方法で共有


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交差部分に対してクエリを実行する 。

戻り値

true指定した rect が の ' BoundingMapRectと交差する場合は をMKPolygon返します。

属性

注釈

アプリケーション開発者は、より正確なジオメトリベースの計算が必要な場合に、このメソッドをオーバーライドする必要があります。

これは、バックグラウンド スレッドから使用できます。

適用対象