Freigeben über


UITableView.RectForRowAtIndexPath(NSIndexPath) Methode

Definition

Gibt den Zeichnungsbereich für die angegebene Zeile zurück.

[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

Parameter

indexPath
NSIndexPath

Ein Indexpfad zu einer bestimmten Zeile in der Tabellenansicht.

Gibt zurück

Ein Rechteck, das definiert, wo die Zeile von der Tabellenansicht gezeichnet wird oder Empty ob ungültig indexPath ist.

Attribute

Gilt für: