Partager via


UITableView.RectForRowAtIndexPath(NSIndexPath) Méthode

Définition

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

S’applique à