UITableView.RectForHeaderInSection(IntPtr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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