MKPolyline.Intersects(MKMapRect) Method

Definition

[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

rect
MKMapRect

Returns

Attributes

Remarks

(More documentation for this node is coming)

This can be used from a background thread.

Applies to