UITableView.RectForRowAtIndexPath(NSIndexPath) 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 ligne spécifiée.
[Foundation.Export("rectForRowAtIndexPath:")]
public virtual CoreGraphics.CGRect RectForRowAtIndexPath (Foundation.NSIndexPath indexPath);
abstract member RectForRowAtIndexPath : Foundation.NSIndexPath -> CoreGraphics.CGRect
override this.RectForRowAtIndexPath : Foundation.NSIndexPath -> CoreGraphics.CGRect
Paramètres
- indexPath
- NSIndexPath
Chemin d’index d’une ligne spécifique dans la vue table.
Retours
Rectangle définissant l’emplacement où la ligne est dessinée par la vue de table, ou Empty si le indexPath
n’est pas valide.
- Attributs