Partager via


MKMapView.ExchangeOverlay(IMKOverlay, IMKOverlay) Méthode

Définition

Permuter la position d’index de deux superpositions, en modifiant leur ordre de plan.

[Foundation.Export("exchangeOverlay:withOverlay:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void ExchangeOverlay (MapKit.IMKOverlay overlay1, MapKit.IMKOverlay overlay2);
abstract member ExchangeOverlay : MapKit.IMKOverlay * MapKit.IMKOverlay -> unit
override this.ExchangeOverlay : MapKit.IMKOverlay * MapKit.IMKOverlay -> unit

Paramètres

overlay1
IMKOverlay

Première superposition.

overlay2
IMKOverlay

Deuxième superposition.

Attributs

S’applique à