Share via


UITableView.RectForRowAtIndexPath(NSIndexPath) Method

Definition

[Foundation.Export("rectForRowAtIndexPath:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreGraphics.CGRect RectForRowAtIndexPath(Foundation.NSIndexPath indexPath);
[<Foundation.Export("rectForRowAtIndexPath:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RectForRowAtIndexPath : Foundation.NSIndexPath -> CoreGraphics.CGRect
override this.RectForRowAtIndexPath : Foundation.NSIndexPath -> CoreGraphics.CGRect

Parameters

indexPath
NSIndexPath

Returns

Attributes

Applies to