UITableView.RectForRowAtIndexPath(NSIndexPath) 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 row.
[Foundation.Export("rectForRowAtIndexPath:")]
public virtual CoreGraphics.CGRect RectForRowAtIndexPath (Foundation.NSIndexPath indexPath);
abstract member RectForRowAtIndexPath : Foundation.NSIndexPath -> CoreGraphics.CGRect
override this.RectForRowAtIndexPath : Foundation.NSIndexPath -> CoreGraphics.CGRect
Parameters
- indexPath
- NSIndexPath
An index path to a specific row in the table view.
Returns
A rectangle defining where the row is drawn by the table view, or Empty if the indexPath
is not valid.
- Attributes