CALayer.InsertSublayerAbove(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 after sibling
.
[Foundation.Export("insertSublayer:above:")]
public virtual void InsertSublayerAbove (CoreAnimation.CALayer layer, CoreAnimation.CALayer sibling);
abstract member InsertSublayerAbove : CoreAnimation.CALayer * CoreAnimation.CALayer -> unit
override this.InsertSublayerAbove : CoreAnimation.CALayer * CoreAnimation.CALayer -> unit
Parameters
- layer
- CALayer
The layer being inserted.
- sibling
- CALayer
The existing sublayer, which will subsequently appear behind layer
.
- Attributes