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