Share via


CALayer.InsertSublayerBelow(CALayer, CALayer) Method

Definition

Inserts the specified layer into the Sublayers array immediately prior to sibling.

[Foundation.Export("insertSublayer:below:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void InsertSublayerBelow(CoreAnimation.CALayer layer, CoreAnimation.CALayer? sibling);
[<Foundation.Export("insertSublayer:below:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
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