CALayer.InsertSublayer(CALayer, Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Insère la couche spécifiée dans le Sublayers tableau à l’index spécifié.
[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
Paramètres
- layer
- CALayer
Couche en cours d’insertion.
- index
- Int32
Index au niveau duquel le layer
est inséré.
- Attributs