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