CALayer.InsertSublayerBelow(CALayer, CALayer) Método

Definição

Insere a camada especificada na Sublayers matriz imediatamente antes de 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

Parâmetros

layer
CALayer

A camada que está sendo inserida.

sibling
CALayer

A subcaminha existente, que aparecerá posteriormente na frente de layer.

Atributos

Aplica-se a