Share via


MKPolyline.Intersects(MKMapRect) Method

Definition

[Foundation.Export("intersectsMapRect:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool Intersects(MapKit.MKMapRect rect);
[<Foundation.Export("intersectsMapRect:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Intersects : MapKit.MKMapRect -> bool
override this.Intersects : MapKit.MKMapRect -> bool

Parameters

rect
MKMapRect

The area being checked for intersection with this MKOverlay.

Returns

Implements

Attributes

Applies to