UITableView.RectForSection(nint) 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.
Retourne la zone de dessin de la section spécifiée.
[Foundation.Export("rectForSection:")]
public virtual CoreGraphics.CGRect RectForSection (nint section);
abstract member RectForSection : nint -> CoreGraphics.CGRect
override this.RectForSection : nint -> CoreGraphics.CGRect
Paramètres
- section
- System.System.IntPtr System.nativeint
Index d’une section.
Retours
Rectangle définissant l’emplacement où la section est dessinée par la vue table.
- Attributs