UITableView.RectForFooterInSection(nint) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回指定區段頁尾的繪圖區域。
[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
區段的索引。
傳回
矩形,定義資料表檢視繪製區段頁尾的位置。
- 屬性