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