CALayer.InsertSublayerBelow(CALayer, CALayer) Method

Definition

Inserts the specified layer into the Sublayers array immediately prior to 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

Parameters

layer
CALayer

The layer being inserted.

sibling
CALayer

The existing sublayer, which will subsequently appear in front of layer.

Attributes

Applies to