Compartir a través de


UITableView.RectForRowAtIndexPath(NSIndexPath) Método

Definición

Devuelve el área de dibujo de la fila especificada.

[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

Parámetros

indexPath
NSIndexPath

Ruta de acceso de índice a una fila específica en la vista de tabla.

Devoluciones

Rectángulo que define dónde se dibuja la fila mediante la vista de tabla o Empty si no indexPath es válido.

Atributos

Se aplica a