CALayer.InsertSublayer(CALayer, Int32) 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 at the specified index.
[Foundation.Export("insertSublayer:atIndex:")]
public virtual void InsertSublayer (CoreAnimation.CALayer layer, int index);
abstract member InsertSublayer : CoreAnimation.CALayer * int -> unit
override this.InsertSublayer : CoreAnimation.CALayer * int -> unit
Parameters
- layer
- CALayer
The layer being inserted.
- index
- Int32
The index at which to insert the layer
.
- Attributes