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
參數
傳回
true
如果指定的 rect 與 's BoundingMapRect ' 交集 MKPolygon ,則傳回 。
- 屬性
備註
如果應用程式開發人員需要更精確的幾何型計算,則必須覆寫此方法。
這可從背景執行緒使用。