Share via


UITableView.RectForFooterInSection(IntPtr) Method

Definition

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

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

Parameters

section
IntPtr

nativeint

The index of a section.

Returns

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

Attributes

Applies to