Partager via


UITableView.RectForSection(nint) Méthode

Définition

Retourne la zone de dessin de la section spécifiée.

[Foundation.Export("rectForSection:")]
public virtual CoreGraphics.CGRect RectForSection (nint section);
abstract member RectForSection : nint -> CoreGraphics.CGRect
override this.RectForSection : nint -> CoreGraphics.CGRect

Paramètres

section
System.System.IntPtr System.nativeint

Index d’une section.

Retours

Rectangle définissant l’emplacement où la section est dessinée par la vue table.

Attributs

S’applique à