Edit

Share via


CALayer.ReplaceSublayer(CALayer, CALayer) Method

Definition

[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

Parameters

layer
CALayer
with
CALayer
Attributes

Applies to