다음을 통해 공유


UITableView.RectForFooterInSection(nint) 메서드

정의

지정된 구역의 바닥글에 대한 그리기 영역을 반환합니다.

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

매개 변수

section
System.System.IntPtr System.nativeint

섹션의 인덱스입니다.

반환

테이블 뷰에서 구역 바닥글을 그릴 위치를 정의하는 사각형입니다.

특성

적용 대상