共用方式為


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

區段的索引。

傳回

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

屬性

適用於