UITableView.RectForSection(nint) メソッド

定義

指定したセクションの描画領域を返します。

[Foundation.Export("rectForSection:")]
public virtual CoreGraphics.CGRect RectForSection (nint section);
abstract member RectForSection : nint -> CoreGraphics.CGRect
override this.RectForSection : nint -> CoreGraphics.CGRect

パラメーター

section
System.System.IntPtr System.nativeint

セクションのインデックス。

戻り値

テーブル ビューによってセクションが描画される場所を定義する四角形。

属性

適用対象