CALayer.InsertSublayerBelow(CALayer, CALayer) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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