Condividi tramite


CALayer.InsertSublayerBelow(CALayer, CALayer) Metodo

Definizione

Inserisce il livello specificato nella Sublayers matrice immediatamente prima di sibling.

[Foundation.Export("insertSublayer:below:")]
public virtual void InsertSublayerBelow (CoreAnimation.CALayer layer, CoreAnimation.CALayer sibling);
abstract member InsertSublayerBelow : CoreAnimation.CALayer * CoreAnimation.CALayer -> unit
override this.InsertSublayerBelow : CoreAnimation.CALayer * CoreAnimation.CALayer -> unit

Parametri

layer
CALayer

Livello inserito.

sibling
CALayer

Il sottostrato esistente, che verrà successivamente visualizzato davanti a layer.

Attributi

Si applica a