Share via


UITableView.RectForSection(IntPtr) Method

Definition

Returns the drawing area for the specified section.

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

Parameters

section
IntPtr

nativeint

The index of a section.

Returns

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

Attributes

Applies to