Condividi tramite


UITableView.RectForRowAtIndexPath(NSIndexPath) Metodo

Definizione

Restituisce l'area di disegno per la riga specificata.

[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

Parametri

indexPath
NSIndexPath

Percorso di indice di una riga specifica nella visualizzazione tabella.

Restituisce

Rettangolo che definisce la posizione in cui la riga viene disegnata dalla vista tabella o Empty se indexPath non è valida.

Attributi

Si applica a