Upravit

Sdílet prostřednictvím


MKMapRect.Contains Method

Definition

Overloads

Contains(MKMapPoint)

Whether the MKMapRect contains point.

Contains(MKMapRect)

Whether rect is entirely within the bounds of this MKMapRect.

Contains(MKMapPoint)

Whether the MKMapRect contains point.

public bool Contains (MapKit.MKMapPoint point);
member this.Contains : MapKit.MKMapPoint -> bool

Parameters

point
MKMapPoint

Returns

Applies to

Contains(MKMapRect)

Whether rect is entirely within the bounds of this MKMapRect.

public bool Contains (MapKit.MKMapRect rect);
member this.Contains : MapKit.MKMapRect -> bool

Parameters

rect
MKMapRect

Returns

Applies to