UITableView.RectForRowAtIndexPath(NSIndexPath) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回指定行的绘图区。
[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
无效。
- 属性