UITableView.RectForRowAtIndexPath(NSIndexPath) 方法

定义

返回指定行的绘图区。

[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

参数

indexPath
NSIndexPath

表视图中特定行的索引路径。

返回

一个矩形,用于定义表视图绘制行的位置,或者 Empty 如果 indexPath 无效。

属性

适用于