MKPolygon.Intersects(MKMapRect) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Calculates if the specified rect
intersects this polygon.
[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
Parameters
Returns
Returns true
if the specified rect intersects the MKPolygon's BoundingMapRect'.
- Attributes
Remarks
Application developers must override this method if they require a more accurate, geometry-based calculation.
This can be used from a background thread.