次の方法で共有


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 四角形。

属性

適用対象