UITableView.RectForSection(nint) Method

Definition

Returns the drawing area for the specified section.

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

Parameters

section
System.System.IntPtr System.nativeint

The index of a section.

Returns

A rectangle defining where the section is drawn by the table view.

Attributes

Applies to