Share via


MKMapView.ExchangeOverlay(IMKOverlay, IMKOverlay) Método

Definição

Troca a posição do índice de duas sobreposições, alterando sua ordem z.

[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

Parâmetros

overlay1
IMKOverlay

A primeira sobreposição.

overlay2
IMKOverlay

A segunda sobreposição.

Atributos

Aplica-se a