다음을 통해 공유


UITableView.RectForSection(nint) 메서드

정의

지정된 구역의 그리기 영역을 반환합니다.

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

매개 변수

section
System.System.IntPtr System.nativeint

섹션의 인덱스입니다.

반환

테이블 뷰에서 섹션을 그릴 위치를 정의하는 사각형입니다.

특성

적용 대상