UITableView.RectForHeaderInSection(nint) Method

Definition

Returns the drawing area for the specified section's header.

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

Parameters

section
System.System.IntPtr System.nativeint

The index of a section.

Returns

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

Attributes

Applies to