Compartilhar via


UITableView.RectForRowAtIndexPath(NSIndexPath) Método

Definição

Retorna a área de desenho da linha 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

Um caminho de índice para uma linha específica na exibição de tabela.

Retornos

Um retângulo que define onde a linha é desenhada pelo modo de exibição de tabela ou Empty se o indexPath não é válido.

Atributos

Aplica-se a