CALayer.ReplaceSublayer(CALayer, CALayer) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
[Foundation.Export("replaceSublayer:with:")]
public virtual void ReplaceSublayer (CoreAnimation.CALayer layer, CoreAnimation.CALayer with);
abstract member ReplaceSublayer : CoreAnimation.CALayer * CoreAnimation.CALayer -> unit
override this.ReplaceSublayer : CoreAnimation.CALayer * CoreAnimation.CALayer -> unit
Parâmetros
- layer
- CALayer
- with
- CALayer
- Atributos