Share via


UITableView.RectForHeaderInSection(IntPtr) Method

Definition

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

[Foundation.Export("rectForHeaderInSection:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreGraphics.CGRect RectForHeaderInSection(IntPtr section);
[<Foundation.Export("rectForHeaderInSection:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RectForHeaderInSection : nativeint -> CoreGraphics.CGRect
override this.RectForHeaderInSection : nativeint -> CoreGraphics.CGRect

Parameters

section
IntPtr

nativeint

The index of a section.

Returns

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

Attributes

Applies to