共用方式為


UITableView.RectForFooterInSection(nint) 方法

定義

傳回指定區段頁尾的繪圖區域。

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

參數

section
System.System.IntPtr System.nativeint

區段的索引。

傳回

矩形,定義資料表檢視繪製區段頁尾的位置。

屬性

適用於